Shades of Dark Slate Grey #34494C
Tints of Dark Slate Grey #34494C
RGB
CMYK
RGB Variations
Color information
#34494C (or 0x34494C) is known color: Dark Slate Grey. HEX triplet: 34, 49 and 4C. RGB value is (52,73,76). Sum of RGB (Red+Green+Blue) = 52+73+76=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #34494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34494C is #CBB6B3. Grayscale: #434343. Windows color (decimal): -13350580 or 4999476. OLE color: 4999476.
HSL color Cylindrical-coordinate representation of color #34494C: hue angle of 187.5º 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 #34494C is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 73 | 76 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.70 |
| HSL | 187.5º | 0.19% | 0.25% | - |
| HSV(B) | 187.5º | 0.32% | 0.3% | - |
| XYZ | 5.1 | 6.02 | 7.73 | - |
| YUV | 67.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 76 | 0.32 | 0.04 | 0 | 0.70 | 187.5 | 0.19 | 0.25 |
| Hex | 34 | 49 | 4C | 20 | 4 | 0 | 46 | BC | 13 | 19 |
| Octal | 64 | 111 | 114 | 40 | 4 | 0 | 106 | 274 | 23 | 31 |
| Binary | 110100 | 1001001 | 1001100 | 100000 | 100 | 0 | 1000110 | 10111100 | 10011 | 11001 |
Color Harmonies of #34494C
Complementary color
Monochromatic Colors of #34494C
Black with #34494C
Text Example
Text Example
White with #34494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34494C; }
p { color: rgb(52,73,76); }
H1.HeaderClassName
{
color: #34494C;
}
.AnyTagClassName
{
color: #34494C;
}
</style>
background-color css
<style>
a { background-color: #34494C; }
a { background-color: rgb(52,73,76); }
div.DivClassName
{
background-color: #34494C;
}
.BgClassName
{
background-color: #34494C;
}
</style>
border-color css
<style>
span { border-color: #34494C; }
span { border-color: rgb(52,73,76); }
td.TdClassName
{
border-color: #34494C;
}
.TagClassName
{
border-color: #34494C;
}
</style>