Shades of Dark Slate Grey #394A4C
Tints of Dark Slate Grey #394A4C
RGB
CMYK
RGB Variations
Color information
#394A4C (or 0x394A4C) is known color: Dark Slate Grey. HEX triplet: 39, 4A and 4C. RGB value is (57,74,76). Sum of RGB (Red+Green+Blue) = 57+74+76=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #394A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394A4C is #C6B5B3. Grayscale: #454545. Windows color (decimal): -13022644 or 4999737. OLE color: 4999737.
HSL color Cylindrical-coordinate representation of color #394A4C: hue angle of 186.32º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394A4C is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 74 | 76 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.70 |
| HSL | 186.32º | 0.14% | 0.26% | - |
| HSV(B) | 186.32º | 0.25% | 0.3% | - |
| XYZ | 5.44 | 6.29 | 7.76 | - |
| YUV | 69.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 76 | 0.25 | 0.03 | 0 | 0.70 | 186.32 | 0.14 | 0.26 |
| Hex | 39 | 4A | 4C | 19 | 3 | 0 | 46 | BA | E | 1A |
| Octal | 71 | 112 | 114 | 31 | 3 | 0 | 106 | 272 | 16 | 32 |
| Binary | 111001 | 1001010 | 1001100 | 11001 | 11 | 0 | 1000110 | 10111010 | 1110 | 11010 |
Color Harmonies of #394A4C
Complementary color
Monochromatic Colors of #394A4C
Black with #394A4C
Text Example
Text Example
White with #394A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A4C; }
p { color: rgb(57,74,76); }
H1.HeaderClassName
{
color: #394A4C;
}
.AnyTagClassName
{
color: #394A4C;
}
</style>
background-color css
<style>
a { background-color: #394A4C; }
a { background-color: rgb(57,74,76); }
div.DivClassName
{
background-color: #394A4C;
}
.BgClassName
{
background-color: #394A4C;
}
</style>
border-color css
<style>
span { border-color: #394A4C; }
span { border-color: rgb(57,74,76); }
td.TdClassName
{
border-color: #394A4C;
}
.TagClassName
{
border-color: #394A4C;
}
</style>