Shades of Dark Slate Grey #224F52
Tints of Dark Slate Grey #224F52
RGB
CMYK
RGB Variations
Color information
#224F52 (or 0x224F52) is known color: Dark Slate Grey. HEX triplet: 22, 4F and 52. RGB value is (34,79,82). Sum of RGB (Red+Green+Blue) = 34+79+82=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #224F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F52 is #DDB0AD. Grayscale: #414141. Windows color (decimal): -14528686 or 5394210. OLE color: 5394210.
HSL color Cylindrical-coordinate representation of color #224F52: hue angle of 183.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224F52 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 79 | 82 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.68 |
| HSL | 183.75º | 0.41% | 0.23% | - |
| HSV(B) | 183.75º | 0.59% | 0.32% | - |
| XYZ | 4.98 | 6.54 | 8.98 | - |
| YUV | 65.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 82 | 0.59 | 0.04 | 0 | 0.68 | 183.75 | 0.41 | 0.23 |
| Hex | 22 | 4F | 52 | 3B | 4 | 0 | 44 | B8 | 29 | 17 |
| Octal | 42 | 117 | 122 | 73 | 4 | 0 | 104 | 270 | 51 | 27 |
| Binary | 100010 | 1001111 | 1010010 | 111011 | 100 | 0 | 1000100 | 10111000 | 101001 | 10111 |
Color Harmonies of #224F52
Complementary color
Monochromatic Colors of #224F52
Black with #224F52
Text Example
Text Example
White with #224F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F52; }
p { color: rgb(34,79,82); }
H1.HeaderClassName
{
color: #224F52;
}
.AnyTagClassName
{
color: #224F52;
}
</style>
background-color css
<style>
a { background-color: #224F52; }
a { background-color: rgb(34,79,82); }
div.DivClassName
{
background-color: #224F52;
}
.BgClassName
{
background-color: #224F52;
}
</style>
border-color css
<style>
span { border-color: #224F52; }
span { border-color: rgb(34,79,82); }
td.TdClassName
{
border-color: #224F52;
}
.TagClassName
{
border-color: #224F52;
}
</style>