Shades of Blue Zodiac #434B5C
Tints of Blue Zodiac #434B5C
RGB
CMYK
RGB Variations
Color information
#434B5C (or 0x434B5C) is known color: Blue Zodiac. HEX triplet: 43, 4B and 5C. RGB value is (67,75,92). Sum of RGB (Red+Green+Blue) = 67+75+92=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #434B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B5C is #BCB4A3. Grayscale: #4A4A4A. Windows color (decimal): -12367012 or 6048579. OLE color: 6048579.
HSL color Cylindrical-coordinate representation of color #434B5C: hue angle of 220.8º 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 #434B5C is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 75 | 92 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.64 |
| HSL | 220.8º | 0.16% | 0.31% | - |
| HSV(B) | 220.8º | 0.27% | 0.36% | - |
| XYZ | 6.76 | 7 | 11.12 | - |
| YUV | 74.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 92 | 0.27 | 0.18 | 0 | 0.64 | 220.8 | 0.16 | 0.31 |
| Hex | 43 | 4B | 5C | 1B | 12 | 0 | 40 | DD | 10 | 1F |
| Octal | 103 | 113 | 134 | 33 | 22 | 0 | 100 | 335 | 20 | 37 |
| Binary | 1000011 | 1001011 | 1011100 | 11011 | 10010 | 0 | 1000000 | 11011101 | 10000 | 11111 |
Color Harmonies of #434B5C
Complementary color
Monochromatic Colors of #434B5C
Black with #434B5C
Text Example
Text Example
White with #434B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B5C; }
p { color: rgb(67,75,92); }
H1.HeaderClassName
{
color: #434B5C;
}
.AnyTagClassName
{
color: #434B5C;
}
</style>
background-color css
<style>
a { background-color: #434B5C; }
a { background-color: rgb(67,75,92); }
div.DivClassName
{
background-color: #434B5C;
}
.BgClassName
{
background-color: #434B5C;
}
</style>
border-color css
<style>
span { border-color: #434B5C; }
span { border-color: rgb(67,75,92); }
td.TdClassName
{
border-color: #434B5C;
}
.TagClassName
{
border-color: #434B5C;
}
</style>