Shades of Spectra #315E4F
Tints of Spectra #315E4F
RGB
CMYK
RGB Variations
Color information
#315E4F (or 0x315E4F) is known color: Spectra. HEX triplet: 31, 5E and 4F. RGB value is (49,94,79). Sum of RGB (Red+Green+Blue) = 49+94+79=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #315E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E4F is #CEA1B0. Grayscale: #4E4E4E. Windows color (decimal): -13541809 or 5201457. OLE color: 5201457.
HSL color Cylindrical-coordinate representation of color #315E4F: hue angle of 160º degrees, saturation: 0.31, 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 #315E4F is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 79 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.63 |
| HSL | 160º | 0.31% | 0.28% | - |
| HSV(B) | 160º | 0.48% | 0.37% | - |
| XYZ | 6.68 | 9.22 | 8.83 | - |
| YUV | 78.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 79 | 0.48 | 0 | 0.16 | 0.63 | 160 | 0.31 | 0.28 |
| Hex | 31 | 5E | 4F | 30 | 0 | 10 | 3F | A0 | 1F | 1C |
| Octal | 61 | 136 | 117 | 60 | 0 | 20 | 77 | 240 | 37 | 34 |
| Binary | 110001 | 1011110 | 1001111 | 110000 | 0 | 10000 | 111111 | 10100000 | 11111 | 11100 |
Color Harmonies of #315E4F
Complementary color
Monochromatic Colors of #315E4F
Black with #315E4F
Text Example
Text Example
White with #315E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E4F; }
p { color: rgb(49,94,79); }
H1.HeaderClassName
{
color: #315E4F;
}
.AnyTagClassName
{
color: #315E4F;
}
</style>
background-color css
<style>
a { background-color: #315E4F; }
a { background-color: rgb(49,94,79); }
div.DivClassName
{
background-color: #315E4F;
}
.BgClassName
{
background-color: #315E4F;
}
</style>
border-color css
<style>
span { border-color: #315E4F; }
span { border-color: rgb(49,94,79); }
td.TdClassName
{
border-color: #315E4F;
}
.TagClassName
{
border-color: #315E4F;
}
</style>