Shades of Dark Slate Grey #344C4D
Tints of Dark Slate Grey #344C4D
RGB
CMYK
RGB Variations
Color information
#344C4D (or 0x344C4D) is known color: Dark Slate Grey. HEX triplet: 34, 4C and 4D. RGB value is (52,76,77). Sum of RGB (Red+Green+Blue) = 52+76+77=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #344C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C4D is #CBB3B2. Grayscale: #444444. Windows color (decimal): -13349811 or 5065780. OLE color: 5065780.
HSL color Cylindrical-coordinate representation of color #344C4D: hue angle of 182.4º 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 #344C4D is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 77 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.70 |
| HSL | 182.4º | 0.19% | 0.25% | - |
| HSV(B) | 182.4º | 0.32% | 0.3% | - |
| XYZ | 5.34 | 6.43 | 7.98 | - |
| YUV | 68.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 77 | 0.32 | 0.01 | 0 | 0.70 | 182.4 | 0.19 | 0.25 |
| Hex | 34 | 4C | 4D | 20 | 1 | 0 | 46 | B6 | 13 | 19 |
| Octal | 64 | 114 | 115 | 40 | 1 | 0 | 106 | 266 | 23 | 31 |
| Binary | 110100 | 1001100 | 1001101 | 100000 | 1 | 0 | 1000110 | 10110110 | 10011 | 11001 |
Color Harmonies of #344C4D
Complementary color
Monochromatic Colors of #344C4D
Black with #344C4D
Text Example
Text Example
White with #344C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C4D; }
p { color: rgb(52,76,77); }
H1.HeaderClassName
{
color: #344C4D;
}
.AnyTagClassName
{
color: #344C4D;
}
</style>
background-color css
<style>
a { background-color: #344C4D; }
a { background-color: rgb(52,76,77); }
div.DivClassName
{
background-color: #344C4D;
}
.BgClassName
{
background-color: #344C4D;
}
</style>
border-color css
<style>
span { border-color: #344C4D; }
span { border-color: rgb(52,76,77); }
td.TdClassName
{
border-color: #344C4D;
}
.TagClassName
{
border-color: #344C4D;
}
</style>