Shades of Blue Zodiac #434552
Tints of Blue Zodiac #434552
RGB
CMYK
RGB Variations
Color information
#434552 (or 0x434552) is known color: Blue Zodiac. HEX triplet: 43, 45 and 52. RGB value is (67,69,82). Sum of RGB (Red+Green+Blue) = 67+69+82=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #434552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434552 is #BCBAAD. Grayscale: #454545. Windows color (decimal): -12368558 or 5391683. OLE color: 5391683.
HSL color Cylindrical-coordinate representation of color #434552: hue angle of 232º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434552 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 69 | 82 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.68 |
| HSL | 232º | 0.1% | 0.29% | - |
| HSV(B) | 232º | 0.18% | 0.32% | - |
| XYZ | 5.97 | 6.06 | 8.84 | - |
| YUV | 69.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 82 | 0.18 | 0.16 | 0 | 0.68 | 232 | 0.1 | 0.29 |
| Hex | 43 | 45 | 52 | 12 | 10 | 0 | 44 | E8 | A | 1D |
| Octal | 103 | 105 | 122 | 22 | 20 | 0 | 104 | 350 | 12 | 35 |
| Binary | 1000011 | 1000101 | 1010010 | 10010 | 10000 | 0 | 1000100 | 11101000 | 1010 | 11101 |
Color Harmonies of #434552
Complementary color
Monochromatic Colors of #434552
Black with #434552
Text Example
Text Example
White with #434552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434552; }
p { color: rgb(67,69,82); }
H1.HeaderClassName
{
color: #434552;
}
.AnyTagClassName
{
color: #434552;
}
</style>
background-color css
<style>
a { background-color: #434552; }
a { background-color: rgb(67,69,82); }
div.DivClassName
{
background-color: #434552;
}
.BgClassName
{
background-color: #434552;
}
</style>
border-color css
<style>
span { border-color: #434552; }
span { border-color: rgb(67,69,82); }
td.TdClassName
{
border-color: #434552;
}
.TagClassName
{
border-color: #434552;
}
</style>