Shades of Dark Slate Grey #214D4E
Tints of Dark Slate Grey #214D4E
RGB
CMYK
RGB Variations
Color information
#214D4E (or 0x214D4E) is known color: Dark Slate Grey. HEX triplet: 21, 4D and 4E. RGB value is (33,77,78). Sum of RGB (Red+Green+Blue) = 33+77+78=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #214D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D4E is #DEB2B1. Grayscale: #3F3F3F. Windows color (decimal): -14594738 or 5131553. OLE color: 5131553.
HSL color Cylindrical-coordinate representation of color #214D4E: hue angle of 181.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214D4E is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 77 | 78 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.69 |
| HSL | 181.33º | 0.41% | 0.22% | - |
| HSV(B) | 181.33º | 0.58% | 0.31% | - |
| XYZ | 4.66 | 6.18 | 8.16 | - |
| YUV | 63.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 78 | 0.58 | 0.01 | 0 | 0.69 | 181.33 | 0.41 | 0.22 |
| Hex | 21 | 4D | 4E | 3A | 1 | 0 | 45 | B5 | 29 | 16 |
| Octal | 41 | 115 | 116 | 72 | 1 | 0 | 105 | 265 | 51 | 26 |
| Binary | 100001 | 1001101 | 1001110 | 111010 | 1 | 0 | 1000101 | 10110101 | 101001 | 10110 |
Color Harmonies of #214D4E
Complementary color
Monochromatic Colors of #214D4E
Black with #214D4E
Text Example
Text Example
White with #214D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D4E; }
p { color: rgb(33,77,78); }
H1.HeaderClassName
{
color: #214D4E;
}
.AnyTagClassName
{
color: #214D4E;
}
</style>
background-color css
<style>
a { background-color: #214D4E; }
a { background-color: rgb(33,77,78); }
div.DivClassName
{
background-color: #214D4E;
}
.BgClassName
{
background-color: #214D4E;
}
</style>
border-color css
<style>
span { border-color: #214D4E; }
span { border-color: rgb(33,77,78); }
td.TdClassName
{
border-color: #214D4E;
}
.TagClassName
{
border-color: #214D4E;
}
</style>