Shades of Spectra #31694E
Tints of Spectra #31694E
RGB
CMYK
RGB Variations
Color information
#31694E (or 0x31694E) is known color: Spectra. HEX triplet: 31, 69 and 4E. RGB value is (49,105,78). Sum of RGB (Red+Green+Blue) = 49+105+78=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #31694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31694E is #CE96B1. Grayscale: #555555. Windows color (decimal): -13538994 or 5138737. OLE color: 5138737.
HSL color Cylindrical-coordinate representation of color #31694E: hue angle of 151.07º 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 #31694E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 105 | 78 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.59 |
| HSL | 151.07º | 0.36% | 0.3% | - |
| HSV(B) | 151.07º | 0.53% | 0.41% | - |
| XYZ | 7.69 | 11.31 | 8.98 | - |
| YUV | 85.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 78 | 0.53 | 0 | 0.26 | 0.59 | 151.07 | 0.36 | 0.3 |
| Hex | 31 | 69 | 4E | 35 | 0 | 1A | 3B | 97 | 24 | 1E |
| Octal | 61 | 151 | 116 | 65 | 0 | 32 | 73 | 227 | 44 | 36 |
| Binary | 110001 | 1101001 | 1001110 | 110101 | 0 | 11010 | 111011 | 10010111 | 100100 | 11110 |
Color Harmonies of #31694E
Complementary color
Monochromatic Colors of #31694E
Black with #31694E
Text Example
Text Example
White with #31694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31694E; }
p { color: rgb(49,105,78); }
H1.HeaderClassName
{
color: #31694E;
}
.AnyTagClassName
{
color: #31694E;
}
</style>
background-color css
<style>
a { background-color: #31694E; }
a { background-color: rgb(49,105,78); }
div.DivClassName
{
background-color: #31694E;
}
.BgClassName
{
background-color: #31694E;
}
</style>
border-color css
<style>
span { border-color: #31694E; }
span { border-color: rgb(49,105,78); }
td.TdClassName
{
border-color: #31694E;
}
.TagClassName
{
border-color: #31694E;
}
</style>