Shades of Dark Slate Grey #344D4D
Tints of Dark Slate Grey #344D4D
RGB
CMYK
RGB Variations
Color information
#344D4D (or 0x344D4D) is known color: Dark Slate Grey. HEX triplet: 34, 4D and 4D. RGB value is (52,77,77). Sum of RGB (Red+Green+Blue) = 52+77+77=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #344D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D4D is #CBB2B2. Grayscale: #454545. Windows color (decimal): -13349555 or 5066036. OLE color: 5066036.
HSL color Cylindrical-coordinate representation of color #344D4D: hue angle of 180º 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 #344D4D is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 77 | 77 | - |
| CMYK | 0.32 | 0 | 0 | 0.70 |
| HSL | 180º | 0.19% | 0.25% | - |
| HSV(B) | 180º | 0.32% | 0.3% | - |
| XYZ | 5.41 | 6.57 | 8 | - |
| YUV | 69.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 77 | 0.32 | 0 | 0 | 0.70 | 180 | 0.19 | 0.25 |
| Hex | 34 | 4D | 4D | 20 | 0 | 0 | 46 | B4 | 13 | 19 |
| Octal | 64 | 115 | 115 | 40 | 0 | 0 | 106 | 264 | 23 | 31 |
| Binary | 110100 | 1001101 | 1001101 | 100000 | 0 | 0 | 1000110 | 10110100 | 10011 | 11001 |
Color Harmonies of #344D4D
Complementary color
Monochromatic Colors of #344D4D
Black with #344D4D
Text Example
Text Example
White with #344D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D4D; }
p { color: rgb(52,77,77); }
H1.HeaderClassName
{
color: #344D4D;
}
.AnyTagClassName
{
color: #344D4D;
}
</style>
background-color css
<style>
a { background-color: #344D4D; }
a { background-color: rgb(52,77,77); }
div.DivClassName
{
background-color: #344D4D;
}
.BgClassName
{
background-color: #344D4D;
}
</style>
border-color css
<style>
span { border-color: #344D4D; }
span { border-color: rgb(52,77,77); }
td.TdClassName
{
border-color: #344D4D;
}
.TagClassName
{
border-color: #344D4D;
}
</style>