Shades of Dark Slate Grey #245357
Tints of Dark Slate Grey #245357
RGB
CMYK
RGB Variations
Color information
#245357 (or 0x245357) is known color: Dark Slate Grey. HEX triplet: 24, 53 and 57. RGB value is (36,83,87). Sum of RGB (Red+Green+Blue) = 36+83+87=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #245357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245357 is #DBACA8. Grayscale: #454545. Windows color (decimal): -14396585 or 5722916. OLE color: 5722916.
HSL color Cylindrical-coordinate representation of color #245357: hue angle of 184.71º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245357 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 83 | 87 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.66 |
| HSL | 184.71º | 0.41% | 0.24% | - |
| HSV(B) | 184.71º | 0.59% | 0.34% | - |
| XYZ | 5.54 | 7.25 | 10.12 | - |
| YUV | 69.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 87 | 0.59 | 0.05 | 0 | 0.66 | 184.71 | 0.41 | 0.24 |
| Hex | 24 | 53 | 57 | 3B | 5 | 0 | 42 | B9 | 29 | 18 |
| Octal | 44 | 123 | 127 | 73 | 5 | 0 | 102 | 271 | 51 | 30 |
| Binary | 100100 | 1010011 | 1010111 | 111011 | 101 | 0 | 1000010 | 10111001 | 101001 | 11000 |
Color Harmonies of #245357
Complementary color
Monochromatic Colors of #245357
Black with #245357
Text Example
Text Example
White with #245357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245357; }
p { color: rgb(36,83,87); }
H1.HeaderClassName
{
color: #245357;
}
.AnyTagClassName
{
color: #245357;
}
</style>
background-color css
<style>
a { background-color: #245357; }
a { background-color: rgb(36,83,87); }
div.DivClassName
{
background-color: #245357;
}
.BgClassName
{
background-color: #245357;
}
</style>
border-color css
<style>
span { border-color: #245357; }
span { border-color: rgb(36,83,87); }
td.TdClassName
{
border-color: #245357;
}
.TagClassName
{
border-color: #245357;
}
</style>