Shades of Dark Slate Grey #315356
Tints of Dark Slate Grey #315356
RGB
CMYK
RGB Variations
Color information
#315356 (or 0x315356) is known color: Dark Slate Grey. HEX triplet: 31, 53 and 56. RGB value is (49,83,86). Sum of RGB (Red+Green+Blue) = 49+83+86=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #315356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315356 is #CEACA9. Grayscale: #494949. Windows color (decimal): -13544618 or 5657393. OLE color: 5657393.
HSL color Cylindrical-coordinate representation of color #315356: hue angle of 184.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315356 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 83 | 86 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.66 |
| HSL | 184.86º | 0.27% | 0.26% | - |
| HSV(B) | 184.86º | 0.43% | 0.34% | - |
| XYZ | 6.04 | 7.51 | 9.94 | - |
| YUV | 73.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 86 | 0.43 | 0.03 | 0 | 0.66 | 184.86 | 0.27 | 0.26 |
| Hex | 31 | 53 | 56 | 2B | 3 | 0 | 42 | B9 | 1B | 1A |
| Octal | 61 | 123 | 126 | 53 | 3 | 0 | 102 | 271 | 33 | 32 |
| Binary | 110001 | 1010011 | 1010110 | 101011 | 11 | 0 | 1000010 | 10111001 | 11011 | 11010 |
Color Harmonies of #315356
Complementary color
Monochromatic Colors of #315356
Black with #315356
Text Example
Text Example
White with #315356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315356; }
p { color: rgb(49,83,86); }
H1.HeaderClassName
{
color: #315356;
}
.AnyTagClassName
{
color: #315356;
}
</style>
background-color css
<style>
a { background-color: #315356; }
a { background-color: rgb(49,83,86); }
div.DivClassName
{
background-color: #315356;
}
.BgClassName
{
background-color: #315356;
}
</style>
border-color css
<style>
span { border-color: #315356; }
span { border-color: rgb(49,83,86); }
td.TdClassName
{
border-color: #315356;
}
.TagClassName
{
border-color: #315356;
}
</style>