Shades of Blue Zodiac #404350
Tints of Blue Zodiac #404350
RGB
CMYK
RGB Variations
Color information
#404350 (or 0x404350) is known color: Blue Zodiac. HEX triplet: 40, 43 and 50. RGB value is (64,67,80). Sum of RGB (Red+Green+Blue) = 64+67+80=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #404350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404350 is #BFBCAF. Grayscale: #434343. Windows color (decimal): -12565680 or 5260096. OLE color: 5260096.
HSL color Cylindrical-coordinate representation of color #404350: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404350 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 67 | 80 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.69 |
| HSL | 228.75º | 0.11% | 0.28% | - |
| HSV(B) | 228.75º | 0.2% | 0.31% | - |
| XYZ | 5.57 | 5.68 | 8.39 | - |
| YUV | 67.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 80 | 0.20 | 0.16 | 0 | 0.69 | 228.75 | 0.11 | 0.28 |
| Hex | 40 | 43 | 50 | 14 | 10 | 0 | 45 | E5 | B | 1C |
| Octal | 100 | 103 | 120 | 24 | 20 | 0 | 105 | 345 | 13 | 34 |
| Binary | 1000000 | 1000011 | 1010000 | 10100 | 10000 | 0 | 1000101 | 11100101 | 1011 | 11100 |
Color Harmonies of #404350
Complementary color
Monochromatic Colors of #404350
Black with #404350
Text Example
Text Example
White with #404350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404350; }
p { color: rgb(64,67,80); }
H1.HeaderClassName
{
color: #404350;
}
.AnyTagClassName
{
color: #404350;
}
</style>
background-color css
<style>
a { background-color: #404350; }
a { background-color: rgb(64,67,80); }
div.DivClassName
{
background-color: #404350;
}
.BgClassName
{
background-color: #404350;
}
</style>
border-color css
<style>
span { border-color: #404350; }
span { border-color: rgb(64,67,80); }
td.TdClassName
{
border-color: #404350;
}
.TagClassName
{
border-color: #404350;
}
</style>