Shades of Genoa #3C736B
Tints of Genoa #3C736B
RGB
CMYK
RGB Variations
Color information
#3C736B (or 0x3C736B) is known color: Genoa. HEX triplet: 3C, 73 and 6B. RGB value is (60,115,107). Sum of RGB (Red+Green+Blue) = 60+115+107=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #3C736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C736B is #C38C94. Grayscale: #616161. Windows color (decimal): -12815509 or 7041852. OLE color: 7041852.
HSL color Cylindrical-coordinate representation of color #3C736B: hue angle of 171.27º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C736B is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 107 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.55 |
| HSL | 171.27º | 0.31% | 0.34% | - |
| HSV(B) | 171.27º | 0.48% | 0.45% | - |
| XYZ | 10.65 | 14.28 | 16.11 | - |
| YUV | 97.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 107 | 0.48 | 0 | 0.07 | 0.55 | 171.27 | 0.31 | 0.34 |
| Hex | 3C | 73 | 6B | 30 | 0 | 7 | 37 | AB | 1F | 22 |
| Octal | 74 | 163 | 153 | 60 | 0 | 7 | 67 | 253 | 37 | 42 |
| Binary | 111100 | 1110011 | 1101011 | 110000 | 0 | 111 | 110111 | 10101011 | 11111 | 100010 |
Color Harmonies of #3C736B
Complementary color
Monochromatic Colors of #3C736B
Black with #3C736B
Text Example
Text Example
White with #3C736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C736B; }
p { color: rgb(60,115,107); }
H1.HeaderClassName
{
color: #3C736B;
}
.AnyTagClassName
{
color: #3C736B;
}
</style>
background-color css
<style>
a { background-color: #3C736B; }
a { background-color: rgb(60,115,107); }
div.DivClassName
{
background-color: #3C736B;
}
.BgClassName
{
background-color: #3C736B;
}
</style>
border-color css
<style>
span { border-color: #3C736B; }
span { border-color: rgb(60,115,107); }
td.TdClassName
{
border-color: #3C736B;
}
.TagClassName
{
border-color: #3C736B;
}
</style>