Shades of Blue Zodiac #43485E
Tints of Blue Zodiac #43485E
RGB
CMYK
RGB Variations
Color information
#43485E (or 0x43485E) is known color: Blue Zodiac. HEX triplet: 43, 48 and 5E. RGB value is (67,72,94). Sum of RGB (Red+Green+Blue) = 67+72+94=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #43485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43485E is #BCB7A1. Grayscale: #484848. Windows color (decimal): -12367778 or 6178883. OLE color: 6178883.
HSL color Cylindrical-coordinate representation of color #43485E: hue angle of 228.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43485E is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 72 | 94 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.63 |
| HSL | 228.89º | 0.17% | 0.32% | - |
| HSV(B) | 228.89º | 0.29% | 0.37% | - |
| XYZ | 6.65 | 6.64 | 11.52 | - |
| YUV | 73.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 94 | 0.29 | 0.23 | 0 | 0.63 | 228.89 | 0.17 | 0.32 |
| Hex | 43 | 48 | 5E | 1D | 17 | 0 | 3F | E5 | 11 | 20 |
| Octal | 103 | 110 | 136 | 35 | 27 | 0 | 77 | 345 | 21 | 40 |
| Binary | 1000011 | 1001000 | 1011110 | 11101 | 10111 | 0 | 111111 | 11100101 | 10001 | 100000 |
Color Harmonies of #43485E
Complementary color
Monochromatic Colors of #43485E
Black with #43485E
Text Example
Text Example
White with #43485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43485E; }
p { color: rgb(67,72,94); }
H1.HeaderClassName
{
color: #43485E;
}
.AnyTagClassName
{
color: #43485E;
}
</style>
background-color css
<style>
a { background-color: #43485E; }
a { background-color: rgb(67,72,94); }
div.DivClassName
{
background-color: #43485E;
}
.BgClassName
{
background-color: #43485E;
}
</style>
border-color css
<style>
span { border-color: #43485E; }
span { border-color: rgb(67,72,94); }
td.TdClassName
{
border-color: #43485E;
}
.TagClassName
{
border-color: #43485E;
}
</style>