Shades of Blue Zodiac #3E4358
Tints of Blue Zodiac #3E4358
RGB
CMYK
RGB Variations
Color information
#3E4358 (or 0x3E4358) is known color: Blue Zodiac. HEX triplet: 3E, 43 and 58. RGB value is (62,67,88). Sum of RGB (Red+Green+Blue) = 62+67+88=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E4358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4358 is #C1BCA7. Grayscale: #434343. Windows color (decimal): -12696744 or 5784382. OLE color: 5784382.
HSL color Cylindrical-coordinate representation of color #3E4358: hue angle of 228.46º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E4358 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 67 | 88 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.65 |
| HSL | 228.46º | 0.17% | 0.29% | - |
| HSV(B) | 228.46º | 0.3% | 0.35% | - |
| XYZ | 5.76 | 5.74 | 10.04 | - |
| YUV | 67.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 88 | 0.30 | 0.24 | 0 | 0.65 | 228.46 | 0.17 | 0.29 |
| Hex | 3E | 43 | 58 | 1E | 18 | 0 | 41 | E4 | 11 | 1D |
| Octal | 76 | 103 | 130 | 36 | 30 | 0 | 101 | 344 | 21 | 35 |
| Binary | 111110 | 1000011 | 1011000 | 11110 | 11000 | 0 | 1000001 | 11100100 | 10001 | 11101 |
Color Harmonies of #3E4358
Complementary color
Monochromatic Colors of #3E4358
Black with #3E4358
Text Example
Text Example
White with #3E4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4358; }
p { color: rgb(62,67,88); }
H1.HeaderClassName
{
color: #3E4358;
}
.AnyTagClassName
{
color: #3E4358;
}
</style>
background-color css
<style>
a { background-color: #3E4358; }
a { background-color: rgb(62,67,88); }
div.DivClassName
{
background-color: #3E4358;
}
.BgClassName
{
background-color: #3E4358;
}
</style>
border-color css
<style>
span { border-color: #3E4358; }
span { border-color: rgb(62,67,88); }
td.TdClassName
{
border-color: #3E4358;
}
.TagClassName
{
border-color: #3E4358;
}
</style>