Shades of Dark Slate Grey #344E4E
Tints of Dark Slate Grey #344E4E
RGB
CMYK
RGB Variations
Color information
#344E4E (or 0x344E4E) is known color: Dark Slate Grey. HEX triplet: 34, 4E and 4E. RGB value is (52,78,78). Sum of RGB (Red+Green+Blue) = 52+78+78=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #344E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E4E is #CBB1B1. Grayscale: #464646. Windows color (decimal): -13349298 or 5131828. OLE color: 5131828.
HSL color Cylindrical-coordinate representation of color #344E4E: hue angle of 180º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E4E is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 78 | - |
| CMYK | 0.33 | 0 | 0 | 0.69 |
| HSL | 180º | 0.2% | 0.25% | - |
| HSV(B) | 180º | 0.33% | 0.31% | - |
| XYZ | 5.52 | 6.73 | 8.22 | - |
| YUV | 70.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 78 | 0.33 | 0 | 0 | 0.69 | 180 | 0.2 | 0.25 |
| Hex | 34 | 4E | 4E | 21 | 0 | 0 | 45 | B4 | 14 | 19 |
| Octal | 64 | 116 | 116 | 41 | 0 | 0 | 105 | 264 | 24 | 31 |
| Binary | 110100 | 1001110 | 1001110 | 100001 | 0 | 0 | 1000101 | 10110100 | 10100 | 11001 |
Color Harmonies of #344E4E
Complementary color
Monochromatic Colors of #344E4E
Black with #344E4E
Text Example
Text Example
White with #344E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E4E; }
p { color: rgb(52,78,78); }
H1.HeaderClassName
{
color: #344E4E;
}
.AnyTagClassName
{
color: #344E4E;
}
</style>
background-color css
<style>
a { background-color: #344E4E; }
a { background-color: rgb(52,78,78); }
div.DivClassName
{
background-color: #344E4E;
}
.BgClassName
{
background-color: #344E4E;
}
</style>
border-color css
<style>
span { border-color: #344E4E; }
span { border-color: rgb(52,78,78); }
td.TdClassName
{
border-color: #344E4E;
}
.TagClassName
{
border-color: #344E4E;
}
</style>