Shades of Blue Zodiac #3E4451
Tints of Blue Zodiac #3E4451
RGB
CMYK
RGB Variations
Color information
#3E4451 (or 0x3E4451) is known color: Blue Zodiac. HEX triplet: 3E, 44 and 51. RGB value is (62,68,81). Sum of RGB (Red+Green+Blue) = 62+68+81=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E4451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4451 is #C1BBAE. Grayscale: #434343. Windows color (decimal): -12696495 or 5325886. OLE color: 5325886.
HSL color Cylindrical-coordinate representation of color #3E4451: hue angle of 221.05º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4451 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 68 | 81 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.68 |
| HSL | 221.05º | 0.13% | 0.28% | - |
| HSV(B) | 221.05º | 0.23% | 0.32% | - |
| XYZ | 5.54 | 5.75 | 8.6 | - |
| YUV | 67.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 81 | 0.23 | 0.16 | 0 | 0.68 | 221.05 | 0.13 | 0.28 |
| Hex | 3E | 44 | 51 | 17 | 10 | 0 | 44 | DD | D | 1C |
| Octal | 76 | 104 | 121 | 27 | 20 | 0 | 104 | 335 | 15 | 34 |
| Binary | 111110 | 1000100 | 1010001 | 10111 | 10000 | 0 | 1000100 | 11011101 | 1101 | 11100 |
Color Harmonies of #3E4451
Complementary color
Monochromatic Colors of #3E4451
Black with #3E4451
Text Example
Text Example
White with #3E4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4451; }
p { color: rgb(62,68,81); }
H1.HeaderClassName
{
color: #3E4451;
}
.AnyTagClassName
{
color: #3E4451;
}
</style>
background-color css
<style>
a { background-color: #3E4451; }
a { background-color: rgb(62,68,81); }
div.DivClassName
{
background-color: #3E4451;
}
.BgClassName
{
background-color: #3E4451;
}
</style>
border-color css
<style>
span { border-color: #3E4451; }
span { border-color: rgb(62,68,81); }
td.TdClassName
{
border-color: #3E4451;
}
.TagClassName
{
border-color: #3E4451;
}
</style>