Shades of Genoa #3B756D
Tints of Genoa #3B756D
RGB
CMYK
RGB Variations
Color information
#3B756D (or 0x3B756D) is known color: Genoa. HEX triplet: 3B, 75 and 6D. RGB value is (59,117,109). Sum of RGB (Red+Green+Blue) = 59+117+109=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756D is #C48A92. Grayscale: #626262. Windows color (decimal): -12880531 or 7173435. OLE color: 7173435.
HSL color Cylindrical-coordinate representation of color #3B756D: hue angle of 171.72º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B756D is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 109 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.54 |
| HSL | 171.72º | 0.33% | 0.35% | - |
| HSV(B) | 171.72º | 0.5% | 0.46% | - |
| XYZ | 10.93 | 14.76 | 16.74 | - |
| YUV | 98.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 109 | 0.50 | 0 | 0.07 | 0.54 | 171.72 | 0.33 | 0.35 |
| Hex | 3B | 75 | 6D | 32 | 0 | 7 | 36 | AC | 21 | 23 |
| Octal | 73 | 165 | 155 | 62 | 0 | 7 | 66 | 254 | 41 | 43 |
| Binary | 111011 | 1110101 | 1101101 | 110010 | 0 | 111 | 110110 | 10101100 | 100001 | 100011 |
Color Harmonies of #3B756D
Complementary color
Monochromatic Colors of #3B756D
Black with #3B756D
Text Example
Text Example
White with #3B756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B756D; }
p { color: rgb(59,117,109); }
H1.HeaderClassName
{
color: #3B756D;
}
.AnyTagClassName
{
color: #3B756D;
}
</style>
background-color css
<style>
a { background-color: #3B756D; }
a { background-color: rgb(59,117,109); }
div.DivClassName
{
background-color: #3B756D;
}
.BgClassName
{
background-color: #3B756D;
}
</style>
border-color css
<style>
span { border-color: #3B756D; }
span { border-color: rgb(59,117,109); }
td.TdClassName
{
border-color: #3B756D;
}
.TagClassName
{
border-color: #3B756D;
}
</style>