Shades of Blue Zodiac #3E4456
Tints of Blue Zodiac #3E4456
RGB
CMYK
RGB Variations
Color information
#3E4456 (or 0x3E4456) is known color: Blue Zodiac. HEX triplet: 3E, 44 and 56. RGB value is (62,68,86). Sum of RGB (Red+Green+Blue) = 62+68+86=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4456 is #C1BBA9. Grayscale: #444444. Windows color (decimal): -12696490 or 5653566. OLE color: 5653566.
HSL color Cylindrical-coordinate representation of color #3E4456: hue angle of 225º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E4456 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 68 | 86 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.66 |
| HSL | 225º | 0.16% | 0.29% | - |
| HSV(B) | 225º | 0.28% | 0.34% | - |
| XYZ | 5.73 | 5.83 | 9.63 | - |
| YUV | 68.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 86 | 0.28 | 0.21 | 0 | 0.66 | 225 | 0.16 | 0.29 |
| Hex | 3E | 44 | 56 | 1C | 15 | 0 | 42 | E1 | 10 | 1D |
| Octal | 76 | 104 | 126 | 34 | 25 | 0 | 102 | 341 | 20 | 35 |
| Binary | 111110 | 1000100 | 1010110 | 11100 | 10101 | 0 | 1000010 | 11100001 | 10000 | 11101 |
Color Harmonies of #3E4456
Complementary color
Monochromatic Colors of #3E4456
Black with #3E4456
Text Example
Text Example
White with #3E4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4456; }
p { color: rgb(62,68,86); }
H1.HeaderClassName
{
color: #3E4456;
}
.AnyTagClassName
{
color: #3E4456;
}
</style>
background-color css
<style>
a { background-color: #3E4456; }
a { background-color: rgb(62,68,86); }
div.DivClassName
{
background-color: #3E4456;
}
.BgClassName
{
background-color: #3E4456;
}
</style>
border-color css
<style>
span { border-color: #3E4456; }
span { border-color: rgb(62,68,86); }
td.TdClassName
{
border-color: #3E4456;
}
.TagClassName
{
border-color: #3E4456;
}
</style>