Shades of Blue Zodiac #434654
Tints of Blue Zodiac #434654
RGB
CMYK
RGB Variations
Color information
#434654 (or 0x434654) is known color: Blue Zodiac. HEX triplet: 43, 46 and 54. RGB value is (67,70,84). Sum of RGB (Red+Green+Blue) = 67+70+84=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #434654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434654 is #BCB9AB. Grayscale: #464646. Windows color (decimal): -12368300 or 5523011. OLE color: 5523011.
HSL color Cylindrical-coordinate representation of color #434654: hue angle of 229.41º 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 #434654 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 70 | 84 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.67 |
| HSL | 229.41º | 0.11% | 0.3% | - |
| HSV(B) | 229.41º | 0.2% | 0.33% | - |
| XYZ | 6.11 | 6.21 | 9.27 | - |
| YUV | 70.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 84 | 0.20 | 0.17 | 0 | 0.67 | 229.41 | 0.11 | 0.3 |
| Hex | 43 | 46 | 54 | 14 | 11 | 0 | 43 | E5 | B | 1E |
| Octal | 103 | 106 | 124 | 24 | 21 | 0 | 103 | 345 | 13 | 36 |
| Binary | 1000011 | 1000110 | 1010100 | 10100 | 10001 | 0 | 1000011 | 11100101 | 1011 | 11110 |
Color Harmonies of #434654
Complementary color
Monochromatic Colors of #434654
Black with #434654
Text Example
Text Example
White with #434654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434654; }
p { color: rgb(67,70,84); }
H1.HeaderClassName
{
color: #434654;
}
.AnyTagClassName
{
color: #434654;
}
</style>
background-color css
<style>
a { background-color: #434654; }
a { background-color: rgb(67,70,84); }
div.DivClassName
{
background-color: #434654;
}
.BgClassName
{
background-color: #434654;
}
</style>
border-color css
<style>
span { border-color: #434654; }
span { border-color: rgb(67,70,84); }
td.TdClassName
{
border-color: #434654;
}
.TagClassName
{
border-color: #434654;
}
</style>