Shades of Spectra #31564A
Tints of Spectra #31564A
RGB
CMYK
RGB Variations
Color information
#31564A (or 0x31564A) is known color: Spectra. HEX triplet: 31, 56 and 4A. RGB value is (49,86,74). Sum of RGB (Red+Green+Blue) = 49+86+74=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #31564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31564A is #CEA9B5. Grayscale: #494949. Windows color (decimal): -13543862 or 4871729. OLE color: 4871729.
HSL color Cylindrical-coordinate representation of color #31564A: hue angle of 160.54º 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 #31564A is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 74 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.66 |
| HSL | 160.54º | 0.27% | 0.26% | - |
| HSV(B) | 160.54º | 0.43% | 0.34% | - |
| XYZ | 5.83 | 7.8 | 7.68 | - |
| YUV | 73.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 74 | 0.43 | 0 | 0.14 | 0.66 | 160.54 | 0.27 | 0.26 |
| Hex | 31 | 56 | 4A | 2B | 0 | E | 42 | A1 | 1B | 1A |
| Octal | 61 | 126 | 112 | 53 | 0 | 16 | 102 | 241 | 33 | 32 |
| Binary | 110001 | 1010110 | 1001010 | 101011 | 0 | 1110 | 1000010 | 10100001 | 11011 | 11010 |
Color Harmonies of #31564A
Complementary color
Monochromatic Colors of #31564A
Black with #31564A
Text Example
Text Example
White with #31564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31564A; }
p { color: rgb(49,86,74); }
H1.HeaderClassName
{
color: #31564A;
}
.AnyTagClassName
{
color: #31564A;
}
</style>
background-color css
<style>
a { background-color: #31564A; }
a { background-color: rgb(49,86,74); }
div.DivClassName
{
background-color: #31564A;
}
.BgClassName
{
background-color: #31564A;
}
</style>
border-color css
<style>
span { border-color: #31564A; }
span { border-color: rgb(49,86,74); }
td.TdClassName
{
border-color: #31564A;
}
.TagClassName
{
border-color: #31564A;
}
</style>