Shades of Dark Slate Grey #394C4E
Tints of Dark Slate Grey #394C4E
RGB
CMYK
RGB Variations
Color information
#394C4E (or 0x394C4E) is known color: Dark Slate Grey. HEX triplet: 39, 4C and 4E. RGB value is (57,76,78). Sum of RGB (Red+Green+Blue) = 57+76+78=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #394C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C4E is #C6B3B1. Grayscale: #464646. Windows color (decimal): -13022130 or 5131321. OLE color: 5131321.
HSL color Cylindrical-coordinate representation of color #394C4E: hue angle of 185.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394C4E is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 76 | 78 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.69 |
| HSL | 185.71º | 0.16% | 0.26% | - |
| HSV(B) | 185.71º | 0.27% | 0.31% | - |
| XYZ | 5.65 | 6.59 | 8.18 | - |
| YUV | 70.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 78 | 0.27 | 0.03 | 0 | 0.69 | 185.71 | 0.16 | 0.26 |
| Hex | 39 | 4C | 4E | 1B | 3 | 0 | 45 | BA | 10 | 1A |
| Octal | 71 | 114 | 116 | 33 | 3 | 0 | 105 | 272 | 20 | 32 |
| Binary | 111001 | 1001100 | 1001110 | 11011 | 11 | 0 | 1000101 | 10111010 | 10000 | 11010 |
Color Harmonies of #394C4E
Complementary color
Monochromatic Colors of #394C4E
Black with #394C4E
Text Example
Text Example
White with #394C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C4E; }
p { color: rgb(57,76,78); }
H1.HeaderClassName
{
color: #394C4E;
}
.AnyTagClassName
{
color: #394C4E;
}
</style>
background-color css
<style>
a { background-color: #394C4E; }
a { background-color: rgb(57,76,78); }
div.DivClassName
{
background-color: #394C4E;
}
.BgClassName
{
background-color: #394C4E;
}
</style>
border-color css
<style>
span { border-color: #394C4E; }
span { border-color: rgb(57,76,78); }
td.TdClassName
{
border-color: #394C4E;
}
.TagClassName
{
border-color: #394C4E;
}
</style>