Shades of Genoa #31776B
Tints of Genoa #31776B
RGB
CMYK
RGB Variations
Color information
#31776B (or 0x31776B) is known color: Genoa. HEX triplet: 31, 77 and 6B. RGB value is (49,119,107). Sum of RGB (Red+Green+Blue) = 49+119+107=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #31776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31776B is #CE8894. Grayscale: #606060. Windows color (decimal): -13535381 or 7042865. OLE color: 7042865.
HSL color Cylindrical-coordinate representation of color #31776B: hue angle of 169.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31776B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 107 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.53 |
| HSL | 169.71º | 0.42% | 0.33% | - |
| HSV(B) | 169.71º | 0.59% | 0.47% | - |
| XYZ | 10.52 | 14.91 | 16.23 | - |
| YUV | 96.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 107 | 0.59 | 0 | 0.10 | 0.53 | 169.71 | 0.42 | 0.33 |
| Hex | 31 | 77 | 6B | 3B | 0 | A | 35 | AA | 2A | 21 |
| Octal | 61 | 167 | 153 | 73 | 0 | 12 | 65 | 252 | 52 | 41 |
| Binary | 110001 | 1110111 | 1101011 | 111011 | 0 | 1010 | 110101 | 10101010 | 101010 | 100001 |
Color Harmonies of #31776B
Complementary color
Monochromatic Colors of #31776B
Black with #31776B
Text Example
Text Example
White with #31776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31776B; }
p { color: rgb(49,119,107); }
H1.HeaderClassName
{
color: #31776B;
}
.AnyTagClassName
{
color: #31776B;
}
</style>
background-color css
<style>
a { background-color: #31776B; }
a { background-color: rgb(49,119,107); }
div.DivClassName
{
background-color: #31776B;
}
.BgClassName
{
background-color: #31776B;
}
</style>
border-color css
<style>
span { border-color: #31776B; }
span { border-color: rgb(49,119,107); }
td.TdClassName
{
border-color: #31776B;
}
.TagClassName
{
border-color: #31776B;
}
</style>