Shades of Blue Zodiac #434652
Tints of Blue Zodiac #434652
RGB
CMYK
RGB Variations
Color information
#434652 (or 0x434652) is known color: Blue Zodiac. HEX triplet: 43, 46 and 52. RGB value is (67,70,82). Sum of RGB (Red+Green+Blue) = 67+70+82=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #434652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434652 is #BCB9AD. Grayscale: #464646. Windows color (decimal): -12368302 or 5391939. OLE color: 5391939.
HSL color Cylindrical-coordinate representation of color #434652: hue angle of 228º 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 #434652 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 70 | 82 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.68 |
| HSL | 228º | 0.1% | 0.29% | - |
| HSV(B) | 228º | 0.18% | 0.32% | - |
| XYZ | 6.03 | 6.18 | 8.86 | - |
| YUV | 70.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 82 | 0.18 | 0.15 | 0 | 0.68 | 228 | 0.1 | 0.29 |
| Hex | 43 | 46 | 52 | 12 | F | 0 | 44 | E4 | A | 1D |
| Octal | 103 | 106 | 122 | 22 | 17 | 0 | 104 | 344 | 12 | 35 |
| Binary | 1000011 | 1000110 | 1010010 | 10010 | 1111 | 0 | 1000100 | 11100100 | 1010 | 11101 |
Color Harmonies of #434652
Complementary color
Monochromatic Colors of #434652
Black with #434652
Text Example
Text Example
White with #434652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434652; }
p { color: rgb(67,70,82); }
H1.HeaderClassName
{
color: #434652;
}
.AnyTagClassName
{
color: #434652;
}
</style>
background-color css
<style>
a { background-color: #434652; }
a { background-color: rgb(67,70,82); }
div.DivClassName
{
background-color: #434652;
}
.BgClassName
{
background-color: #434652;
}
</style>
border-color css
<style>
span { border-color: #434652; }
span { border-color: rgb(67,70,82); }
td.TdClassName
{
border-color: #434652;
}
.TagClassName
{
border-color: #434652;
}
</style>