Shades of Spectra #315B4B
Tints of Spectra #315B4B
RGB
CMYK
RGB Variations
Color information
#315B4B (or 0x315B4B) is known color: Spectra. HEX triplet: 31, 5B and 4B. RGB value is (49,91,75). Sum of RGB (Red+Green+Blue) = 49+91+75=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #315B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B4B is #CEA4B4. Grayscale: #4C4C4C. Windows color (decimal): -13542581 or 4938545. OLE color: 4938545.
HSL color Cylindrical-coordinate representation of color #315B4B: hue angle of 157.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B4B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 91 | 75 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.64 |
| HSL | 157.14º | 0.3% | 0.27% | - |
| HSV(B) | 157.14º | 0.46% | 0.36% | - |
| XYZ | 6.28 | 8.64 | 7.99 | - |
| YUV | 76.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 75 | 0.46 | 0 | 0.18 | 0.64 | 157.14 | 0.3 | 0.27 |
| Hex | 31 | 5B | 4B | 2E | 0 | 12 | 40 | 9D | 1E | 1B |
| Octal | 61 | 133 | 113 | 56 | 0 | 22 | 100 | 235 | 36 | 33 |
| Binary | 110001 | 1011011 | 1001011 | 101110 | 0 | 10010 | 1000000 | 10011101 | 11110 | 11011 |
Color Harmonies of #315B4B
Complementary color
Monochromatic Colors of #315B4B
Black with #315B4B
Text Example
Text Example
White with #315B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B4B; }
p { color: rgb(49,91,75); }
H1.HeaderClassName
{
color: #315B4B;
}
.AnyTagClassName
{
color: #315B4B;
}
</style>
background-color css
<style>
a { background-color: #315B4B; }
a { background-color: rgb(49,91,75); }
div.DivClassName
{
background-color: #315B4B;
}
.BgClassName
{
background-color: #315B4B;
}
</style>
border-color css
<style>
span { border-color: #315B4B; }
span { border-color: rgb(49,91,75); }
td.TdClassName
{
border-color: #315B4B;
}
.TagClassName
{
border-color: #315B4B;
}
</style>