Shades of Dark Slate Grey #2E4B50
Tints of Dark Slate Grey #2E4B50
RGB
CMYK
RGB Variations
Color information
#2E4B50 (or 0x2E4B50) is known color: Dark Slate Grey. HEX triplet: 2E, 4B and 50. RGB value is (46,75,80). Sum of RGB (Red+Green+Blue) = 46+75+80=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4B50 is #D1B4AF. Grayscale: #424242. Windows color (decimal): -13743280 or 5262126. OLE color: 5262126.
HSL color Cylindrical-coordinate representation of color #2E4B50: hue angle of 188.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4B50 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 75 | 80 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.69 |
| HSL | 188.82º | 0.27% | 0.25% | - |
| HSV(B) | 188.82º | 0.43% | 0.31% | - |
| XYZ | 5.09 | 6.19 | 8.52 | - |
| YUV | 66.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 80 | 0.42 | 0.06 | 0 | 0.69 | 188.82 | 0.27 | 0.25 |
| Hex | 2E | 4B | 50 | 2A | 6 | 0 | 45 | BD | 1B | 19 |
| Octal | 56 | 113 | 120 | 52 | 6 | 0 | 105 | 275 | 33 | 31 |
| Binary | 101110 | 1001011 | 1010000 | 101010 | 110 | 0 | 1000101 | 10111101 | 11011 | 11001 |
Color Harmonies of #2E4B50
Complementary color
Monochromatic Colors of #2E4B50
Black with #2E4B50
Text Example
Text Example
White with #2E4B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B50; }
p { color: rgb(46,75,80); }
H1.HeaderClassName
{
color: #2E4B50;
}
.AnyTagClassName
{
color: #2E4B50;
}
</style>
background-color css
<style>
a { background-color: #2E4B50; }
a { background-color: rgb(46,75,80); }
div.DivClassName
{
background-color: #2E4B50;
}
.BgClassName
{
background-color: #2E4B50;
}
</style>
border-color css
<style>
span { border-color: #2E4B50; }
span { border-color: rgb(46,75,80); }
td.TdClassName
{
border-color: #2E4B50;
}
.TagClassName
{
border-color: #2E4B50;
}
</style>