Shades of Genoa #3B736E
Tints of Genoa #3B736E
RGB
CMYK
RGB Variations
Color information
#3B736E (or 0x3B736E) is known color: Genoa. HEX triplet: 3B, 73 and 6E. RGB value is (59,115,110). Sum of RGB (Red+Green+Blue) = 59+115+110=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #3B736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B736E is #C48C91. Grayscale: #616161. Windows color (decimal): -12881042 or 7238459. OLE color: 7238459.
HSL color Cylindrical-coordinate representation of color #3B736E: hue angle of 174.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B736E is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 110 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.55 |
| HSL | 174.64º | 0.32% | 0.34% | - |
| HSV(B) | 174.64º | 0.49% | 0.45% | - |
| XYZ | 10.75 | 14.32 | 16.95 | - |
| YUV | 97.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 110 | 0.49 | 0 | 0.04 | 0.55 | 174.64 | 0.32 | 0.34 |
| Hex | 3B | 73 | 6E | 31 | 0 | 4 | 37 | AF | 20 | 22 |
| Octal | 73 | 163 | 156 | 61 | 0 | 4 | 67 | 257 | 40 | 42 |
| Binary | 111011 | 1110011 | 1101110 | 110001 | 0 | 100 | 110111 | 10101111 | 100000 | 100010 |
Color Harmonies of #3B736E
Complementary color
Monochromatic Colors of #3B736E
Black with #3B736E
Text Example
Text Example
White with #3B736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B736E; }
p { color: rgb(59,115,110); }
H1.HeaderClassName
{
color: #3B736E;
}
.AnyTagClassName
{
color: #3B736E;
}
</style>
background-color css
<style>
a { background-color: #3B736E; }
a { background-color: rgb(59,115,110); }
div.DivClassName
{
background-color: #3B736E;
}
.BgClassName
{
background-color: #3B736E;
}
</style>
border-color css
<style>
span { border-color: #3B736E; }
span { border-color: rgb(59,115,110); }
td.TdClassName
{
border-color: #3B736E;
}
.TagClassName
{
border-color: #3B736E;
}
</style>