Shades of Dark Slate #3F5652
Tints of Dark Slate #3F5652
RGB
CMYK
RGB Variations
Color information
#3F5652 (or 0x3F5652) is known color: Dark Slate. HEX triplet: 3F, 56 and 52. RGB value is (63,86,82). Sum of RGB (Red+Green+Blue) = 63+86+82=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5652 is #C0A9AD. Grayscale: #4E4E4E. Windows color (decimal): -12626350 or 5396031. OLE color: 5396031.
HSL color Cylindrical-coordinate representation of color #3F5652: hue angle of 169.57º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5652 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 82 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.66 |
| HSL | 169.57º | 0.15% | 0.29% | - |
| HSV(B) | 169.57º | 0.27% | 0.34% | - |
| XYZ | 6.9 | 8.32 | 9.23 | - |
| YUV | 78.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 82 | 0.27 | 0 | 0.05 | 0.66 | 169.57 | 0.15 | 0.29 |
| Hex | 3F | 56 | 52 | 1B | 0 | 5 | 42 | AA | F | 1D |
| Octal | 77 | 126 | 122 | 33 | 0 | 5 | 102 | 252 | 17 | 35 |
| Binary | 111111 | 1010110 | 1010010 | 11011 | 0 | 101 | 1000010 | 10101010 | 1111 | 11101 |
Color Harmonies of #3F5652
Complementary color
Monochromatic Colors of #3F5652
Black with #3F5652
Text Example
Text Example
White with #3F5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5652; }
p { color: rgb(63,86,82); }
H1.HeaderClassName
{
color: #3F5652;
}
.AnyTagClassName
{
color: #3F5652;
}
</style>
background-color css
<style>
a { background-color: #3F5652; }
a { background-color: rgb(63,86,82); }
div.DivClassName
{
background-color: #3F5652;
}
.BgClassName
{
background-color: #3F5652;
}
</style>
border-color css
<style>
span { border-color: #3F5652; }
span { border-color: rgb(63,86,82); }
td.TdClassName
{
border-color: #3F5652;
}
.TagClassName
{
border-color: #3F5652;
}
</style>