Shades of Genoa #3B746E
Tints of Genoa #3B746E
RGB
CMYK
RGB Variations
Color information
#3B746E (or 0x3B746E) is known color: Genoa. HEX triplet: 3B, 74 and 6E. RGB value is (59,116,110). Sum of RGB (Red+Green+Blue) = 59+116+110=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #3B746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B746E is #C48B91. Grayscale: #626262. Windows color (decimal): -12880786 or 7238715. OLE color: 7238715.
HSL color Cylindrical-coordinate representation of color #3B746E: hue angle of 173.68º degrees, saturation: 0.33, 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 #3B746E is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 110 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.55 |
| HSL | 173.68º | 0.33% | 0.34% | - |
| HSV(B) | 173.68º | 0.49% | 0.45% | - |
| XYZ | 10.86 | 14.55 | 16.99 | - |
| YUV | 98.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 110 | 0.49 | 0 | 0.05 | 0.55 | 173.68 | 0.33 | 0.34 |
| Hex | 3B | 74 | 6E | 31 | 0 | 5 | 37 | AE | 21 | 22 |
| Octal | 73 | 164 | 156 | 61 | 0 | 5 | 67 | 256 | 41 | 42 |
| Binary | 111011 | 1110100 | 1101110 | 110001 | 0 | 101 | 110111 | 10101110 | 100001 | 100010 |
Color Harmonies of #3B746E
Complementary color
Monochromatic Colors of #3B746E
Black with #3B746E
Text Example
Text Example
White with #3B746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B746E; }
p { color: rgb(59,116,110); }
H1.HeaderClassName
{
color: #3B746E;
}
.AnyTagClassName
{
color: #3B746E;
}
</style>
background-color css
<style>
a { background-color: #3B746E; }
a { background-color: rgb(59,116,110); }
div.DivClassName
{
background-color: #3B746E;
}
.BgClassName
{
background-color: #3B746E;
}
</style>
border-color css
<style>
span { border-color: #3B746E; }
span { border-color: rgb(59,116,110); }
td.TdClassName
{
border-color: #3B746E;
}
.TagClassName
{
border-color: #3B746E;
}
</style>