Shades of Blue Zodiac #3E4555
Tints of Blue Zodiac #3E4555
RGB
CMYK
RGB Variations
Color information
#3E4555 (or 0x3E4555) is known color: Blue Zodiac. HEX triplet: 3E, 45 and 55. RGB value is (62,69,85). Sum of RGB (Red+Green+Blue) = 62+69+85=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4555 is #C1BAAA. Grayscale: #444444. Windows color (decimal): -12696235 or 5588286. OLE color: 5588286.
HSL color Cylindrical-coordinate representation of color #3E4555: hue angle of 221.74º 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 #3E4555 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 69 | 85 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.67 |
| HSL | 221.74º | 0.16% | 0.29% | - |
| HSV(B) | 221.74º | 0.27% | 0.33% | - |
| XYZ | 5.75 | 5.94 | 9.44 | - |
| YUV | 68.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 85 | 0.27 | 0.19 | 0 | 0.67 | 221.74 | 0.16 | 0.29 |
| Hex | 3E | 45 | 55 | 1B | 13 | 0 | 43 | DE | 10 | 1D |
| Octal | 76 | 105 | 125 | 33 | 23 | 0 | 103 | 336 | 20 | 35 |
| Binary | 111110 | 1000101 | 1010101 | 11011 | 10011 | 0 | 1000011 | 11011110 | 10000 | 11101 |
Color Harmonies of #3E4555
Complementary color
Monochromatic Colors of #3E4555
Black with #3E4555
Text Example
Text Example
White with #3E4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4555; }
p { color: rgb(62,69,85); }
H1.HeaderClassName
{
color: #3E4555;
}
.AnyTagClassName
{
color: #3E4555;
}
</style>
background-color css
<style>
a { background-color: #3E4555; }
a { background-color: rgb(62,69,85); }
div.DivClassName
{
background-color: #3E4555;
}
.BgClassName
{
background-color: #3E4555;
}
</style>
border-color css
<style>
span { border-color: #3E4555; }
span { border-color: rgb(62,69,85); }
td.TdClassName
{
border-color: #3E4555;
}
.TagClassName
{
border-color: #3E4555;
}
</style>