Shades of Blue Zodiac #434854
Tints of Blue Zodiac #434854
RGB
CMYK
RGB Variations
Color information
#434854 (or 0x434854) is known color: Blue Zodiac. HEX triplet: 43, 48 and 54. RGB value is (67,72,84). Sum of RGB (Red+Green+Blue) = 67+72+84=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #434854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434854 is #BCB7AB. Grayscale: #474747. Windows color (decimal): -12367788 or 5523523. OLE color: 5523523.
HSL color Cylindrical-coordinate representation of color #434854: hue angle of 222.35º 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 #434854 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 72 | 84 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.67 |
| HSL | 222.35º | 0.11% | 0.3% | - |
| HSV(B) | 222.35º | 0.2% | 0.33% | - |
| XYZ | 6.23 | 6.47 | 9.31 | - |
| YUV | 71.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 84 | 0.20 | 0.14 | 0 | 0.67 | 222.35 | 0.11 | 0.3 |
| Hex | 43 | 48 | 54 | 14 | E | 0 | 43 | DE | B | 1E |
| Octal | 103 | 110 | 124 | 24 | 16 | 0 | 103 | 336 | 13 | 36 |
| Binary | 1000011 | 1001000 | 1010100 | 10100 | 1110 | 0 | 1000011 | 11011110 | 1011 | 11110 |
Color Harmonies of #434854
Complementary color
Monochromatic Colors of #434854
Black with #434854
Text Example
Text Example
White with #434854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434854; }
p { color: rgb(67,72,84); }
H1.HeaderClassName
{
color: #434854;
}
.AnyTagClassName
{
color: #434854;
}
</style>
background-color css
<style>
a { background-color: #434854; }
a { background-color: rgb(67,72,84); }
div.DivClassName
{
background-color: #434854;
}
.BgClassName
{
background-color: #434854;
}
</style>
border-color css
<style>
span { border-color: #434854; }
span { border-color: rgb(67,72,84); }
td.TdClassName
{
border-color: #434854;
}
.TagClassName
{
border-color: #434854;
}
</style>