Shades of Blue Zodiac #393E51
Tints of Blue Zodiac #393E51
RGB
CMYK
RGB Variations
Color information
#393E51 (or 0x393E51) is known color: Blue Zodiac. HEX triplet: 39, 3E and 51. RGB value is (57,62,81). Sum of RGB (Red+Green+Blue) = 57+62+81=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #393E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E51 is #C6C1AE. Grayscale: #3E3E3E. Windows color (decimal): -13025711 or 5324345. OLE color: 5324345.
HSL color Cylindrical-coordinate representation of color #393E51: hue angle of 227.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #393E51 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 62 | 81 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.68 |
| HSL | 227.5º | 0.17% | 0.27% | - |
| HSV(B) | 227.5º | 0.3% | 0.32% | - |
| XYZ | 4.9 | 4.91 | 8.47 | - |
| YUV | 62.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 81 | 0.30 | 0.23 | 0 | 0.68 | 227.5 | 0.17 | 0.27 |
| Hex | 39 | 3E | 51 | 1E | 17 | 0 | 44 | E4 | 11 | 1B |
| Octal | 71 | 76 | 121 | 36 | 27 | 0 | 104 | 344 | 21 | 33 |
| Binary | 111001 | 111110 | 1010001 | 11110 | 10111 | 0 | 1000100 | 11100100 | 10001 | 11011 |
Color Harmonies of #393E51
Complementary color
Monochromatic Colors of #393E51
Black with #393E51
Text Example
Text Example
White with #393E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E51; }
p { color: rgb(57,62,81); }
H1.HeaderClassName
{
color: #393E51;
}
.AnyTagClassName
{
color: #393E51;
}
</style>
background-color css
<style>
a { background-color: #393E51; }
a { background-color: rgb(57,62,81); }
div.DivClassName
{
background-color: #393E51;
}
.BgClassName
{
background-color: #393E51;
}
</style>
border-color css
<style>
span { border-color: #393E51; }
span { border-color: rgb(57,62,81); }
td.TdClassName
{
border-color: #393E51;
}
.TagClassName
{
border-color: #393E51;
}
</style>