Shades of Dark Slate Grey #344F50
Tints of Dark Slate Grey #344F50
RGB
CMYK
RGB Variations
Color information
#344F50 (or 0x344F50) is known color: Dark Slate Grey. HEX triplet: 34, 4F and 50. RGB value is (52,79,80). Sum of RGB (Red+Green+Blue) = 52+79+80=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #344F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F50 is #CBB0AF. Grayscale: #474747. Windows color (decimal): -13349040 or 5263156. OLE color: 5263156.
HSL color Cylindrical-coordinate representation of color #344F50: hue angle of 182.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #344F50 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 79 | 80 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.69 |
| HSL | 182.14º | 0.21% | 0.26% | - |
| HSV(B) | 182.14º | 0.35% | 0.31% | - |
| XYZ | 5.66 | 6.9 | 8.62 | - |
| YUV | 71.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 80 | 0.35 | 0.01 | 0 | 0.69 | 182.14 | 0.21 | 0.26 |
| Hex | 34 | 4F | 50 | 23 | 1 | 0 | 45 | B6 | 15 | 1A |
| Octal | 64 | 117 | 120 | 43 | 1 | 0 | 105 | 266 | 25 | 32 |
| Binary | 110100 | 1001111 | 1010000 | 100011 | 1 | 0 | 1000101 | 10110110 | 10101 | 11010 |
Color Harmonies of #344F50
Complementary color
Monochromatic Colors of #344F50
Black with #344F50
Text Example
Text Example
White with #344F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F50; }
p { color: rgb(52,79,80); }
H1.HeaderClassName
{
color: #344F50;
}
.AnyTagClassName
{
color: #344F50;
}
</style>
background-color css
<style>
a { background-color: #344F50; }
a { background-color: rgb(52,79,80); }
div.DivClassName
{
background-color: #344F50;
}
.BgClassName
{
background-color: #344F50;
}
</style>
border-color css
<style>
span { border-color: #344F50; }
span { border-color: rgb(52,79,80); }
td.TdClassName
{
border-color: #344F50;
}
.TagClassName
{
border-color: #344F50;
}
</style>