Shades of Spectra #31644C
Tints of Spectra #31644C
RGB
CMYK
RGB Variations
Color information
#31644C (or 0x31644C) is known color: Spectra. HEX triplet: 31, 64 and 4C. RGB value is (49,100,76). Sum of RGB (Red+Green+Blue) = 49+100+76=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #31644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31644C is #CE9BB3. Grayscale: #525252. Windows color (decimal): -13540276 or 5006385. OLE color: 5006385.
HSL color Cylindrical-coordinate representation of color #31644C: hue angle of 151.76º 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 #31644C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 76 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.61 |
| HSL | 151.76º | 0.34% | 0.29% | - |
| HSV(B) | 151.76º | 0.51% | 0.39% | - |
| XYZ | 7.13 | 10.29 | 8.45 | - |
| YUV | 82.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 76 | 0.51 | 0 | 0.24 | 0.61 | 151.76 | 0.34 | 0.29 |
| Hex | 31 | 64 | 4C | 33 | 0 | 18 | 3D | 98 | 22 | 1D |
| Octal | 61 | 144 | 114 | 63 | 0 | 30 | 75 | 230 | 42 | 35 |
| Binary | 110001 | 1100100 | 1001100 | 110011 | 0 | 11000 | 111101 | 10011000 | 100010 | 11101 |
Color Harmonies of #31644C
Complementary color
Monochromatic Colors of #31644C
Black with #31644C
Text Example
Text Example
White with #31644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31644C; }
p { color: rgb(49,100,76); }
H1.HeaderClassName
{
color: #31644C;
}
.AnyTagClassName
{
color: #31644C;
}
</style>
background-color css
<style>
a { background-color: #31644C; }
a { background-color: rgb(49,100,76); }
div.DivClassName
{
background-color: #31644C;
}
.BgClassName
{
background-color: #31644C;
}
</style>
border-color css
<style>
span { border-color: #31644C; }
span { border-color: rgb(49,100,76); }
td.TdClassName
{
border-color: #31644C;
}
.TagClassName
{
border-color: #31644C;
}
</style>