Shades of Dark Slate #3E514E
Tints of Dark Slate #3E514E
RGB
CMYK
RGB Variations
Color information
#3E514E (or 0x3E514E) is known color: Dark Slate. HEX triplet: 3E, 51 and 4E. RGB value is (62,81,78). Sum of RGB (Red+Green+Blue) = 62+81+78=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #3E514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E514E is #C1AEB1. Grayscale: #4A4A4A. Windows color (decimal): -12693170 or 5132606. OLE color: 5132606.
HSL color Cylindrical-coordinate representation of color #3E514E: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E514E is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 78 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.68 |
| HSL | 170.53º | 0.13% | 0.28% | - |
| HSV(B) | 170.53º | 0.23% | 0.32% | - |
| XYZ | 6.3 | 7.46 | 8.32 | - |
| YUV | 74.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 78 | 0.23 | 0 | 0.04 | 0.68 | 170.53 | 0.13 | 0.28 |
| Hex | 3E | 51 | 4E | 17 | 0 | 4 | 44 | AB | D | 1C |
| Octal | 76 | 121 | 116 | 27 | 0 | 4 | 104 | 253 | 15 | 34 |
| Binary | 111110 | 1010001 | 1001110 | 10111 | 0 | 100 | 1000100 | 10101011 | 1101 | 11100 |
Color Harmonies of #3E514E
Complementary color
Monochromatic Colors of #3E514E
Black with #3E514E
Text Example
Text Example
White with #3E514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E514E; }
p { color: rgb(62,81,78); }
H1.HeaderClassName
{
color: #3E514E;
}
.AnyTagClassName
{
color: #3E514E;
}
</style>
background-color css
<style>
a { background-color: #3E514E; }
a { background-color: rgb(62,81,78); }
div.DivClassName
{
background-color: #3E514E;
}
.BgClassName
{
background-color: #3E514E;
}
</style>
border-color css
<style>
span { border-color: #3E514E; }
span { border-color: rgb(62,81,78); }
td.TdClassName
{
border-color: #3E514E;
}
.TagClassName
{
border-color: #3E514E;
}
</style>