Shades of Blue Zodiac #393F53
Tints of Blue Zodiac #393F53
RGB
CMYK
RGB Variations
Color information
#393F53 (or 0x393F53) is known color: Blue Zodiac. HEX triplet: 39, 3F and 53. RGB value is (57,63,83). Sum of RGB (Red+Green+Blue) = 57+63+83=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #393F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F53 is #C6C0AC. Grayscale: #3F3F3F. Windows color (decimal): -13025453 or 5455673. OLE color: 5455673.
HSL color Cylindrical-coordinate representation of color #393F53: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #393F53 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 63 | 83 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.67 |
| HSL | 226.15º | 0.19% | 0.27% | - |
| HSV(B) | 226.15º | 0.31% | 0.33% | - |
| XYZ | 5.03 | 5.05 | 8.89 | - |
| YUV | 63.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 83 | 0.31 | 0.24 | 0 | 0.67 | 226.15 | 0.19 | 0.27 |
| Hex | 39 | 3F | 53 | 1F | 18 | 0 | 43 | E2 | 13 | 1B |
| Octal | 71 | 77 | 123 | 37 | 30 | 0 | 103 | 342 | 23 | 33 |
| Binary | 111001 | 111111 | 1010011 | 11111 | 11000 | 0 | 1000011 | 11100010 | 10011 | 11011 |
Color Harmonies of #393F53
Complementary color
Monochromatic Colors of #393F53
Black with #393F53
Text Example
Text Example
White with #393F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F53; }
p { color: rgb(57,63,83); }
H1.HeaderClassName
{
color: #393F53;
}
.AnyTagClassName
{
color: #393F53;
}
</style>
background-color css
<style>
a { background-color: #393F53; }
a { background-color: rgb(57,63,83); }
div.DivClassName
{
background-color: #393F53;
}
.BgClassName
{
background-color: #393F53;
}
</style>
border-color css
<style>
span { border-color: #393F53; }
span { border-color: rgb(57,63,83); }
td.TdClassName
{
border-color: #393F53;
}
.TagClassName
{
border-color: #393F53;
}
</style>