Shades of Dark Slate Grey #245355
Tints of Dark Slate Grey #245355
RGB
CMYK
RGB Variations
Color information
#245355 (or 0x245355) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 55. RGB value is (36,83,85). Sum of RGB (Red+Green+Blue) = 36+83+85=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #245355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245355 is #DBACAA. Grayscale: #454545. Windows color (decimal): -14396587 or 5591844. OLE color: 5591844.
HSL color Cylindrical-coordinate representation of color #245355: hue angle of 182.45º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245355 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 85 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.67 |
| HSL | 182.45º | 0.4% | 0.24% | - |
| HSV(B) | 182.45º | 0.58% | 0.33% | - |
| XYZ | 5.46 | 7.22 | 9.7 | - |
| YUV | 69.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 85 | 0.58 | 0.02 | 0 | 0.67 | 182.45 | 0.4 | 0.24 |
| Hex | 24 | 53 | 55 | 3A | 2 | 0 | 43 | B6 | 28 | 18 |
| Octal | 44 | 123 | 125 | 72 | 2 | 0 | 103 | 266 | 50 | 30 |
| Binary | 100100 | 1010011 | 1010101 | 111010 | 10 | 0 | 1000011 | 10110110 | 101000 | 11000 |
Color Harmonies of #245355
Complementary color
Monochromatic Colors of #245355
Black with #245355
Text Example
Text Example
White with #245355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245355; }
p { color: rgb(36,83,85); }
H1.HeaderClassName
{
color: #245355;
}
.AnyTagClassName
{
color: #245355;
}
</style>
background-color css
<style>
a { background-color: #245355; }
a { background-color: rgb(36,83,85); }
div.DivClassName
{
background-color: #245355;
}
.BgClassName
{
background-color: #245355;
}
</style>
border-color css
<style>
span { border-color: #245355; }
span { border-color: rgb(36,83,85); }
td.TdClassName
{
border-color: #245355;
}
.TagClassName
{
border-color: #245355;
}
</style>