Shades of Blue Zodiac #434651
Tints of Blue Zodiac #434651
RGB
CMYK
RGB Variations
Color information
#434651 (or 0x434651) is known color: Blue Zodiac. HEX triplet: 43, 46 and 51. RGB value is (67,70,81). Sum of RGB (Red+Green+Blue) = 67+70+81=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #434651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434651 is #BCB9AE. Grayscale: #464646. Windows color (decimal): -12368303 or 5326403. OLE color: 5326403.
HSL color Cylindrical-coordinate representation of color #434651: hue angle of 227.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #434651 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 70 | 81 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.68 |
| HSL | 227.14º | 0.09% | 0.29% | - |
| HSV(B) | 227.14º | 0.17% | 0.32% | - |
| XYZ | 5.99 | 6.17 | 8.66 | - |
| YUV | 70.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 81 | 0.17 | 0.14 | 0 | 0.68 | 227.14 | 0.09 | 0.29 |
| Hex | 43 | 46 | 51 | 11 | E | 0 | 44 | E3 | 9 | 1D |
| Octal | 103 | 106 | 121 | 21 | 16 | 0 | 104 | 343 | 11 | 35 |
| Binary | 1000011 | 1000110 | 1010001 | 10001 | 1110 | 0 | 1000100 | 11100011 | 1001 | 11101 |
Color Harmonies of #434651
Complementary color
Monochromatic Colors of #434651
Black with #434651
Text Example
Text Example
White with #434651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434651; }
p { color: rgb(67,70,81); }
H1.HeaderClassName
{
color: #434651;
}
.AnyTagClassName
{
color: #434651;
}
</style>
background-color css
<style>
a { background-color: #434651; }
a { background-color: rgb(67,70,81); }
div.DivClassName
{
background-color: #434651;
}
.BgClassName
{
background-color: #434651;
}
</style>
border-color css
<style>
span { border-color: #434651; }
span { border-color: rgb(67,70,81); }
td.TdClassName
{
border-color: #434651;
}
.TagClassName
{
border-color: #434651;
}
</style>