Shades of Blue Zodiac #434554
Tints of Blue Zodiac #434554
RGB
CMYK
RGB Variations
Color information
#434554 (or 0x434554) is known color: Blue Zodiac. HEX triplet: 43, 45 and 54. RGB value is (67,69,84). Sum of RGB (Red+Green+Blue) = 67+69+84=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #434554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434554 is #BCBAAB. Grayscale: #464646. Windows color (decimal): -12368556 or 5522755. OLE color: 5522755.
HSL color Cylindrical-coordinate representation of color #434554: hue angle of 232.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434554 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 69 | 84 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.67 |
| HSL | 232.94º | 0.11% | 0.3% | - |
| HSV(B) | 232.94º | 0.2% | 0.33% | - |
| XYZ | 6.04 | 6.09 | 9.24 | - |
| YUV | 70.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 84 | 0.20 | 0.18 | 0 | 0.67 | 232.94 | 0.11 | 0.3 |
| Hex | 43 | 45 | 54 | 14 | 12 | 0 | 43 | E9 | B | 1E |
| Octal | 103 | 105 | 124 | 24 | 22 | 0 | 103 | 351 | 13 | 36 |
| Binary | 1000011 | 1000101 | 1010100 | 10100 | 10010 | 0 | 1000011 | 11101001 | 1011 | 11110 |
Color Harmonies of #434554
Complementary color
Monochromatic Colors of #434554
Black with #434554
Text Example
Text Example
White with #434554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434554; }
p { color: rgb(67,69,84); }
H1.HeaderClassName
{
color: #434554;
}
.AnyTagClassName
{
color: #434554;
}
</style>
background-color css
<style>
a { background-color: #434554; }
a { background-color: rgb(67,69,84); }
div.DivClassName
{
background-color: #434554;
}
.BgClassName
{
background-color: #434554;
}
</style>
border-color css
<style>
span { border-color: #434554; }
span { border-color: rgb(67,69,84); }
td.TdClassName
{
border-color: #434554;
}
.TagClassName
{
border-color: #434554;
}
</style>