Shades of Zeus #3B3C37
Tints of Zeus #3B3C37
RGB
CMYK
RGB Variations
Color information
#3B3C37 (or 0x3B3C37) is known color: Zeus. HEX triplet: 3B, 3C and 37. RGB value is (59,60,55). Sum of RGB (Red+Green+Blue) = 59+60+55=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C37 is #C4C3C8. Grayscale: #3B3B3B. Windows color (decimal): -12895177 or 3619899. OLE color: 3619899.
HSL color Cylindrical-coordinate representation of color #3B3C37: hue angle of 72º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B3C37 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 60 | 55 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.76 |
| HSL | 72º | 0.04% | 0.23% | - |
| HSV(B) | 72º | 0.08% | 0.24% | - |
| XYZ | 4.11 | 4.44 | 4.25 | - |
| YUV | 59.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 55 | 0.02 | 0 | 0.08 | 0.76 | 72 | 0.04 | 0.23 |
| Hex | 3B | 3C | 37 | 2 | 0 | 8 | 4C | 48 | 4 | 17 |
| Octal | 73 | 74 | 67 | 2 | 0 | 10 | 114 | 110 | 4 | 27 |
| Binary | 111011 | 111100 | 110111 | 10 | 0 | 1000 | 1001100 | 1001000 | 100 | 10111 |
Color Harmonies of #3B3C37
Complementary color
Monochromatic Colors of #3B3C37
Black with #3B3C37
Text Example
Text Example
White with #3B3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C37; }
p { color: rgb(59,60,55); }
H1.HeaderClassName
{
color: #3B3C37;
}
.AnyTagClassName
{
color: #3B3C37;
}
</style>
background-color css
<style>
a { background-color: #3B3C37; }
a { background-color: rgb(59,60,55); }
div.DivClassName
{
background-color: #3B3C37;
}
.BgClassName
{
background-color: #3B3C37;
}
</style>
border-color css
<style>
span { border-color: #3B3C37; }
span { border-color: rgb(59,60,55); }
td.TdClassName
{
border-color: #3B3C37;
}
.TagClassName
{
border-color: #3B3C37;
}
</style>