Shades of Dark Slate #3E5652
Tints of Dark Slate #3E5652
RGB
CMYK
RGB Variations
Color information
#3E5652 (or 0x3E5652) is known color: Dark Slate. HEX triplet: 3E, 56 and 52. RGB value is (62,86,82). Sum of RGB (Red+Green+Blue) = 62+86+82=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #3E5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5652 is #C1A9AD. Grayscale: #4E4E4E. Windows color (decimal): -12691886 or 5396030. OLE color: 5396030.
HSL color Cylindrical-coordinate representation of color #3E5652: hue angle of 170º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E5652 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 86 | 82 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.66 |
| HSL | 170º | 0.16% | 0.29% | - |
| HSV(B) | 170º | 0.28% | 0.34% | - |
| XYZ | 6.84 | 8.29 | 9.22 | - |
| YUV | 78.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 82 | 0.28 | 0 | 0.05 | 0.66 | 170 | 0.16 | 0.29 |
| Hex | 3E | 56 | 52 | 1C | 0 | 5 | 42 | AA | 10 | 1D |
| Octal | 76 | 126 | 122 | 34 | 0 | 5 | 102 | 252 | 20 | 35 |
| Binary | 111110 | 1010110 | 1010010 | 11100 | 0 | 101 | 1000010 | 10101010 | 10000 | 11101 |
Color Harmonies of #3E5652
Complementary color
Monochromatic Colors of #3E5652
Black with #3E5652
Text Example
Text Example
White with #3E5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5652; }
p { color: rgb(62,86,82); }
H1.HeaderClassName
{
color: #3E5652;
}
.AnyTagClassName
{
color: #3E5652;
}
</style>
background-color css
<style>
a { background-color: #3E5652; }
a { background-color: rgb(62,86,82); }
div.DivClassName
{
background-color: #3E5652;
}
.BgClassName
{
background-color: #3E5652;
}
</style>
border-color css
<style>
span { border-color: #3E5652; }
span { border-color: rgb(62,86,82); }
td.TdClassName
{
border-color: #3E5652;
}
.TagClassName
{
border-color: #3E5652;
}
</style>