Shades of Spectra #315749
Tints of Spectra #315749
RGB
CMYK
RGB Variations
Color information
#315749 (or 0x315749) is known color: Spectra. HEX triplet: 31, 57 and 49. RGB value is (49,87,73). Sum of RGB (Red+Green+Blue) = 49+87+73=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #315749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315749 is #CEA8B6. Grayscale: #4A4A4A. Windows color (decimal): -13543607 or 4806449. OLE color: 4806449.
HSL color Cylindrical-coordinate representation of color #315749: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315749 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 73 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.66 |
| HSL | 157.89º | 0.28% | 0.27% | - |
| HSV(B) | 157.89º | 0.44% | 0.34% | - |
| XYZ | 5.88 | 7.95 | 7.53 | - |
| YUV | 74.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 73 | 0.44 | 0 | 0.16 | 0.66 | 157.89 | 0.28 | 0.27 |
| Hex | 31 | 57 | 49 | 2C | 0 | 10 | 42 | 9E | 1C | 1B |
| Octal | 61 | 127 | 111 | 54 | 0 | 20 | 102 | 236 | 34 | 33 |
| Binary | 110001 | 1010111 | 1001001 | 101100 | 0 | 10000 | 1000010 | 10011110 | 11100 | 11011 |
Color Harmonies of #315749
Complementary color
Monochromatic Colors of #315749
Black with #315749
Text Example
Text Example
White with #315749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315749; }
p { color: rgb(49,87,73); }
H1.HeaderClassName
{
color: #315749;
}
.AnyTagClassName
{
color: #315749;
}
</style>
background-color css
<style>
a { background-color: #315749; }
a { background-color: rgb(49,87,73); }
div.DivClassName
{
background-color: #315749;
}
.BgClassName
{
background-color: #315749;
}
</style>
border-color css
<style>
span { border-color: #315749; }
span { border-color: rgb(49,87,73); }
td.TdClassName
{
border-color: #315749;
}
.TagClassName
{
border-color: #315749;
}
</style>