Shades of Genoa #3B756A
Tints of Genoa #3B756A
RGB
CMYK
RGB Variations
Color information
#3B756A (or 0x3B756A) is known color: Genoa. HEX triplet: 3B, 75 and 6A. RGB value is (59,117,106). Sum of RGB (Red+Green+Blue) = 59+117+106=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #3B756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B756A is #C48A95. Grayscale: #626262. Windows color (decimal): -12880534 or 6976827. OLE color: 6976827.
HSL color Cylindrical-coordinate representation of color #3B756A: hue angle of 168.62º 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 #3B756A is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 106 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.54 |
| HSL | 168.62º | 0.33% | 0.35% | - |
| HSV(B) | 168.62º | 0.5% | 0.46% | - |
| XYZ | 10.77 | 14.69 | 15.9 | - |
| YUV | 98.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 106 | 0.50 | 0 | 0.09 | 0.54 | 168.62 | 0.33 | 0.35 |
| Hex | 3B | 75 | 6A | 32 | 0 | 9 | 36 | A9 | 21 | 23 |
| Octal | 73 | 165 | 152 | 62 | 0 | 11 | 66 | 251 | 41 | 43 |
| Binary | 111011 | 1110101 | 1101010 | 110010 | 0 | 1001 | 110110 | 10101001 | 100001 | 100011 |
Color Harmonies of #3B756A
Complementary color
Monochromatic Colors of #3B756A
Black with #3B756A
Text Example
Text Example
White with #3B756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B756A; }
p { color: rgb(59,117,106); }
H1.HeaderClassName
{
color: #3B756A;
}
.AnyTagClassName
{
color: #3B756A;
}
</style>
background-color css
<style>
a { background-color: #3B756A; }
a { background-color: rgb(59,117,106); }
div.DivClassName
{
background-color: #3B756A;
}
.BgClassName
{
background-color: #3B756A;
}
</style>
border-color css
<style>
span { border-color: #3B756A; }
span { border-color: rgb(59,117,106); }
td.TdClassName
{
border-color: #3B756A;
}
.TagClassName
{
border-color: #3B756A;
}
</style>