Shades of Dark Slate Grey #314E52
Tints of Dark Slate Grey #314E52
RGB
CMYK
RGB Variations
Color information
#314E52 (or 0x314E52) is known color: Dark Slate Grey. HEX triplet: 31, 4E and 52. RGB value is (49,78,82). Sum of RGB (Red+Green+Blue) = 49+78+82=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #314E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E52 is #CEB1AD. Grayscale: #454545. Windows color (decimal): -13545902 or 5393969. OLE color: 5393969.
HSL color Cylindrical-coordinate representation of color #314E52: hue angle of 187.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314E52 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 78 | 82 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.68 |
| HSL | 187.27º | 0.25% | 0.26% | - |
| HSV(B) | 187.27º | 0.4% | 0.32% | - |
| XYZ | 5.51 | 6.71 | 8.99 | - |
| YUV | 69.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 82 | 0.40 | 0.05 | 0 | 0.68 | 187.27 | 0.25 | 0.26 |
| Hex | 31 | 4E | 52 | 28 | 5 | 0 | 44 | BB | 19 | 1A |
| Octal | 61 | 116 | 122 | 50 | 5 | 0 | 104 | 273 | 31 | 32 |
| Binary | 110001 | 1001110 | 1010010 | 101000 | 101 | 0 | 1000100 | 10111011 | 11001 | 11010 |
Color Harmonies of #314E52
Complementary color
Monochromatic Colors of #314E52
Black with #314E52
Text Example
Text Example
White with #314E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E52; }
p { color: rgb(49,78,82); }
H1.HeaderClassName
{
color: #314E52;
}
.AnyTagClassName
{
color: #314E52;
}
</style>
background-color css
<style>
a { background-color: #314E52; }
a { background-color: rgb(49,78,82); }
div.DivClassName
{
background-color: #314E52;
}
.BgClassName
{
background-color: #314E52;
}
</style>
border-color css
<style>
span { border-color: #314E52; }
span { border-color: rgb(49,78,82); }
td.TdClassName
{
border-color: #314E52;
}
.TagClassName
{
border-color: #314E52;
}
</style>