Shades of Blue Zodiac #3E414B
Tints of Blue Zodiac #3E414B
RGB
CMYK
RGB Variations
Color information
#3E414B (or 0x3E414B) is known color: Blue Zodiac. HEX triplet: 3E, 41 and 4B. RGB value is (62,65,75). Sum of RGB (Red+Green+Blue) = 62+65+75=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E414B is #C1BEB4. Grayscale: #414141. Windows color (decimal): -12697269 or 4931902. OLE color: 4931902.
HSL color Cylindrical-coordinate representation of color #3E414B: hue angle of 226.15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E414B is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 65 | 75 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.71 |
| HSL | 226.15º | 0.09% | 0.27% | - |
| HSV(B) | 226.15º | 0.17% | 0.29% | - |
| XYZ | 5.15 | 5.31 | 7.41 | - |
| YUV | 65.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 75 | 0.17 | 0.13 | 0 | 0.71 | 226.15 | 0.09 | 0.27 |
| Hex | 3E | 41 | 4B | 11 | D | 0 | 47 | E2 | 9 | 1B |
| Octal | 76 | 101 | 113 | 21 | 15 | 0 | 107 | 342 | 11 | 33 |
| Binary | 111110 | 1000001 | 1001011 | 10001 | 1101 | 0 | 1000111 | 11100010 | 1001 | 11011 |
Color Harmonies of #3E414B
Complementary color
Monochromatic Colors of #3E414B
Black with #3E414B
Text Example
Text Example
White with #3E414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E414B; }
p { color: rgb(62,65,75); }
H1.HeaderClassName
{
color: #3E414B;
}
.AnyTagClassName
{
color: #3E414B;
}
</style>
background-color css
<style>
a { background-color: #3E414B; }
a { background-color: rgb(62,65,75); }
div.DivClassName
{
background-color: #3E414B;
}
.BgClassName
{
background-color: #3E414B;
}
</style>
border-color css
<style>
span { border-color: #3E414B; }
span { border-color: rgb(62,65,75); }
td.TdClassName
{
border-color: #3E414B;
}
.TagClassName
{
border-color: #3E414B;
}
</style>