Shades of Genoa #316C69
Tints of Genoa #316C69
RGB
CMYK
RGB Variations
Color information
#316C69 (or 0x316C69) is known color: Genoa. HEX triplet: 31, 6C and 69. RGB value is (49,108,105). Sum of RGB (Red+Green+Blue) = 49+108+105=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #316C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C69 is #CE9396. Grayscale: #595959. Windows color (decimal): -13538199 or 6908977. OLE color: 6908977.
HSL color Cylindrical-coordinate representation of color #316C69: hue angle of 176.95º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C69 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 105 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.58 |
| HSL | 176.95º | 0.38% | 0.31% | - |
| HSV(B) | 176.95º | 0.55% | 0.42% | - |
| XYZ | 9.18 | 12.4 | 15.27 | - |
| YUV | 90.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 105 | 0.55 | 0 | 0.03 | 0.58 | 176.95 | 0.38 | 0.31 |
| Hex | 31 | 6C | 69 | 37 | 0 | 3 | 3A | B1 | 26 | 1F |
| Octal | 61 | 154 | 151 | 67 | 0 | 3 | 72 | 261 | 46 | 37 |
| Binary | 110001 | 1101100 | 1101001 | 110111 | 0 | 11 | 111010 | 10110001 | 100110 | 11111 |
Color Harmonies of #316C69
Complementary color
Monochromatic Colors of #316C69
Black with #316C69
Text Example
Text Example
White with #316C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C69; }
p { color: rgb(49,108,105); }
H1.HeaderClassName
{
color: #316C69;
}
.AnyTagClassName
{
color: #316C69;
}
</style>
background-color css
<style>
a { background-color: #316C69; }
a { background-color: rgb(49,108,105); }
div.DivClassName
{
background-color: #316C69;
}
.BgClassName
{
background-color: #316C69;
}
</style>
border-color css
<style>
span { border-color: #316C69; }
span { border-color: rgb(49,108,105); }
td.TdClassName
{
border-color: #316C69;
}
.TagClassName
{
border-color: #316C69;
}
</style>