Shades of Spectra #316252
Tints of Spectra #316252
RGB
CMYK
RGB Variations
Color information
#316252 (or 0x316252) is known color: Spectra. HEX triplet: 31, 62 and 52. RGB value is (49,98,82). Sum of RGB (Red+Green+Blue) = 49+98+82=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #316252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316252 is #CE9DAD. Grayscale: #515151. Windows color (decimal): -13540782 or 5399089. OLE color: 5399089.
HSL color Cylindrical-coordinate representation of color #316252: hue angle of 160.41º 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 #316252 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 82 | - |
| CMYK | 0.5 | 0 | 0.16 | 0.62 |
| HSL | 160.41º | 0.33% | 0.29% | - |
| HSV(B) | 160.41º | 0.5% | 0.38% | - |
| XYZ | 7.16 | 10 | 9.54 | - |
| YUV | 81.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 82 | 0.5 | 0 | 0.16 | 0.62 | 160.41 | 0.33 | 0.29 |
| Hex | 31 | 62 | 52 | 32 | 0 | 10 | 3E | A0 | 21 | 1D |
| Octal | 61 | 142 | 122 | 62 | 0 | 20 | 76 | 240 | 41 | 35 |
| Binary | 110001 | 1100010 | 1010010 | 110010 | 0 | 10000 | 111110 | 10100000 | 100001 | 11101 |
Color Harmonies of #316252
Complementary color
Monochromatic Colors of #316252
Black with #316252
Text Example
Text Example
White with #316252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316252; }
p { color: rgb(49,98,82); }
H1.HeaderClassName
{
color: #316252;
}
.AnyTagClassName
{
color: #316252;
}
</style>
background-color css
<style>
a { background-color: #316252; }
a { background-color: rgb(49,98,82); }
div.DivClassName
{
background-color: #316252;
}
.BgClassName
{
background-color: #316252;
}
</style>
border-color css
<style>
span { border-color: #316252; }
span { border-color: rgb(49,98,82); }
td.TdClassName
{
border-color: #316252;
}
.TagClassName
{
border-color: #316252;
}
</style>