Shades of Blue Zodiac #3E4047
Tints of Blue Zodiac #3E4047
RGB
CMYK
RGB Variations
Color information
#3E4047 (or 0x3E4047) is known color: Blue Zodiac. HEX triplet: 3E, 40 and 47. RGB value is (62,64,71). Sum of RGB (Red+Green+Blue) = 62+64+71=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E4047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4047 is #C1BFB8. Grayscale: #404040. Windows color (decimal): -12697529 or 4669502. OLE color: 4669502.
HSL color Cylindrical-coordinate representation of color #3E4047: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E4047 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 64 | 71 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.72 |
| HSL | 226.67º | 0.07% | 0.26% | - |
| HSV(B) | 226.67º | 0.13% | 0.28% | - |
| XYZ | 4.96 | 5.15 | 6.69 | - |
| YUV | 64.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 71 | 0.13 | 0.10 | 0 | 0.72 | 226.67 | 0.07 | 0.26 |
| Hex | 3E | 40 | 47 | D | A | 0 | 48 | E3 | 7 | 1A |
| Octal | 76 | 100 | 107 | 15 | 12 | 0 | 110 | 343 | 7 | 32 |
| Binary | 111110 | 1000000 | 1000111 | 1101 | 1010 | 0 | 1001000 | 11100011 | 111 | 11010 |
Color Harmonies of #3E4047
Complementary color
Monochromatic Colors of #3E4047
Black with #3E4047
Text Example
Text Example
White with #3E4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4047; }
p { color: rgb(62,64,71); }
H1.HeaderClassName
{
color: #3E4047;
}
.AnyTagClassName
{
color: #3E4047;
}
</style>
background-color css
<style>
a { background-color: #3E4047; }
a { background-color: rgb(62,64,71); }
div.DivClassName
{
background-color: #3E4047;
}
.BgClassName
{
background-color: #3E4047;
}
</style>
border-color css
<style>
span { border-color: #3E4047; }
span { border-color: rgb(62,64,71); }
td.TdClassName
{
border-color: #3E4047;
}
.TagClassName
{
border-color: #3E4047;
}
</style>