Color #379381

HEX

#379381

RGB

(55, 147, 129)

Quick Actions

Color Values

Color Space Values
RGB
R: 55, G: 147, B: 129 (22%, 58%, 51%)
CMYK C: 63%, M: 0%, Y: 12%, K: 42%
HSL H: 168°, S: 46%, L: 40%
HSV H: 168°, S: 63%, V: 58%
CIE-LAB L: 55.34, a: -31.59, b: 1.48
CIE-LCH L: 55.34, C: 31.62, H: 177.32
Hunter-Lab L: 48.23, a: -26.45, b: -1.68
Web Safe
#339999
Complementary
#933749

#379381 is a color with RGB values of 55 red, 147 green, and 129 blue (22%, 58%, 51% respectively). In the CMYK color space, it consists of 63% cyan, 0% magenta, 12% yellow, and 42% black. The color has a hue angle of 168°, 46% saturation, and 40% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #339999. The complementary color is #933749, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #379381

Explore different variations of #379381 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #379381. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #379381

Explore different color combinations and harmonies that work well with #379381.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #379381

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #379381

Text with #379381

This text has a font color of #379381.

<span style="color:#379381;">Text here</span>
.text { color: #379381; }

#379381 background color

This paragraph has a background color of #379381.

<p style="background-color:#379381;">Content here</p>
.background { background-color: #379381; }

#379381 border color

This element has a border color of #379381.
<div style="border:1px solid #379381;">Content here</div>
.border { border: 1px solid #379381; }

#379381 box shadow

This element has a box shadow using #379381.
<div style="box-shadow: 0 4px 6px -1px #37938180">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #37938180; }
Copied to clipboard!