Shades of Blue Zodiac #434856
Tints of Blue Zodiac #434856
RGB
CMYK
RGB Variations
Color information
#434856 (or 0x434856) is known color: Blue Zodiac. HEX triplet: 43, 48 and 56. RGB value is (67,72,86). Sum of RGB (Red+Green+Blue) = 67+72+86=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #434856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434856 is #BCB7A9. Grayscale: #484848. Windows color (decimal): -12367786 or 5654595. OLE color: 5654595.
HSL color Cylindrical-coordinate representation of color #434856: hue angle of 224.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #434856 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 72 | 86 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.66 |
| HSL | 224.21º | 0.12% | 0.3% | - |
| HSV(B) | 224.21º | 0.22% | 0.34% | - |
| XYZ | 6.31 | 6.5 | 9.73 | - |
| YUV | 72.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 86 | 0.22 | 0.16 | 0 | 0.66 | 224.21 | 0.12 | 0.3 |
| Hex | 43 | 48 | 56 | 16 | 10 | 0 | 42 | E0 | C | 1E |
| Octal | 103 | 110 | 126 | 26 | 20 | 0 | 102 | 340 | 14 | 36 |
| Binary | 1000011 | 1001000 | 1010110 | 10110 | 10000 | 0 | 1000010 | 11100000 | 1100 | 11110 |
Color Harmonies of #434856
Complementary color
Monochromatic Colors of #434856
Black with #434856
Text Example
Text Example
White with #434856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434856; }
p { color: rgb(67,72,86); }
H1.HeaderClassName
{
color: #434856;
}
.AnyTagClassName
{
color: #434856;
}
</style>
background-color css
<style>
a { background-color: #434856; }
a { background-color: rgb(67,72,86); }
div.DivClassName
{
background-color: #434856;
}
.BgClassName
{
background-color: #434856;
}
</style>
border-color css
<style>
span { border-color: #434856; }
span { border-color: rgb(67,72,86); }
td.TdClassName
{
border-color: #434856;
}
.TagClassName
{
border-color: #434856;
}
</style>