Shades of Genoa #3B7168
Tints of Genoa #3B7168
RGB
CMYK
RGB Variations
Color information
#3B7168 (or 0x3B7168) is known color: Genoa. HEX triplet: 3B, 71 and 68. RGB value is (59,113,104). Sum of RGB (Red+Green+Blue) = 59+113+104=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7168 is #C48E97. Grayscale: #5F5F5F. Windows color (decimal): -12881560 or 6844731. OLE color: 6844731.
HSL color Cylindrical-coordinate representation of color #3B7168: hue angle of 170º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B7168 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 104 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.56 |
| HSL | 170º | 0.31% | 0.34% | - |
| HSV(B) | 170º | 0.48% | 0.44% | - |
| XYZ | 10.21 | 13.74 | 15.21 | - |
| YUV | 95.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 104 | 0.48 | 0 | 0.08 | 0.56 | 170 | 0.31 | 0.34 |
| Hex | 3B | 71 | 68 | 30 | 0 | 8 | 38 | AA | 1F | 22 |
| Octal | 73 | 161 | 150 | 60 | 0 | 10 | 70 | 252 | 37 | 42 |
| Binary | 111011 | 1110001 | 1101000 | 110000 | 0 | 1000 | 111000 | 10101010 | 11111 | 100010 |
Color Harmonies of #3B7168
Complementary color
Monochromatic Colors of #3B7168
Black with #3B7168
Text Example
Text Example
White with #3B7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7168; }
p { color: rgb(59,113,104); }
H1.HeaderClassName
{
color: #3B7168;
}
.AnyTagClassName
{
color: #3B7168;
}
</style>
background-color css
<style>
a { background-color: #3B7168; }
a { background-color: rgb(59,113,104); }
div.DivClassName
{
background-color: #3B7168;
}
.BgClassName
{
background-color: #3B7168;
}
</style>
border-color css
<style>
span { border-color: #3B7168; }
span { border-color: rgb(59,113,104); }
td.TdClassName
{
border-color: #3B7168;
}
.TagClassName
{
border-color: #3B7168;
}
</style>