Shades of Blue Zodiac #393D54
Tints of Blue Zodiac #393D54
RGB
CMYK
RGB Variations
Color information
#393D54 (or 0x393D54) is known color: Blue Zodiac. HEX triplet: 39, 3D and 54. RGB value is (57,61,84). Sum of RGB (Red+Green+Blue) = 57+61+84=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #393D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D54 is #C6C2AB. Grayscale: #3E3E3E. Windows color (decimal): -13025964 or 5520697. OLE color: 5520697.
HSL color Cylindrical-coordinate representation of color #393D54: hue angle of 231.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #393D54 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 61 | 84 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.67 |
| HSL | 231.11º | 0.19% | 0.28% | - |
| HSV(B) | 231.11º | 0.32% | 0.33% | - |
| XYZ | 4.96 | 4.85 | 9.06 | - |
| YUV | 62.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 84 | 0.32 | 0.27 | 0 | 0.67 | 231.11 | 0.19 | 0.28 |
| Hex | 39 | 3D | 54 | 20 | 1B | 0 | 43 | E7 | 13 | 1C |
| Octal | 71 | 75 | 124 | 40 | 33 | 0 | 103 | 347 | 23 | 34 |
| Binary | 111001 | 111101 | 1010100 | 100000 | 11011 | 0 | 1000011 | 11100111 | 10011 | 11100 |
Color Harmonies of #393D54
Complementary color
Monochromatic Colors of #393D54
Black with #393D54
Text Example
Text Example
White with #393D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D54; }
p { color: rgb(57,61,84); }
H1.HeaderClassName
{
color: #393D54;
}
.AnyTagClassName
{
color: #393D54;
}
</style>
background-color css
<style>
a { background-color: #393D54; }
a { background-color: rgb(57,61,84); }
div.DivClassName
{
background-color: #393D54;
}
.BgClassName
{
background-color: #393D54;
}
</style>
border-color css
<style>
span { border-color: #393D54; }
span { border-color: rgb(57,61,84); }
td.TdClassName
{
border-color: #393D54;
}
.TagClassName
{
border-color: #393D54;
}
</style>