Shades of Spectra #316853
Tints of Spectra #316853
RGB
CMYK
RGB Variations
Color information
#316853 (or 0x316853) is known color: Spectra. HEX triplet: 31, 68 and 53. RGB value is (49,104,83). Sum of RGB (Red+Green+Blue) = 49+104+83=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #316853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316853 is #CE97AC. Grayscale: #555555. Windows color (decimal): -13539245 or 5466161. OLE color: 5466161.
HSL color Cylindrical-coordinate representation of color #316853: hue angle of 157.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316853 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 104 | 83 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.59 |
| HSL | 157.09º | 0.36% | 0.3% | - |
| HSV(B) | 157.09º | 0.53% | 0.41% | - |
| XYZ | 7.78 | 11.18 | 9.93 | - |
| YUV | 85.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 83 | 0.53 | 0 | 0.20 | 0.59 | 157.09 | 0.36 | 0.3 |
| Hex | 31 | 68 | 53 | 35 | 0 | 14 | 3B | 9D | 24 | 1E |
| Octal | 61 | 150 | 123 | 65 | 0 | 24 | 73 | 235 | 44 | 36 |
| Binary | 110001 | 1101000 | 1010011 | 110101 | 0 | 10100 | 111011 | 10011101 | 100100 | 11110 |
Color Harmonies of #316853
Complementary color
Monochromatic Colors of #316853
Black with #316853
Text Example
Text Example
White with #316853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316853; }
p { color: rgb(49,104,83); }
H1.HeaderClassName
{
color: #316853;
}
.AnyTagClassName
{
color: #316853;
}
</style>
background-color css
<style>
a { background-color: #316853; }
a { background-color: rgb(49,104,83); }
div.DivClassName
{
background-color: #316853;
}
.BgClassName
{
background-color: #316853;
}
</style>
border-color css
<style>
span { border-color: #316853; }
span { border-color: rgb(49,104,83); }
td.TdClassName
{
border-color: #316853;
}
.TagClassName
{
border-color: #316853;
}
</style>