Shades of Dark Slate Grey #344E52
Tints of Dark Slate Grey #344E52
RGB
CMYK
RGB Variations
Color information
#344E52 (or 0x344E52) is known color: Dark Slate Grey. HEX triplet: 34, 4E and 52. RGB value is (52,78,82). Sum of RGB (Red+Green+Blue) = 52+78+82=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #344E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E52 is #CBB1AD. Grayscale: #464646. Windows color (decimal): -13349294 or 5393972. OLE color: 5393972.
HSL color Cylindrical-coordinate representation of color #344E52: hue angle of 188º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344E52 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 78 | 82 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.68 |
| HSL | 188º | 0.22% | 0.26% | - |
| HSV(B) | 188º | 0.37% | 0.32% | - |
| XYZ | 5.66 | 6.79 | 8.99 | - |
| YUV | 70.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 82 | 0.37 | 0.05 | 0 | 0.68 | 188 | 0.22 | 0.26 |
| Hex | 34 | 4E | 52 | 25 | 5 | 0 | 44 | BC | 16 | 1A |
| Octal | 64 | 116 | 122 | 45 | 5 | 0 | 104 | 274 | 26 | 32 |
| Binary | 110100 | 1001110 | 1010010 | 100101 | 101 | 0 | 1000100 | 10111100 | 10110 | 11010 |
Color Harmonies of #344E52
Complementary color
Monochromatic Colors of #344E52
Black with #344E52
Text Example
Text Example
White with #344E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E52; }
p { color: rgb(52,78,82); }
H1.HeaderClassName
{
color: #344E52;
}
.AnyTagClassName
{
color: #344E52;
}
</style>
background-color css
<style>
a { background-color: #344E52; }
a { background-color: rgb(52,78,82); }
div.DivClassName
{
background-color: #344E52;
}
.BgClassName
{
background-color: #344E52;
}
</style>
border-color css
<style>
span { border-color: #344E52; }
span { border-color: rgb(52,78,82); }
td.TdClassName
{
border-color: #344E52;
}
.TagClassName
{
border-color: #344E52;
}
</style>