Shades of Blue Zodiac #434656
Tints of Blue Zodiac #434656
RGB
CMYK
RGB Variations
Color information
#434656 (or 0x434656) is known color: Blue Zodiac. HEX triplet: 43, 46 and 56. RGB value is (67,70,86). Sum of RGB (Red+Green+Blue) = 67+70+86=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #434656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434656 is #BCB9A9. Grayscale: #464646. Windows color (decimal): -12368298 or 5654083. OLE color: 5654083.
HSL color Cylindrical-coordinate representation of color #434656: hue angle of 230.53º 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 #434656 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 70 | 86 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.66 |
| HSL | 230.53º | 0.12% | 0.3% | - |
| HSV(B) | 230.53º | 0.22% | 0.34% | - |
| XYZ | 6.18 | 6.25 | 9.68 | - |
| YUV | 70.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 86 | 0.22 | 0.19 | 0 | 0.66 | 230.53 | 0.12 | 0.3 |
| Hex | 43 | 46 | 56 | 16 | 13 | 0 | 42 | E7 | C | 1E |
| Octal | 103 | 106 | 126 | 26 | 23 | 0 | 102 | 347 | 14 | 36 |
| Binary | 1000011 | 1000110 | 1010110 | 10110 | 10011 | 0 | 1000010 | 11100111 | 1100 | 11110 |
Color Harmonies of #434656
Complementary color
Monochromatic Colors of #434656
Black with #434656
Text Example
Text Example
White with #434656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434656; }
p { color: rgb(67,70,86); }
H1.HeaderClassName
{
color: #434656;
}
.AnyTagClassName
{
color: #434656;
}
</style>
background-color css
<style>
a { background-color: #434656; }
a { background-color: rgb(67,70,86); }
div.DivClassName
{
background-color: #434656;
}
.BgClassName
{
background-color: #434656;
}
</style>
border-color css
<style>
span { border-color: #434656; }
span { border-color: rgb(67,70,86); }
td.TdClassName
{
border-color: #434656;
}
.TagClassName
{
border-color: #434656;
}
</style>