Shades of Dark Slate Grey #394B4E
Tints of Dark Slate Grey #394B4E
RGB
CMYK
RGB Variations
Color information
#394B4E (or 0x394B4E) is known color: Dark Slate Grey. HEX triplet: 39, 4B and 4E. RGB value is (57,75,78). Sum of RGB (Red+Green+Blue) = 57+75+78=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #394B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B4E is #C6B4B1. Grayscale: #454545. Windows color (decimal): -13022386 or 5131065. OLE color: 5131065.
HSL color Cylindrical-coordinate representation of color #394B4E: hue angle of 188.57º 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 #394B4E is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 75 | 78 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.69 |
| HSL | 188.57º | 0.16% | 0.26% | - |
| HSV(B) | 188.57º | 0.27% | 0.31% | - |
| XYZ | 5.58 | 6.45 | 8.16 | - |
| YUV | 69.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 78 | 0.27 | 0.04 | 0 | 0.69 | 188.57 | 0.16 | 0.26 |
| Hex | 39 | 4B | 4E | 1B | 4 | 0 | 45 | BD | 10 | 1A |
| Octal | 71 | 113 | 116 | 33 | 4 | 0 | 105 | 275 | 20 | 32 |
| Binary | 111001 | 1001011 | 1001110 | 11011 | 100 | 0 | 1000101 | 10111101 | 10000 | 11010 |
Color Harmonies of #394B4E
Complementary color
Monochromatic Colors of #394B4E
Black with #394B4E
Text Example
Text Example
White with #394B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394B4E; }
p { color: rgb(57,75,78); }
H1.HeaderClassName
{
color: #394B4E;
}
.AnyTagClassName
{
color: #394B4E;
}
</style>
background-color css
<style>
a { background-color: #394B4E; }
a { background-color: rgb(57,75,78); }
div.DivClassName
{
background-color: #394B4E;
}
.BgClassName
{
background-color: #394B4E;
}
</style>
border-color css
<style>
span { border-color: #394B4E; }
span { border-color: rgb(57,75,78); }
td.TdClassName
{
border-color: #394B4E;
}
.TagClassName
{
border-color: #394B4E;
}
</style>