Shades of Zeus #3C3E36
Tints of Zeus #3C3E36
RGB
CMYK
RGB Variations
Color information
#3C3E36 (or 0x3C3E36) is known color: Zeus. HEX triplet: 3C, 3E and 36. RGB value is (60,62,54). Sum of RGB (Red+Green+Blue) = 60+62+54=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E36 is #C3C1C9. Grayscale: #3C3C3C. Windows color (decimal): -12829130 or 3554876. OLE color: 3554876.
HSL color Cylindrical-coordinate representation of color #3C3E36: hue angle of 75º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3E36 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 62 | 54 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.76 |
| HSL | 75º | 0.07% | 0.23% | - |
| HSV(B) | 75º | 0.13% | 0.24% | - |
| XYZ | 4.25 | 4.67 | 4.17 | - |
| YUV | 60.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 54 | 0.03 | 0 | 0.13 | 0.76 | 75 | 0.07 | 0.23 |
| Hex | 3C | 3E | 36 | 3 | 0 | D | 4C | 4B | 7 | 17 |
| Octal | 74 | 76 | 66 | 3 | 0 | 15 | 114 | 113 | 7 | 27 |
| Binary | 111100 | 111110 | 110110 | 11 | 0 | 1101 | 1001100 | 1001011 | 111 | 10111 |
Color Harmonies of #3C3E36
Complementary color
Monochromatic Colors of #3C3E36
Black with #3C3E36
Text Example
Text Example
White with #3C3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E36; }
p { color: rgb(60,62,54); }
H1.HeaderClassName
{
color: #3C3E36;
}
.AnyTagClassName
{
color: #3C3E36;
}
</style>
background-color css
<style>
a { background-color: #3C3E36; }
a { background-color: rgb(60,62,54); }
div.DivClassName
{
background-color: #3C3E36;
}
.BgClassName
{
background-color: #3C3E36;
}
</style>
border-color css
<style>
span { border-color: #3C3E36; }
span { border-color: rgb(60,62,54); }
td.TdClassName
{
border-color: #3C3E36;
}
.TagClassName
{
border-color: #3C3E36;
}
</style>