Shades of Zeus #3B3E34
Tints of Zeus #3B3E34
RGB
CMYK
RGB Variations
Color information
#3B3E34 (or 0x3B3E34) is known color: Zeus. HEX triplet: 3B, 3E and 34. RGB value is (59,62,52). Sum of RGB (Red+Green+Blue) = 59+62+52=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E34 is #C4C1CB. Grayscale: #3C3C3C. Windows color (decimal): -12894668 or 3423803. OLE color: 3423803.
HSL color Cylindrical-coordinate representation of color #3B3E34: hue angle of 78º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B3E34 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 62 | 52 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.76 |
| HSL | 78º | 0.09% | 0.22% | - |
| HSV(B) | 78º | 0.16% | 0.24% | - |
| XYZ | 4.15 | 4.62 | 3.92 | - |
| YUV | 59.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 52 | 0.05 | 0 | 0.16 | 0.76 | 78 | 0.09 | 0.22 |
| Hex | 3B | 3E | 34 | 5 | 0 | 10 | 4C | 4E | 9 | 16 |
| Octal | 73 | 76 | 64 | 5 | 0 | 20 | 114 | 116 | 11 | 26 |
| Binary | 111011 | 111110 | 110100 | 101 | 0 | 10000 | 1001100 | 1001110 | 1001 | 10110 |
Color Harmonies of #3B3E34
Complementary color
Monochromatic Colors of #3B3E34
Black with #3B3E34
Text Example
Text Example
White with #3B3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E34; }
p { color: rgb(59,62,52); }
H1.HeaderClassName
{
color: #3B3E34;
}
.AnyTagClassName
{
color: #3B3E34;
}
</style>
background-color css
<style>
a { background-color: #3B3E34; }
a { background-color: rgb(59,62,52); }
div.DivClassName
{
background-color: #3B3E34;
}
.BgClassName
{
background-color: #3B3E34;
}
</style>
border-color css
<style>
span { border-color: #3B3E34; }
span { border-color: rgb(59,62,52); }
td.TdClassName
{
border-color: #3B3E34;
}
.TagClassName
{
border-color: #3B3E34;
}
</style>