Shades of Dark Slate Grey #344547
Tints of Dark Slate Grey #344547
RGB
CMYK
RGB Variations
Color information
#344547 (or 0x344547) is known color: Dark Slate Grey. HEX triplet: 34, 45 and 47. RGB value is (52,69,71). Sum of RGB (Red+Green+Blue) = 52+69+71=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #344547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344547 is #CBBAB8. Grayscale: #404040. Windows color (decimal): -13351609 or 4670772. OLE color: 4670772.
HSL color Cylindrical-coordinate representation of color #344547: hue angle of 186.32º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344547 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 69 | 71 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.72 |
| HSL | 186.32º | 0.15% | 0.24% | - |
| HSV(B) | 186.32º | 0.27% | 0.28% | - |
| XYZ | 4.68 | 5.44 | 6.76 | - |
| YUV | 64.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 71 | 0.27 | 0.03 | 0 | 0.72 | 186.32 | 0.15 | 0.24 |
| Hex | 34 | 45 | 47 | 1B | 3 | 0 | 48 | BA | F | 18 |
| Octal | 64 | 105 | 107 | 33 | 3 | 0 | 110 | 272 | 17 | 30 |
| Binary | 110100 | 1000101 | 1000111 | 11011 | 11 | 0 | 1001000 | 10111010 | 1111 | 11000 |
Color Harmonies of #344547
Complementary color
Monochromatic Colors of #344547
Black with #344547
Text Example
Text Example
White with #344547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344547; }
p { color: rgb(52,69,71); }
H1.HeaderClassName
{
color: #344547;
}
.AnyTagClassName
{
color: #344547;
}
</style>
background-color css
<style>
a { background-color: #344547; }
a { background-color: rgb(52,69,71); }
div.DivClassName
{
background-color: #344547;
}
.BgClassName
{
background-color: #344547;
}
</style>
border-color css
<style>
span { border-color: #344547; }
span { border-color: rgb(52,69,71); }
td.TdClassName
{
border-color: #344547;
}
.TagClassName
{
border-color: #344547;
}
</style>