Shades of Dark Slate Grey #344F51
Tints of Dark Slate Grey #344F51
RGB
CMYK
RGB Variations
Color information
#344F51 (or 0x344F51) is known color: Dark Slate Grey. HEX triplet: 34, 4F and 51. RGB value is (52,79,81). Sum of RGB (Red+Green+Blue) = 52+79+81=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #344F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F51 is #CBB0AE. Grayscale: #474747. Windows color (decimal): -13349039 or 5328692. OLE color: 5328692.
HSL color Cylindrical-coordinate representation of color #344F51: hue angle of 184.14º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344F51 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 79 | 81 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.68 |
| HSL | 184.14º | 0.22% | 0.26% | - |
| HSV(B) | 184.14º | 0.36% | 0.32% | - |
| XYZ | 5.7 | 6.92 | 8.82 | - |
| YUV | 71.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 81 | 0.36 | 0.02 | 0 | 0.68 | 184.14 | 0.22 | 0.26 |
| Hex | 34 | 4F | 51 | 24 | 2 | 0 | 44 | B8 | 16 | 1A |
| Octal | 64 | 117 | 121 | 44 | 2 | 0 | 104 | 270 | 26 | 32 |
| Binary | 110100 | 1001111 | 1010001 | 100100 | 10 | 0 | 1000100 | 10111000 | 10110 | 11010 |
Color Harmonies of #344F51
Complementary color
Monochromatic Colors of #344F51
Black with #344F51
Text Example
Text Example
White with #344F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F51; }
p { color: rgb(52,79,81); }
H1.HeaderClassName
{
color: #344F51;
}
.AnyTagClassName
{
color: #344F51;
}
</style>
background-color css
<style>
a { background-color: #344F51; }
a { background-color: rgb(52,79,81); }
div.DivClassName
{
background-color: #344F51;
}
.BgClassName
{
background-color: #344F51;
}
</style>
border-color css
<style>
span { border-color: #344F51; }
span { border-color: rgb(52,79,81); }
td.TdClassName
{
border-color: #344F51;
}
.TagClassName
{
border-color: #344F51;
}
</style>