Shades of Dark Slate Grey #334D4E
Tints of Dark Slate Grey #334D4E
RGB
CMYK
RGB Variations
Color information
#334D4E (or 0x334D4E) is known color: Dark Slate Grey. HEX triplet: 33, 4D and 4E. RGB value is (51,77,78). Sum of RGB (Red+Green+Blue) = 51+77+78=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #334D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D4E is #CCB2B1. Grayscale: #454545. Windows color (decimal): -13415090 or 5131571. OLE color: 5131571.
HSL color Cylindrical-coordinate representation of color #334D4E: hue angle of 182.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334D4E is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 77 | 78 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.69 |
| HSL | 182.22º | 0.21% | 0.25% | - |
| HSV(B) | 182.22º | 0.35% | 0.31% | - |
| XYZ | 5.39 | 6.56 | 8.19 | - |
| YUV | 69.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 78 | 0.35 | 0.01 | 0 | 0.69 | 182.22 | 0.21 | 0.25 |
| Hex | 33 | 4D | 4E | 23 | 1 | 0 | 45 | B6 | 15 | 19 |
| Octal | 63 | 115 | 116 | 43 | 1 | 0 | 105 | 266 | 25 | 31 |
| Binary | 110011 | 1001101 | 1001110 | 100011 | 1 | 0 | 1000101 | 10110110 | 10101 | 11001 |
Color Harmonies of #334D4E
Complementary color
Monochromatic Colors of #334D4E
Black with #334D4E
Text Example
Text Example
White with #334D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D4E; }
p { color: rgb(51,77,78); }
H1.HeaderClassName
{
color: #334D4E;
}
.AnyTagClassName
{
color: #334D4E;
}
</style>
background-color css
<style>
a { background-color: #334D4E; }
a { background-color: rgb(51,77,78); }
div.DivClassName
{
background-color: #334D4E;
}
.BgClassName
{
background-color: #334D4E;
}
</style>
border-color css
<style>
span { border-color: #334D4E; }
span { border-color: rgb(51,77,78); }
td.TdClassName
{
border-color: #334D4E;
}
.TagClassName
{
border-color: #334D4E;
}
</style>