Shades of Blue Zodiac #3E424F
Tints of Blue Zodiac #3E424F
RGB
CMYK
RGB Variations
Color information
#3E424F (or 0x3E424F) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 4F. RGB value is (62,66,79). Sum of RGB (Red+Green+Blue) = 62+66+79=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E424F is #C1BDB0. Grayscale: #424242. Windows color (decimal): -12697009 or 5194302. OLE color: 5194302.
HSL color Cylindrical-coordinate representation of color #3E424F: hue angle of 225.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E424F is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 66 | 79 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.69 |
| HSL | 225.88º | 0.12% | 0.28% | - |
| HSV(B) | 225.88º | 0.22% | 0.31% | - |
| XYZ | 5.35 | 5.49 | 8.17 | - |
| YUV | 66.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 79 | 0.22 | 0.16 | 0 | 0.69 | 225.88 | 0.12 | 0.28 |
| Hex | 3E | 42 | 4F | 16 | 10 | 0 | 45 | E2 | C | 1C |
| Octal | 76 | 102 | 117 | 26 | 20 | 0 | 105 | 342 | 14 | 34 |
| Binary | 111110 | 1000010 | 1001111 | 10110 | 10000 | 0 | 1000101 | 11100010 | 1100 | 11100 |
Color Harmonies of #3E424F
Complementary color
Monochromatic Colors of #3E424F
Black with #3E424F
Text Example
Text Example
White with #3E424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E424F; }
p { color: rgb(62,66,79); }
H1.HeaderClassName
{
color: #3E424F;
}
.AnyTagClassName
{
color: #3E424F;
}
</style>
background-color css
<style>
a { background-color: #3E424F; }
a { background-color: rgb(62,66,79); }
div.DivClassName
{
background-color: #3E424F;
}
.BgClassName
{
background-color: #3E424F;
}
</style>
border-color css
<style>
span { border-color: #3E424F; }
span { border-color: rgb(62,66,79); }
td.TdClassName
{
border-color: #3E424F;
}
.TagClassName
{
border-color: #3E424F;
}
</style>