Shades of Dark Slate Grey #2E4F54
Tints of Dark Slate Grey #2E4F54
RGB
CMYK
RGB Variations
Color information
#2E4F54 (or 0x2E4F54) is known color: Dark Slate Grey. HEX triplet: 2E, 4F and 54. RGB value is (46,79,84). Sum of RGB (Red+Green+Blue) = 46+79+84=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E4F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F54 is #D1B0AB. Grayscale: #454545. Windows color (decimal): -13742252 or 5525294. OLE color: 5525294.
HSL color Cylindrical-coordinate representation of color #2E4F54: hue angle of 187.89º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4F54 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 79 | 84 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.67 |
| HSL | 187.89º | 0.29% | 0.25% | - |
| HSV(B) | 187.89º | 0.45% | 0.33% | - |
| XYZ | 5.52 | 6.81 | 9.41 | - |
| YUV | 69.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 84 | 0.45 | 0.06 | 0 | 0.67 | 187.89 | 0.29 | 0.25 |
| Hex | 2E | 4F | 54 | 2D | 6 | 0 | 43 | BC | 1D | 19 |
| Octal | 56 | 117 | 124 | 55 | 6 | 0 | 103 | 274 | 35 | 31 |
| Binary | 101110 | 1001111 | 1010100 | 101101 | 110 | 0 | 1000011 | 10111100 | 11101 | 11001 |
Color Harmonies of #2E4F54
Complementary color
Monochromatic Colors of #2E4F54
Black with #2E4F54
Text Example
Text Example
White with #2E4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F54; }
p { color: rgb(46,79,84); }
H1.HeaderClassName
{
color: #2E4F54;
}
.AnyTagClassName
{
color: #2E4F54;
}
</style>
background-color css
<style>
a { background-color: #2E4F54; }
a { background-color: rgb(46,79,84); }
div.DivClassName
{
background-color: #2E4F54;
}
.BgClassName
{
background-color: #2E4F54;
}
</style>
border-color css
<style>
span { border-color: #2E4F54; }
span { border-color: rgb(46,79,84); }
td.TdClassName
{
border-color: #2E4F54;
}
.TagClassName
{
border-color: #2E4F54;
}
</style>