Shades of Blue Zodiac #394053
Tints of Blue Zodiac #394053
RGB
CMYK
RGB Variations
Color information
#394053 (or 0x394053) is known color: Blue Zodiac. HEX triplet: 39, 40 and 53. RGB value is (57,64,83). Sum of RGB (Red+Green+Blue) = 57+64+83=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #394053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394053 is #C6BFAC. Grayscale: #3F3F3F. Windows color (decimal): -13025197 or 5455929. OLE color: 5455929.
HSL color Cylindrical-coordinate representation of color #394053: hue angle of 223.85º 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 #394053 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 64 | 83 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.67 |
| HSL | 223.85º | 0.19% | 0.27% | - |
| HSV(B) | 223.85º | 0.31% | 0.33% | - |
| XYZ | 5.08 | 5.16 | 8.91 | - |
| YUV | 64.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 83 | 0.31 | 0.23 | 0 | 0.67 | 223.85 | 0.19 | 0.27 |
| Hex | 39 | 40 | 53 | 1F | 17 | 0 | 43 | E0 | 13 | 1B |
| Octal | 71 | 100 | 123 | 37 | 27 | 0 | 103 | 340 | 23 | 33 |
| Binary | 111001 | 1000000 | 1010011 | 11111 | 10111 | 0 | 1000011 | 11100000 | 10011 | 11011 |
Color Harmonies of #394053
Complementary color
Monochromatic Colors of #394053
Black with #394053
Text Example
Text Example
White with #394053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394053; }
p { color: rgb(57,64,83); }
H1.HeaderClassName
{
color: #394053;
}
.AnyTagClassName
{
color: #394053;
}
</style>
background-color css
<style>
a { background-color: #394053; }
a { background-color: rgb(57,64,83); }
div.DivClassName
{
background-color: #394053;
}
.BgClassName
{
background-color: #394053;
}
</style>
border-color css
<style>
span { border-color: #394053; }
span { border-color: rgb(57,64,83); }
td.TdClassName
{
border-color: #394053;
}
.TagClassName
{
border-color: #394053;
}
</style>