Color: #2F526F

#2F526F Color Information

#2F526F is a dark color. The closest websafe version is #2F526F. A complement of this color would be #6F4C2F, perceived brightness is 0.29, and the grayscale version is #4F4F4F.

In the HSL color space, this color has a hue angle of 207°,a saturation of 41%, and a lightness of 31%.The HSV representation shows a hue of 207°, a saturation of 100%, and a value of 100%.

In a RGB color space, #2F526F is composed of 18% red, 32% green and 44% blue. Whereas in a CMYK color space, it is composed of 58% cyan, 26% magenta, 0% yellow and 56% black.

In the Yxy color space, this color is represented as Y: 7.64, x: 0.2540, and y: 0.2871.

Color Code #2F526F

HEX
#2F526F
RGB
rgb(47, 82, 111)
HSL
hsl(207, 41%, 31%)
HSV
hsv(207, 58%, 44%)
CMYK
58%, 26%, 0%, 56%
XYZ
X: 6.76, Y: 7.64, Z: 12.21
Lab
L: 33.23, a: -6.01, b: -20.90
Name

Shades of Color #2F526F

Shades are created by darkening the original color #2F526F in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #2F526F

Tints are created by lightening the original color #2F526F in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #2F526F Color Code

In the HSL color space, this color has a hue angle of 207°, a saturation of 41%, and a lightness of 31%. The HSV representation shows a hue of 207°, a saturation of 58%, and a value of 44%.

  • HEX: #2F526F
  • RGB: rgb(47, 82, 111)
  • HSL: hsl(207, 41%, 31%)
  • HSV: hsv(207, 58%, 44%)
  • CMYK: 58.00% cyan, 26.00% magenta, 0.00% yellow, 56.00% black
  • XYZ: 6.76, 7.64, 12.21
  • Yxy: 7.64, 0.2540, 0.2871
  • Hunter Lab: 33.23, -6.01, -20.90
  • CIE-Lab: 33.23, -6.01, -20.90

In the XYZ color space, this color is represented as X: 6.76, Y: 7.64, Z: 12.21. The Yxy representation further refines this as Y: 7.64, x: 0.2540, and y: 0.2871.

In the Hunter Lab color space, this color is represented as L: 33.23, a: -6.01, and b: -20.90. Similarly, in the CIE-Lab color space, it is represented as L: 33.23, a: -6.01, and b: -20.90.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #2F526F

Triadic colors are three colors evenly spaced around the color wheel, including #2F526F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #2F526F

Analogous colors are adjacent to #2F526F on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #2F526F

Monochromatic colors are variations of #2F526F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #2F526F

The complementary color of #2F526F is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #2F526F

/* Using HEX */
body {
  background-color: #2f526f;
}
/* Using RGB */
body {
  background-color: rgb(47, 82, 111);
}
/* Using RGB with opacity */
body {
  background-color: rgba(47, 82, 111, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(207, 41%, 31%);
}
/* Text color */
p {
  color: #2f526f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #2f526f;
}

HTML Examples of #2F526F

<!-- Using HEX -->
<div style="background-color: #2f526f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(47, 82, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(47, 82, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(207, 41%, 31%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #2f526f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #2f526f; width: 100px; height: 100px;"></div>

Related Colors of #2F526F

These colors are similar to #2F526F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.