Shades of Dark Slate #3F514E
Tints of Dark Slate #3F514E
RGB
CMYK
RGB Variations
Color information
#3F514E (or 0x3F514E) is known color: Dark Slate. HEX triplet: 3F, 51 and 4E. RGB value is (63,81,78). Sum of RGB (Red+Green+Blue) = 63+81+78=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #3F514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F514E is #C0AEB1. Grayscale: #4B4B4B. Windows color (decimal): -12627634 or 5132607. OLE color: 5132607.
HSL color Cylindrical-coordinate representation of color #3F514E: hue angle of 170º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F514E is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 78 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.68 |
| HSL | 170º | 0.13% | 0.28% | - |
| HSV(B) | 170º | 0.22% | 0.32% | - |
| XYZ | 6.37 | 7.49 | 8.32 | - |
| YUV | 75.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 78 | 0.22 | 0 | 0.04 | 0.68 | 170 | 0.13 | 0.28 |
| Hex | 3F | 51 | 4E | 16 | 0 | 4 | 44 | AA | C | 1C |
| Octal | 77 | 121 | 116 | 26 | 0 | 4 | 104 | 252 | 14 | 34 |
| Binary | 111111 | 1010001 | 1001110 | 10110 | 0 | 100 | 1000100 | 10101010 | 1100 | 11100 |
Color Harmonies of #3F514E
Complementary color
Monochromatic Colors of #3F514E
Black with #3F514E
Text Example
Text Example
White with #3F514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F514E; }
p { color: rgb(63,81,78); }
H1.HeaderClassName
{
color: #3F514E;
}
.AnyTagClassName
{
color: #3F514E;
}
</style>
background-color css
<style>
a { background-color: #3F514E; }
a { background-color: rgb(63,81,78); }
div.DivClassName
{
background-color: #3F514E;
}
.BgClassName
{
background-color: #3F514E;
}
</style>
border-color css
<style>
span { border-color: #3F514E; }
span { border-color: rgb(63,81,78); }
td.TdClassName
{
border-color: #3F514E;
}
.TagClassName
{
border-color: #3F514E;
}
</style>