Shades of Blue Zodiac #394356
Tints of Blue Zodiac #394356
RGB
CMYK
RGB Variations
Color information
#394356 (or 0x394356) is known color: Blue Zodiac. HEX triplet: 39, 43 and 56. RGB value is (57,67,86). Sum of RGB (Red+Green+Blue) = 57+67+86=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #394356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394356 is #C6BCA9. Grayscale: #424242. Windows color (decimal): -13024426 or 5653305. OLE color: 5653305.
HSL color Cylindrical-coordinate representation of color #394356: hue angle of 219.31º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #394356 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 67 | 86 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.66 |
| HSL | 219.31º | 0.2% | 0.28% | - |
| HSV(B) | 219.31º | 0.34% | 0.34% | - |
| XYZ | 5.37 | 5.56 | 9.59 | - |
| YUV | 66.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 86 | 0.34 | 0.22 | 0 | 0.66 | 219.31 | 0.2 | 0.28 |
| Hex | 39 | 43 | 56 | 22 | 16 | 0 | 42 | DB | 14 | 1C |
| Octal | 71 | 103 | 126 | 42 | 26 | 0 | 102 | 333 | 24 | 34 |
| Binary | 111001 | 1000011 | 1010110 | 100010 | 10110 | 0 | 1000010 | 11011011 | 10100 | 11100 |
Color Harmonies of #394356
Complementary color
Monochromatic Colors of #394356
Black with #394356
Text Example
Text Example
White with #394356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394356; }
p { color: rgb(57,67,86); }
H1.HeaderClassName
{
color: #394356;
}
.AnyTagClassName
{
color: #394356;
}
</style>
background-color css
<style>
a { background-color: #394356; }
a { background-color: rgb(57,67,86); }
div.DivClassName
{
background-color: #394356;
}
.BgClassName
{
background-color: #394356;
}
</style>
border-color css
<style>
span { border-color: #394356; }
span { border-color: rgb(57,67,86); }
td.TdClassName
{
border-color: #394356;
}
.TagClassName
{
border-color: #394356;
}
</style>