Color: #36699F
#36699F Color Information
#36699F is a dark color. The closest websafe version is #36699F. A complement of this color would be #A06D37, perceived brightness is 0.38, and the grayscale version is #6A6A6A.
In the HSL color space, this color has a hue angle of 211°,a saturation of 49%, and a lightness of 42%.The HSV representation shows a hue of 211°, a saturation of 100%, and a value of 100%.
In a RGB color space, #36699F is composed of 21% red, 41% green and 62% blue. Whereas in a CMYK color space, it is composed of 66% cyan, 34% magenta, 0% yellow and 38% black.
In the Yxy color space, this color is represented as Y: 13.05, x: 0.2344, and y: 0.2547.
Color Code #36699F
Shades of Color #36699F
Shades are created by darkening the original color #36699F 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 #36699F
Tints are created by lightening the original color #36699F 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 #36699F Color Code
In the HSL color space, this color has a hue angle of 211°, a saturation of 49%, and a lightness of 42%. The HSV representation shows a hue of 211°, a saturation of 66%, and a value of 62%.
- HEX: #36699F
- RGB: rgb(54, 105, 159)
- HSL: hsl(211, 49%, 42%)
- HSV: hsv(211, 66%, 62%)
- CMYK: 66.00% cyan, 34.00% magenta, 0.00% yellow, 38.00% black
- XYZ: 12.01, 13.05, 26.18
- Yxy: 13.05, 0.2344, 0.2547
- Hunter Lab: 42.84, -3.91, -34.97
- CIE-Lab: 42.84, -3.91, -34.97
In the XYZ color space, this color is represented as X: 12.01, Y: 13.05, Z: 26.18. The Yxy representation further refines this as Y: 13.05, x: 0.2344, and y: 0.2547.
In the Hunter Lab color space, this color is represented as L: 42.84, a: -3.91, and b: -34.97. Similarly, in the CIE-Lab color space, it is represented as L: 42.84, a: -3.91, and b: -34.97.
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 #36699F
Triadic colors are three colors evenly spaced around the color wheel, including #36699F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #36699F
Monochromatic colors are variations of #36699F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #36699F
The complementary color of #36699F 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 #36699F
/* Using HEX */ body { background-color: #36699f; }
/* Using RGB */ body { background-color: rgb(54, 105, 159); }
/* Using RGB with opacity */ body { background-color: rgba(54, 105, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(211, 49%, 42%); }
/* Text color */ p { color: #36699f; }
/* Box shadow */ div { box-shadow: 4px 4px #36699f; }
HTML Examples of #36699F
<!-- Using HEX --> <div style="background-color: #36699f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(54, 105, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(54, 105, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(211, 49%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #36699f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #36699f; width: 100px; height: 100px;"></div>
Related Colors of #36699F
These colors are similar to #36699F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.