Shades of Blue Zodiac #434A5C
Tints of Blue Zodiac #434A5C
RGB
CMYK
RGB Variations
Color information
#434A5C (or 0x434A5C) is known color: Blue Zodiac. HEX triplet: 43, 4A and 5C. RGB value is (67,74,92). Sum of RGB (Red+Green+Blue) = 67+74+92=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #434A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A5C is #BCB5A3. Grayscale: #494949. Windows color (decimal): -12367268 or 6048323. OLE color: 6048323.
HSL color Cylindrical-coordinate representation of color #434A5C: hue angle of 223.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #434A5C is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 74 | 92 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.64 |
| HSL | 223.2º | 0.16% | 0.31% | - |
| HSV(B) | 223.2º | 0.27% | 0.36% | - |
| XYZ | 6.7 | 6.86 | 11.1 | - |
| YUV | 73.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 92 | 0.27 | 0.20 | 0 | 0.64 | 223.2 | 0.16 | 0.31 |
| Hex | 43 | 4A | 5C | 1B | 14 | 0 | 40 | DF | 10 | 1F |
| Octal | 103 | 112 | 134 | 33 | 24 | 0 | 100 | 337 | 20 | 37 |
| Binary | 1000011 | 1001010 | 1011100 | 11011 | 10100 | 0 | 1000000 | 11011111 | 10000 | 11111 |
Color Harmonies of #434A5C
Complementary color
Monochromatic Colors of #434A5C
Black with #434A5C
Text Example
Text Example
White with #434A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A5C; }
p { color: rgb(67,74,92); }
H1.HeaderClassName
{
color: #434A5C;
}
.AnyTagClassName
{
color: #434A5C;
}
</style>
background-color css
<style>
a { background-color: #434A5C; }
a { background-color: rgb(67,74,92); }
div.DivClassName
{
background-color: #434A5C;
}
.BgClassName
{
background-color: #434A5C;
}
</style>
border-color css
<style>
span { border-color: #434A5C; }
span { border-color: rgb(67,74,92); }
td.TdClassName
{
border-color: #434A5C;
}
.TagClassName
{
border-color: #434A5C;
}
</style>