Shades of Blue Zodiac #3E424C
Tints of Blue Zodiac #3E424C
RGB
CMYK
RGB Variations
Color information
#3E424C (or 0x3E424C) is known color: Blue Zodiac. HEX triplet: 3E, 42 and 4C. RGB value is (62,66,76). Sum of RGB (Red+Green+Blue) = 62+66+76=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E424C is #C1BDB3. Grayscale: #414141. Windows color (decimal): -12697012 or 4997694. OLE color: 4997694.
HSL color Cylindrical-coordinate representation of color #3E424C: hue angle of 222.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E424C is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 66 | 76 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.70 |
| HSL | 222.86º | 0.1% | 0.27% | - |
| HSV(B) | 222.86º | 0.18% | 0.3% | - |
| XYZ | 5.24 | 5.44 | 7.61 | - |
| YUV | 65.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 76 | 0.18 | 0.13 | 0 | 0.70 | 222.86 | 0.1 | 0.27 |
| Hex | 3E | 42 | 4C | 12 | D | 0 | 46 | DF | A | 1B |
| Octal | 76 | 102 | 114 | 22 | 15 | 0 | 106 | 337 | 12 | 33 |
| Binary | 111110 | 1000010 | 1001100 | 10010 | 1101 | 0 | 1000110 | 11011111 | 1010 | 11011 |
Color Harmonies of #3E424C
Complementary color
Monochromatic Colors of #3E424C
Black with #3E424C
Text Example
Text Example
White with #3E424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E424C; }
p { color: rgb(62,66,76); }
H1.HeaderClassName
{
color: #3E424C;
}
.AnyTagClassName
{
color: #3E424C;
}
</style>
background-color css
<style>
a { background-color: #3E424C; }
a { background-color: rgb(62,66,76); }
div.DivClassName
{
background-color: #3E424C;
}
.BgClassName
{
background-color: #3E424C;
}
</style>
border-color css
<style>
span { border-color: #3E424C; }
span { border-color: rgb(62,66,76); }
td.TdClassName
{
border-color: #3E424C;
}
.TagClassName
{
border-color: #3E424C;
}
</style>