Shades of Blue Zodiac #3E4255
Tints of Blue Zodiac #3E4255
RGB
CMYK
RGB Variations
Color information
#3E4255 (or 0x3E4255) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 55. RGB value is (62,66,85). Sum of RGB (Red+Green+Blue) = 62+66+85=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4255 is #C1BDAA. Grayscale: #424242. Windows color (decimal): -12697003 or 5587518. OLE color: 5587518.
HSL color Cylindrical-coordinate representation of color #3E4255: hue angle of 229.57º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4255 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 66 | 85 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.67 |
| HSL | 229.57º | 0.16% | 0.29% | - |
| HSV(B) | 229.57º | 0.27% | 0.33% | - |
| XYZ | 5.57 | 5.58 | 9.38 | - |
| YUV | 66.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 85 | 0.27 | 0.22 | 0 | 0.67 | 229.57 | 0.16 | 0.29 |
| Hex | 3E | 42 | 55 | 1B | 16 | 0 | 43 | E6 | 10 | 1D |
| Octal | 76 | 102 | 125 | 33 | 26 | 0 | 103 | 346 | 20 | 35 |
| Binary | 111110 | 1000010 | 1010101 | 11011 | 10110 | 0 | 1000011 | 11100110 | 10000 | 11101 |
Color Harmonies of #3E4255
Complementary color
Monochromatic Colors of #3E4255
Black with #3E4255
Text Example
Text Example
White with #3E4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4255; }
p { color: rgb(62,66,85); }
H1.HeaderClassName
{
color: #3E4255;
}
.AnyTagClassName
{
color: #3E4255;
}
</style>
background-color css
<style>
a { background-color: #3E4255; }
a { background-color: rgb(62,66,85); }
div.DivClassName
{
background-color: #3E4255;
}
.BgClassName
{
background-color: #3E4255;
}
</style>
border-color css
<style>
span { border-color: #3E4255; }
span { border-color: rgb(62,66,85); }
td.TdClassName
{
border-color: #3E4255;
}
.TagClassName
{
border-color: #3E4255;
}
</style>