Shades of Spectra #31564D
Tints of Spectra #31564D
RGB
CMYK
RGB Variations
Color information
#31564D (or 0x31564D) is known color: Spectra. HEX triplet: 31, 56 and 4D. RGB value is (49,86,77). Sum of RGB (Red+Green+Blue) = 49+86+77=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #31564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31564D is #CEA9B2. Grayscale: #494949. Windows color (decimal): -13543859 or 5068337. OLE color: 5068337.
HSL color Cylindrical-coordinate representation of color #31564D: hue angle of 165.41º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31564D is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 77 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.66 |
| HSL | 165.41º | 0.27% | 0.26% | - |
| HSV(B) | 165.41º | 0.43% | 0.34% | - |
| XYZ | 5.93 | 7.84 | 8.22 | - |
| YUV | 73.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 77 | 0.43 | 0 | 0.10 | 0.66 | 165.41 | 0.27 | 0.26 |
| Hex | 31 | 56 | 4D | 2B | 0 | A | 42 | A5 | 1B | 1A |
| Octal | 61 | 126 | 115 | 53 | 0 | 12 | 102 | 245 | 33 | 32 |
| Binary | 110001 | 1010110 | 1001101 | 101011 | 0 | 1010 | 1000010 | 10100101 | 11011 | 11010 |
Color Harmonies of #31564D
Complementary color
Monochromatic Colors of #31564D
Black with #31564D
Text Example
Text Example
White with #31564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31564D; }
p { color: rgb(49,86,77); }
H1.HeaderClassName
{
color: #31564D;
}
.AnyTagClassName
{
color: #31564D;
}
</style>
background-color css
<style>
a { background-color: #31564D; }
a { background-color: rgb(49,86,77); }
div.DivClassName
{
background-color: #31564D;
}
.BgClassName
{
background-color: #31564D;
}
</style>
border-color css
<style>
span { border-color: #31564D; }
span { border-color: rgb(49,86,77); }
td.TdClassName
{
border-color: #31564D;
}
.TagClassName
{
border-color: #31564D;
}
</style>