Shades of Genoa #316E69
Tints of Genoa #316E69
RGB
CMYK
RGB Variations
Color information
#316E69 (or 0x316E69) is known color: Genoa. HEX triplet: 31, 6E and 69. RGB value is (49,110,105). Sum of RGB (Red+Green+Blue) = 49+110+105=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #316E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E69 is #CE9196. Grayscale: #5B5B5B. Windows color (decimal): -13537687 or 6909489. OLE color: 6909489.
HSL color Cylindrical-coordinate representation of color #316E69: hue angle of 175.08º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E69 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 105 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.57 |
| HSL | 175.08º | 0.38% | 0.31% | - |
| HSV(B) | 175.08º | 0.55% | 0.43% | - |
| XYZ | 9.39 | 12.82 | 15.35 | - |
| YUV | 91.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 105 | 0.55 | 0 | 0.05 | 0.57 | 175.08 | 0.38 | 0.31 |
| Hex | 31 | 6E | 69 | 37 | 0 | 5 | 39 | AF | 26 | 1F |
| Octal | 61 | 156 | 151 | 67 | 0 | 5 | 71 | 257 | 46 | 37 |
| Binary | 110001 | 1101110 | 1101001 | 110111 | 0 | 101 | 111001 | 10101111 | 100110 | 11111 |
Color Harmonies of #316E69
Complementary color
Monochromatic Colors of #316E69
Black with #316E69
Text Example
Text Example
White with #316E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E69; }
p { color: rgb(49,110,105); }
H1.HeaderClassName
{
color: #316E69;
}
.AnyTagClassName
{
color: #316E69;
}
</style>
background-color css
<style>
a { background-color: #316E69; }
a { background-color: rgb(49,110,105); }
div.DivClassName
{
background-color: #316E69;
}
.BgClassName
{
background-color: #316E69;
}
</style>
border-color css
<style>
span { border-color: #316E69; }
span { border-color: rgb(49,110,105); }
td.TdClassName
{
border-color: #316E69;
}
.TagClassName
{
border-color: #316E69;
}
</style>