Shades of Dark Slate Grey #34494D
Tints of Dark Slate Grey #34494D
RGB
CMYK
RGB Variations
Color information
#34494D (or 0x34494D) is known color: Dark Slate Grey. HEX triplet: 34, 49 and 4D. RGB value is (52,73,77). Sum of RGB (Red+Green+Blue) = 52+73+77=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #34494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34494D is #CBB6B2. Grayscale: #434343. Windows color (decimal): -13350579 or 5065012. OLE color: 5065012.
HSL color Cylindrical-coordinate representation of color #34494D: hue angle of 189.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34494D is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 73 | 77 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.70 |
| HSL | 189.6º | 0.19% | 0.25% | - |
| HSV(B) | 189.6º | 0.32% | 0.3% | - |
| XYZ | 5.14 | 6.03 | 7.91 | - |
| YUV | 67.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 77 | 0.32 | 0.05 | 0 | 0.70 | 189.6 | 0.19 | 0.25 |
| Hex | 34 | 49 | 4D | 20 | 5 | 0 | 46 | BE | 13 | 19 |
| Octal | 64 | 111 | 115 | 40 | 5 | 0 | 106 | 276 | 23 | 31 |
| Binary | 110100 | 1001001 | 1001101 | 100000 | 101 | 0 | 1000110 | 10111110 | 10011 | 11001 |
Color Harmonies of #34494D
Complementary color
Monochromatic Colors of #34494D
Black with #34494D
Text Example
Text Example
White with #34494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34494D; }
p { color: rgb(52,73,77); }
H1.HeaderClassName
{
color: #34494D;
}
.AnyTagClassName
{
color: #34494D;
}
</style>
background-color css
<style>
a { background-color: #34494D; }
a { background-color: rgb(52,73,77); }
div.DivClassName
{
background-color: #34494D;
}
.BgClassName
{
background-color: #34494D;
}
</style>
border-color css
<style>
span { border-color: #34494D; }
span { border-color: rgb(52,73,77); }
td.TdClassName
{
border-color: #34494D;
}
.TagClassName
{
border-color: #34494D;
}
</style>