Shades of Spectra #31634C
Tints of Spectra #31634C
RGB
CMYK
RGB Variations
Color information
#31634C (or 0x31634C) is known color: Spectra. HEX triplet: 31, 63 and 4C. RGB value is (49,99,76). Sum of RGB (Red+Green+Blue) = 49+99+76=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #31634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31634C is #CE9CB3. Grayscale: #515151. Windows color (decimal): -13540532 or 5006129. OLE color: 5006129.
HSL color Cylindrical-coordinate representation of color #31634C: hue angle of 152.4º 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 #31634C is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 76 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.61 |
| HSL | 152.4º | 0.34% | 0.29% | - |
| HSV(B) | 152.4º | 0.51% | 0.39% | - |
| XYZ | 7.03 | 10.1 | 8.42 | - |
| YUV | 81.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 76 | 0.51 | 0 | 0.23 | 0.61 | 152.4 | 0.34 | 0.29 |
| Hex | 31 | 63 | 4C | 33 | 0 | 17 | 3D | 98 | 22 | 1D |
| Octal | 61 | 143 | 114 | 63 | 0 | 27 | 75 | 230 | 42 | 35 |
| Binary | 110001 | 1100011 | 1001100 | 110011 | 0 | 10111 | 111101 | 10011000 | 100010 | 11101 |
Color Harmonies of #31634C
Complementary color
Monochromatic Colors of #31634C
Black with #31634C
Text Example
Text Example
White with #31634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31634C; }
p { color: rgb(49,99,76); }
H1.HeaderClassName
{
color: #31634C;
}
.AnyTagClassName
{
color: #31634C;
}
</style>
background-color css
<style>
a { background-color: #31634C; }
a { background-color: rgb(49,99,76); }
div.DivClassName
{
background-color: #31634C;
}
.BgClassName
{
background-color: #31634C;
}
</style>
border-color css
<style>
span { border-color: #31634C; }
span { border-color: rgb(49,99,76); }
td.TdClassName
{
border-color: #31634C;
}
.TagClassName
{
border-color: #31634C;
}
</style>