Shades of Dark Slate Grey #225358
Tints of Dark Slate Grey #225358
RGB
CMYK
RGB Variations
Color information
#225358 (or 0x225358) is known color: Dark Slate Grey. HEX triplet: 22, 53 and 58. RGB value is (34,83,88). Sum of RGB (Red+Green+Blue) = 34+83+88=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #225358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225358 is #DDACA7. Grayscale: #444444. Windows color (decimal): -14527656 or 5788450. OLE color: 5788450.
HSL color Cylindrical-coordinate representation of color #225358: hue angle of 185.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225358 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 83 | 88 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.65 |
| HSL | 185.56º | 0.44% | 0.24% | - |
| HSV(B) | 185.56º | 0.61% | 0.35% | - |
| XYZ | 5.51 | 7.23 | 10.34 | - |
| YUV | 68.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 88 | 0.61 | 0.06 | 0 | 0.65 | 185.56 | 0.44 | 0.24 |
| Hex | 22 | 53 | 58 | 3D | 6 | 0 | 41 | BA | 2C | 18 |
| Octal | 42 | 123 | 130 | 75 | 6 | 0 | 101 | 272 | 54 | 30 |
| Binary | 100010 | 1010011 | 1011000 | 111101 | 110 | 0 | 1000001 | 10111010 | 101100 | 11000 |
Color Harmonies of #225358
Complementary color
Monochromatic Colors of #225358
Black with #225358
Text Example
Text Example
White with #225358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225358; }
p { color: rgb(34,83,88); }
H1.HeaderClassName
{
color: #225358;
}
.AnyTagClassName
{
color: #225358;
}
</style>
background-color css
<style>
a { background-color: #225358; }
a { background-color: rgb(34,83,88); }
div.DivClassName
{
background-color: #225358;
}
.BgClassName
{
background-color: #225358;
}
</style>
border-color css
<style>
span { border-color: #225358; }
span { border-color: rgb(34,83,88); }
td.TdClassName
{
border-color: #225358;
}
.TagClassName
{
border-color: #225358;
}
</style>