Shades of Blue Zodiac #434855
Tints of Blue Zodiac #434855
RGB
CMYK
RGB Variations
Color information
#434855 (or 0x434855) is known color: Blue Zodiac. HEX triplet: 43, 48 and 55. RGB value is (67,72,85). Sum of RGB (Red+Green+Blue) = 67+72+85=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #434855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434855 is #BCB7AA. Grayscale: #474747. Windows color (decimal): -12367787 or 5589059. OLE color: 5589059.
HSL color Cylindrical-coordinate representation of color #434855: hue angle of 223.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434855 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 72 | 85 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.67 |
| HSL | 223.33º | 0.12% | 0.3% | - |
| HSV(B) | 223.33º | 0.21% | 0.33% | - |
| XYZ | 6.27 | 6.48 | 9.52 | - |
| YUV | 71.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 85 | 0.21 | 0.15 | 0 | 0.67 | 223.33 | 0.12 | 0.3 |
| Hex | 43 | 48 | 55 | 15 | F | 0 | 43 | DF | C | 1E |
| Octal | 103 | 110 | 125 | 25 | 17 | 0 | 103 | 337 | 14 | 36 |
| Binary | 1000011 | 1001000 | 1010101 | 10101 | 1111 | 0 | 1000011 | 11011111 | 1100 | 11110 |
Color Harmonies of #434855
Complementary color
Monochromatic Colors of #434855
Black with #434855
Text Example
Text Example
White with #434855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434855; }
p { color: rgb(67,72,85); }
H1.HeaderClassName
{
color: #434855;
}
.AnyTagClassName
{
color: #434855;
}
</style>
background-color css
<style>
a { background-color: #434855; }
a { background-color: rgb(67,72,85); }
div.DivClassName
{
background-color: #434855;
}
.BgClassName
{
background-color: #434855;
}
</style>
border-color css
<style>
span { border-color: #434855; }
span { border-color: rgb(67,72,85); }
td.TdClassName
{
border-color: #434855;
}
.TagClassName
{
border-color: #434855;
}
</style>