Shades of Blue Zodiac #3E4556
Tints of Blue Zodiac #3E4556
RGB
CMYK
RGB Variations
Color information
#3E4556 (or 0x3E4556) is known color: Blue Zodiac. HEX triplet: 3E, 45 and 56. RGB value is (62,69,86). Sum of RGB (Red+Green+Blue) = 62+69+86=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4556 is #C1BAA9. Grayscale: #444444. Windows color (decimal): -12696234 or 5653822. OLE color: 5653822.
HSL color Cylindrical-coordinate representation of color #3E4556: hue angle of 222.5º 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 #3E4556 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 69 | 86 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.66 |
| HSL | 222.5º | 0.16% | 0.29% | - |
| HSV(B) | 222.5º | 0.28% | 0.34% | - |
| XYZ | 5.79 | 5.95 | 9.65 | - |
| YUV | 68.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 86 | 0.28 | 0.20 | 0 | 0.66 | 222.5 | 0.16 | 0.29 |
| Hex | 3E | 45 | 56 | 1C | 14 | 0 | 42 | DE | 10 | 1D |
| Octal | 76 | 105 | 126 | 34 | 24 | 0 | 102 | 336 | 20 | 35 |
| Binary | 111110 | 1000101 | 1010110 | 11100 | 10100 | 0 | 1000010 | 11011110 | 10000 | 11101 |
Color Harmonies of #3E4556
Complementary color
Monochromatic Colors of #3E4556
Black with #3E4556
Text Example
Text Example
White with #3E4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4556; }
p { color: rgb(62,69,86); }
H1.HeaderClassName
{
color: #3E4556;
}
.AnyTagClassName
{
color: #3E4556;
}
</style>
background-color css
<style>
a { background-color: #3E4556; }
a { background-color: rgb(62,69,86); }
div.DivClassName
{
background-color: #3E4556;
}
.BgClassName
{
background-color: #3E4556;
}
</style>
border-color css
<style>
span { border-color: #3E4556; }
span { border-color: rgb(62,69,86); }
td.TdClassName
{
border-color: #3E4556;
}
.TagClassName
{
border-color: #3E4556;
}
</style>