Shades of Dark Slate #3E534F
Tints of Dark Slate #3E534F
RGB
CMYK
RGB Variations
Color information
#3E534F (or 0x3E534F) is known color: Dark Slate. HEX triplet: 3E, 53 and 4F. RGB value is (62,83,79). Sum of RGB (Red+Green+Blue) = 62+83+79=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #3E534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E534F is #C1ACB0. Grayscale: #4C4C4C. Windows color (decimal): -12692657 or 5198654. OLE color: 5198654.
HSL color Cylindrical-coordinate representation of color #3E534F: hue angle of 168.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E534F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 79 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.67 |
| HSL | 168.57º | 0.14% | 0.28% | - |
| HSV(B) | 168.57º | 0.25% | 0.33% | - |
| XYZ | 6.49 | 7.78 | 8.56 | - |
| YUV | 76.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 79 | 0.25 | 0 | 0.05 | 0.67 | 168.57 | 0.14 | 0.28 |
| Hex | 3E | 53 | 4F | 19 | 0 | 5 | 43 | A9 | E | 1C |
| Octal | 76 | 123 | 117 | 31 | 0 | 5 | 103 | 251 | 16 | 34 |
| Binary | 111110 | 1010011 | 1001111 | 11001 | 0 | 101 | 1000011 | 10101001 | 1110 | 11100 |
Color Harmonies of #3E534F
Complementary color
Monochromatic Colors of #3E534F
Black with #3E534F
Text Example
Text Example
White with #3E534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E534F; }
p { color: rgb(62,83,79); }
H1.HeaderClassName
{
color: #3E534F;
}
.AnyTagClassName
{
color: #3E534F;
}
</style>
background-color css
<style>
a { background-color: #3E534F; }
a { background-color: rgb(62,83,79); }
div.DivClassName
{
background-color: #3E534F;
}
.BgClassName
{
background-color: #3E534F;
}
</style>
border-color css
<style>
span { border-color: #3E534F; }
span { border-color: rgb(62,83,79); }
td.TdClassName
{
border-color: #3E534F;
}
.TagClassName
{
border-color: #3E534F;
}
</style>