Shades of Blue Zodiac #434B5D
Tints of Blue Zodiac #434B5D
RGB
CMYK
RGB Variations
Color information
#434B5D (or 0x434B5D) is known color: Blue Zodiac. HEX triplet: 43, 4B and 5D. RGB value is (67,75,93). Sum of RGB (Red+Green+Blue) = 67+75+93=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #434B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B5D is #BCB4A2. Grayscale: #4A4A4A. Windows color (decimal): -12367011 or 6114115. OLE color: 6114115.
HSL color Cylindrical-coordinate representation of color #434B5D: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #434B5D is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 75 | 93 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.64 |
| HSL | 221.54º | 0.16% | 0.31% | - |
| HSV(B) | 221.54º | 0.28% | 0.36% | - |
| XYZ | 6.81 | 7.02 | 11.35 | - |
| YUV | 74.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 93 | 0.28 | 0.19 | 0 | 0.64 | 221.54 | 0.16 | 0.31 |
| Hex | 43 | 4B | 5D | 1C | 13 | 0 | 40 | DE | 10 | 1F |
| Octal | 103 | 113 | 135 | 34 | 23 | 0 | 100 | 336 | 20 | 37 |
| Binary | 1000011 | 1001011 | 1011101 | 11100 | 10011 | 0 | 1000000 | 11011110 | 10000 | 11111 |
Color Harmonies of #434B5D
Complementary color
Monochromatic Colors of #434B5D
Black with #434B5D
Text Example
Text Example
White with #434B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B5D; }
p { color: rgb(67,75,93); }
H1.HeaderClassName
{
color: #434B5D;
}
.AnyTagClassName
{
color: #434B5D;
}
</style>
background-color css
<style>
a { background-color: #434B5D; }
a { background-color: rgb(67,75,93); }
div.DivClassName
{
background-color: #434B5D;
}
.BgClassName
{
background-color: #434B5D;
}
</style>
border-color css
<style>
span { border-color: #434B5D; }
span { border-color: rgb(67,75,93); }
td.TdClassName
{
border-color: #434B5D;
}
.TagClassName
{
border-color: #434B5D;
}
</style>