Shades of Spectra #31624A
Tints of Spectra #31624A
RGB
CMYK
RGB Variations
Color information
#31624A (or 0x31624A) is known color: Spectra. HEX triplet: 31, 62 and 4A. RGB value is (49,98,74). Sum of RGB (Red+Green+Blue) = 49+98+74=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #31624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31624A is #CE9DB5. Grayscale: #505050. Windows color (decimal): -13540790 or 4874801. OLE color: 4874801.
HSL color Cylindrical-coordinate representation of color #31624A: hue angle of 150.61º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31624A is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 74 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.62 |
| HSL | 150.61º | 0.33% | 0.29% | - |
| HSV(B) | 150.61º | 0.5% | 0.38% | - |
| XYZ | 6.87 | 9.88 | 8.02 | - |
| YUV | 80.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 74 | 0.5 | 0 | 0.24 | 0.62 | 150.61 | 0.33 | 0.29 |
| Hex | 31 | 62 | 4A | 32 | 0 | 18 | 3E | 97 | 21 | 1D |
| Octal | 61 | 142 | 112 | 62 | 0 | 30 | 76 | 227 | 41 | 35 |
| Binary | 110001 | 1100010 | 1001010 | 110010 | 0 | 11000 | 111110 | 10010111 | 100001 | 11101 |
Color Harmonies of #31624A
Complementary color
Monochromatic Colors of #31624A
Black with #31624A
Text Example
Text Example
White with #31624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31624A; }
p { color: rgb(49,98,74); }
H1.HeaderClassName
{
color: #31624A;
}
.AnyTagClassName
{
color: #31624A;
}
</style>
background-color css
<style>
a { background-color: #31624A; }
a { background-color: rgb(49,98,74); }
div.DivClassName
{
background-color: #31624A;
}
.BgClassName
{
background-color: #31624A;
}
</style>
border-color css
<style>
span { border-color: #31624A; }
span { border-color: rgb(49,98,74); }
td.TdClassName
{
border-color: #31624A;
}
.TagClassName
{
border-color: #31624A;
}
</style>