Shades of Genoa #316667
Tints of Genoa #316667
RGB
CMYK
RGB Variations
Color information
#316667 (or 0x316667) is known color: Genoa. HEX triplet: 31, 66 and 67. RGB value is (49,102,103). Sum of RGB (Red+Green+Blue) = 49+102+103=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 103 - color contains mainly: blue. Hex color #316667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316667 is #CE9998. Grayscale: #565656. Windows color (decimal): -13539737 or 6776369. OLE color: 6776369.
HSL color Cylindrical-coordinate representation of color #316667: hue angle of 181.11º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316667 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 102 | 103 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.60 |
| HSL | 181.11º | 0.36% | 0.3% | - |
| HSV(B) | 181.11º | 0.52% | 0.4% | - |
| XYZ | 8.47 | 11.13 | 14.54 | - |
| YUV | 86.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 103 | 0.52 | 0.01 | 0 | 0.60 | 181.11 | 0.36 | 0.3 |
| Hex | 31 | 66 | 67 | 34 | 1 | 0 | 3C | B5 | 24 | 1E |
| Octal | 61 | 146 | 147 | 64 | 1 | 0 | 74 | 265 | 44 | 36 |
| Binary | 110001 | 1100110 | 1100111 | 110100 | 1 | 0 | 111100 | 10110101 | 100100 | 11110 |
Color Harmonies of #316667
Complementary color
Monochromatic Colors of #316667
Black with #316667
Text Example
Text Example
White with #316667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316667; }
p { color: rgb(49,102,103); }
H1.HeaderClassName
{
color: #316667;
}
.AnyTagClassName
{
color: #316667;
}
</style>
background-color css
<style>
a { background-color: #316667; }
a { background-color: rgb(49,102,103); }
div.DivClassName
{
background-color: #316667;
}
.BgClassName
{
background-color: #316667;
}
</style>
border-color css
<style>
span { border-color: #316667; }
span { border-color: rgb(49,102,103); }
td.TdClassName
{
border-color: #316667;
}
.TagClassName
{
border-color: #316667;
}
</style>