Shades of Blue Zodiac #3E4356
Tints of Blue Zodiac #3E4356
RGB
CMYK
RGB Variations
Color information
#3E4356 (or 0x3E4356) is known color: Blue Zodiac. HEX triplet: 3E, 43 and 56. RGB value is (62,67,86). Sum of RGB (Red+Green+Blue) = 62+67+86=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E4356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4356 is #C1BCA9. Grayscale: #434343. Windows color (decimal): -12696746 or 5653310. OLE color: 5653310.
HSL color Cylindrical-coordinate representation of color #3E4356: hue angle of 227.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 #3E4356 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 67 | 86 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.66 |
| HSL | 227.5º | 0.16% | 0.29% | - |
| HSV(B) | 227.5º | 0.28% | 0.34% | - |
| XYZ | 5.67 | 5.71 | 9.61 | - |
| YUV | 67.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 86 | 0.28 | 0.22 | 0 | 0.66 | 227.5 | 0.16 | 0.29 |
| Hex | 3E | 43 | 56 | 1C | 16 | 0 | 42 | E4 | 10 | 1D |
| Octal | 76 | 103 | 126 | 34 | 26 | 0 | 102 | 344 | 20 | 35 |
| Binary | 111110 | 1000011 | 1010110 | 11100 | 10110 | 0 | 1000010 | 11100100 | 10000 | 11101 |
Color Harmonies of #3E4356
Complementary color
Monochromatic Colors of #3E4356
Black with #3E4356
Text Example
Text Example
White with #3E4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4356; }
p { color: rgb(62,67,86); }
H1.HeaderClassName
{
color: #3E4356;
}
.AnyTagClassName
{
color: #3E4356;
}
</style>
background-color css
<style>
a { background-color: #3E4356; }
a { background-color: rgb(62,67,86); }
div.DivClassName
{
background-color: #3E4356;
}
.BgClassName
{
background-color: #3E4356;
}
</style>
border-color css
<style>
span { border-color: #3E4356; }
span { border-color: rgb(62,67,86); }
td.TdClassName
{
border-color: #3E4356;
}
.TagClassName
{
border-color: #3E4356;
}
</style>