Shades of Dark Slate Grey #224D50
Tints of Dark Slate Grey #224D50
RGB
CMYK
RGB Variations
Color information
#224D50 (or 0x224D50) is known color: Dark Slate Grey. HEX triplet: 22, 4D and 50. RGB value is (34,77,80). Sum of RGB (Red+Green+Blue) = 34+77+80=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #224D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D50 is #DDB2AF. Grayscale: #404040. Windows color (decimal): -14529200 or 5262626. OLE color: 5262626.
HSL color Cylindrical-coordinate representation of color #224D50: hue angle of 183.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224D50 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 77 | 80 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.69 |
| HSL | 183.91º | 0.4% | 0.22% | - |
| HSV(B) | 183.91º | 0.58% | 0.31% | - |
| XYZ | 4.76 | 6.23 | 8.54 | - |
| YUV | 64.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 80 | 0.58 | 0.04 | 0 | 0.69 | 183.91 | 0.4 | 0.22 |
| Hex | 22 | 4D | 50 | 3A | 4 | 0 | 45 | B8 | 28 | 16 |
| Octal | 42 | 115 | 120 | 72 | 4 | 0 | 105 | 270 | 50 | 26 |
| Binary | 100010 | 1001101 | 1010000 | 111010 | 100 | 0 | 1000101 | 10111000 | 101000 | 10110 |
Color Harmonies of #224D50
Complementary color
Monochromatic Colors of #224D50
Black with #224D50
Text Example
Text Example
White with #224D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D50; }
p { color: rgb(34,77,80); }
H1.HeaderClassName
{
color: #224D50;
}
.AnyTagClassName
{
color: #224D50;
}
</style>
background-color css
<style>
a { background-color: #224D50; }
a { background-color: rgb(34,77,80); }
div.DivClassName
{
background-color: #224D50;
}
.BgClassName
{
background-color: #224D50;
}
</style>
border-color css
<style>
span { border-color: #224D50; }
span { border-color: rgb(34,77,80); }
td.TdClassName
{
border-color: #224D50;
}
.TagClassName
{
border-color: #224D50;
}
</style>