Shades of Spectra #315F52
Tints of Spectra #315F52
RGB
CMYK
RGB Variations
Color information
#315F52 (or 0x315F52) is known color: Spectra. HEX triplet: 31, 5F and 52. RGB value is (49,95,82). Sum of RGB (Red+Green+Blue) = 49+95+82=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #315F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F52 is #CEA0AD. Grayscale: #4F4F4F. Windows color (decimal): -13541550 or 5398321. OLE color: 5398321.
HSL color Cylindrical-coordinate representation of color #315F52: hue angle of 163.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F52 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 82 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.63 |
| HSL | 163.04º | 0.32% | 0.28% | - |
| HSV(B) | 163.04º | 0.48% | 0.37% | - |
| XYZ | 6.88 | 9.45 | 9.44 | - |
| YUV | 79.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 82 | 0.48 | 0 | 0.14 | 0.63 | 163.04 | 0.32 | 0.28 |
| Hex | 31 | 5F | 52 | 30 | 0 | E | 3F | A3 | 20 | 1C |
| Octal | 61 | 137 | 122 | 60 | 0 | 16 | 77 | 243 | 40 | 34 |
| Binary | 110001 | 1011111 | 1010010 | 110000 | 0 | 1110 | 111111 | 10100011 | 100000 | 11100 |
Color Harmonies of #315F52
Complementary color
Monochromatic Colors of #315F52
Black with #315F52
Text Example
Text Example
White with #315F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F52; }
p { color: rgb(49,95,82); }
H1.HeaderClassName
{
color: #315F52;
}
.AnyTagClassName
{
color: #315F52;
}
</style>
background-color css
<style>
a { background-color: #315F52; }
a { background-color: rgb(49,95,82); }
div.DivClassName
{
background-color: #315F52;
}
.BgClassName
{
background-color: #315F52;
}
</style>
border-color css
<style>
span { border-color: #315F52; }
span { border-color: rgb(49,95,82); }
td.TdClassName
{
border-color: #315F52;
}
.TagClassName
{
border-color: #315F52;
}
</style>