Shades of Dark Slate Grey #214C50
Tints of Dark Slate Grey #214C50
RGB
CMYK
RGB Variations
Color information
#214C50 (or 0x214C50) is known color: Dark Slate Grey. HEX triplet: 21, 4C and 50. RGB value is (33,76,80). Sum of RGB (Red+Green+Blue) = 33+76+80=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #214C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C50 is #DEB3AF. Grayscale: #3F3F3F. Windows color (decimal): -14594992 or 5262369. OLE color: 5262369.
HSL color Cylindrical-coordinate representation of color #214C50: hue angle of 185.11º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214C50 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 76 | 80 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.69 |
| HSL | 185.11º | 0.42% | 0.22% | - |
| HSV(B) | 185.11º | 0.59% | 0.31% | - |
| XYZ | 4.66 | 6.07 | 8.52 | - |
| YUV | 63.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 80 | 0.59 | 0.05 | 0 | 0.69 | 185.11 | 0.42 | 0.22 |
| Hex | 21 | 4C | 50 | 3B | 5 | 0 | 45 | B9 | 2A | 16 |
| Octal | 41 | 114 | 120 | 73 | 5 | 0 | 105 | 271 | 52 | 26 |
| Binary | 100001 | 1001100 | 1010000 | 111011 | 101 | 0 | 1000101 | 10111001 | 101010 | 10110 |
Color Harmonies of #214C50
Complementary color
Monochromatic Colors of #214C50
Black with #214C50
Text Example
Text Example
White with #214C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C50; }
p { color: rgb(33,76,80); }
H1.HeaderClassName
{
color: #214C50;
}
.AnyTagClassName
{
color: #214C50;
}
</style>
background-color css
<style>
a { background-color: #214C50; }
a { background-color: rgb(33,76,80); }
div.DivClassName
{
background-color: #214C50;
}
.BgClassName
{
background-color: #214C50;
}
</style>
border-color css
<style>
span { border-color: #214C50; }
span { border-color: rgb(33,76,80); }
td.TdClassName
{
border-color: #214C50;
}
.TagClassName
{
border-color: #214C50;
}
</style>