Shades of Genoa #3C736E
Tints of Genoa #3C736E
RGB
CMYK
RGB Variations
Color information
#3C736E (or 0x3C736E) is known color: Genoa. HEX triplet: 3C, 73 and 6E. RGB value is (60,115,110). Sum of RGB (Red+Green+Blue) = 60+115+110=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #3C736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C736E is #C38C91. Grayscale: #616161. Windows color (decimal): -12815506 or 7238460. OLE color: 7238460.
HSL color Cylindrical-coordinate representation of color #3C736E: hue angle of 174.55º 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 #3C736E is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 110 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.55 |
| HSL | 174.55º | 0.31% | 0.34% | - |
| HSV(B) | 174.55º | 0.48% | 0.45% | - |
| XYZ | 10.81 | 14.35 | 16.95 | - |
| YUV | 97.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 110 | 0.48 | 0 | 0.04 | 0.55 | 174.55 | 0.31 | 0.34 |
| Hex | 3C | 73 | 6E | 30 | 0 | 4 | 37 | AF | 1F | 22 |
| Octal | 74 | 163 | 156 | 60 | 0 | 4 | 67 | 257 | 37 | 42 |
| Binary | 111100 | 1110011 | 1101110 | 110000 | 0 | 100 | 110111 | 10101111 | 11111 | 100010 |
Color Harmonies of #3C736E
Complementary color
Monochromatic Colors of #3C736E
Black with #3C736E
Text Example
Text Example
White with #3C736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C736E; }
p { color: rgb(60,115,110); }
H1.HeaderClassName
{
color: #3C736E;
}
.AnyTagClassName
{
color: #3C736E;
}
</style>
background-color css
<style>
a { background-color: #3C736E; }
a { background-color: rgb(60,115,110); }
div.DivClassName
{
background-color: #3C736E;
}
.BgClassName
{
background-color: #3C736E;
}
</style>
border-color css
<style>
span { border-color: #3C736E; }
span { border-color: rgb(60,115,110); }
td.TdClassName
{
border-color: #3C736E;
}
.TagClassName
{
border-color: #3C736E;
}
</style>