Shades of Spectra #31644F
Tints of Spectra #31644F
RGB
CMYK
RGB Variations
Color information
#31644F (or 0x31644F) is known color: Spectra. HEX triplet: 31, 64 and 4F. RGB value is (49,100,79). Sum of RGB (Red+Green+Blue) = 49+100+79=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #31644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31644F is #CE9BB0. Grayscale: #525252. Windows color (decimal): -13540273 or 5202993. OLE color: 5202993.
HSL color Cylindrical-coordinate representation of color #31644F: hue angle of 155.29º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31644F is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 79 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.61 |
| HSL | 155.29º | 0.34% | 0.29% | - |
| HSV(B) | 155.29º | 0.51% | 0.39% | - |
| XYZ | 7.24 | 10.33 | 9.01 | - |
| YUV | 82.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 79 | 0.51 | 0 | 0.21 | 0.61 | 155.29 | 0.34 | 0.29 |
| Hex | 31 | 64 | 4F | 33 | 0 | 15 | 3D | 9B | 22 | 1D |
| Octal | 61 | 144 | 117 | 63 | 0 | 25 | 75 | 233 | 42 | 35 |
| Binary | 110001 | 1100100 | 1001111 | 110011 | 0 | 10101 | 111101 | 10011011 | 100010 | 11101 |
Color Harmonies of #31644F
Complementary color
Monochromatic Colors of #31644F
Black with #31644F
Text Example
Text Example
White with #31644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31644F; }
p { color: rgb(49,100,79); }
H1.HeaderClassName
{
color: #31644F;
}
.AnyTagClassName
{
color: #31644F;
}
</style>
background-color css
<style>
a { background-color: #31644F; }
a { background-color: rgb(49,100,79); }
div.DivClassName
{
background-color: #31644F;
}
.BgClassName
{
background-color: #31644F;
}
</style>
border-color css
<style>
span { border-color: #31644F; }
span { border-color: rgb(49,100,79); }
td.TdClassName
{
border-color: #31644F;
}
.TagClassName
{
border-color: #31644F;
}
</style>