Shades of Spectra #31654E
Tints of Spectra #31654E
RGB
CMYK
RGB Variations
Color information
#31654E (or 0x31654E) is known color: Spectra. HEX triplet: 31, 65 and 4E. RGB value is (49,101,78). Sum of RGB (Red+Green+Blue) = 49+101+78=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #31654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31654E is #CE9AB1. Grayscale: #525252. Windows color (decimal): -13540018 or 5137713. OLE color: 5137713.
HSL color Cylindrical-coordinate representation of color #31654E: hue angle of 153.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31654E is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 78 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.60 |
| HSL | 153.46º | 0.35% | 0.29% | - |
| HSV(B) | 153.46º | 0.51% | 0.4% | - |
| XYZ | 7.3 | 10.51 | 8.85 | - |
| YUV | 82.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 78 | 0.51 | 0 | 0.23 | 0.60 | 153.46 | 0.35 | 0.29 |
| Hex | 31 | 65 | 4E | 33 | 0 | 17 | 3C | 99 | 23 | 1D |
| Octal | 61 | 145 | 116 | 63 | 0 | 27 | 74 | 231 | 43 | 35 |
| Binary | 110001 | 1100101 | 1001110 | 110011 | 0 | 10111 | 111100 | 10011001 | 100011 | 11101 |
Color Harmonies of #31654E
Complementary color
Monochromatic Colors of #31654E
Black with #31654E
Text Example
Text Example
White with #31654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31654E; }
p { color: rgb(49,101,78); }
H1.HeaderClassName
{
color: #31654E;
}
.AnyTagClassName
{
color: #31654E;
}
</style>
background-color css
<style>
a { background-color: #31654E; }
a { background-color: rgb(49,101,78); }
div.DivClassName
{
background-color: #31654E;
}
.BgClassName
{
background-color: #31654E;
}
</style>
border-color css
<style>
span { border-color: #31654E; }
span { border-color: rgb(49,101,78); }
td.TdClassName
{
border-color: #31654E;
}
.TagClassName
{
border-color: #31654E;
}
</style>