Shades of Blue Zodiac #3E4355
Tints of Blue Zodiac #3E4355
RGB
CMYK
RGB Variations
Color information
#3E4355 (or 0x3E4355) is known color: Blue Zodiac. HEX triplet: 3E, 43 and 55. RGB value is (62,67,85). Sum of RGB (Red+Green+Blue) = 62+67+85=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4355 is #C1BCAA. Grayscale: #434343. Windows color (decimal): -12696747 or 5587774. OLE color: 5587774.
HSL color Cylindrical-coordinate representation of color #3E4355: hue angle of 226.96º 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 #3E4355 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 67 | 85 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.67 |
| HSL | 226.96º | 0.16% | 0.29% | - |
| HSV(B) | 226.96º | 0.27% | 0.33% | - |
| XYZ | 5.63 | 5.69 | 9.4 | - |
| YUV | 67.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 85 | 0.27 | 0.21 | 0 | 0.67 | 226.96 | 0.16 | 0.29 |
| Hex | 3E | 43 | 55 | 1B | 15 | 0 | 43 | E3 | 10 | 1D |
| Octal | 76 | 103 | 125 | 33 | 25 | 0 | 103 | 343 | 20 | 35 |
| Binary | 111110 | 1000011 | 1010101 | 11011 | 10101 | 0 | 1000011 | 11100011 | 10000 | 11101 |
Color Harmonies of #3E4355
Complementary color
Monochromatic Colors of #3E4355
Black with #3E4355
Text Example
Text Example
White with #3E4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4355; }
p { color: rgb(62,67,85); }
H1.HeaderClassName
{
color: #3E4355;
}
.AnyTagClassName
{
color: #3E4355;
}
</style>
background-color css
<style>
a { background-color: #3E4355; }
a { background-color: rgb(62,67,85); }
div.DivClassName
{
background-color: #3E4355;
}
.BgClassName
{
background-color: #3E4355;
}
</style>
border-color css
<style>
span { border-color: #3E4355; }
span { border-color: rgb(62,67,85); }
td.TdClassName
{
border-color: #3E4355;
}
.TagClassName
{
border-color: #3E4355;
}
</style>