Shades of Dark Slate Grey #245256
Tints of Dark Slate Grey #245256
RGB
CMYK
RGB Variations
Color information
#245256 (or 0x245256) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 56. RGB value is (36,82,86). Sum of RGB (Red+Green+Blue) = 36+82+86=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #245256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245256 is #DBADA9. Grayscale: #444444. Windows color (decimal): -14396842 or 5657124. OLE color: 5657124.
HSL color Cylindrical-coordinate representation of color #245256: hue angle of 184.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245256 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 82 | 86 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.66 |
| HSL | 184.8º | 0.41% | 0.24% | - |
| HSV(B) | 184.8º | 0.58% | 0.34% | - |
| XYZ | 5.42 | 7.08 | 9.89 | - |
| YUV | 68.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 86 | 0.58 | 0.05 | 0 | 0.66 | 184.8 | 0.41 | 0.24 |
| Hex | 24 | 52 | 56 | 3A | 5 | 0 | 42 | B9 | 29 | 18 |
| Octal | 44 | 122 | 126 | 72 | 5 | 0 | 102 | 271 | 51 | 30 |
| Binary | 100100 | 1010010 | 1010110 | 111010 | 101 | 0 | 1000010 | 10111001 | 101001 | 11000 |
Color Harmonies of #245256
Complementary color
Monochromatic Colors of #245256
Black with #245256
Text Example
Text Example
White with #245256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245256; }
p { color: rgb(36,82,86); }
H1.HeaderClassName
{
color: #245256;
}
.AnyTagClassName
{
color: #245256;
}
</style>
background-color css
<style>
a { background-color: #245256; }
a { background-color: rgb(36,82,86); }
div.DivClassName
{
background-color: #245256;
}
.BgClassName
{
background-color: #245256;
}
</style>
border-color css
<style>
span { border-color: #245256; }
span { border-color: rgb(36,82,86); }
td.TdClassName
{
border-color: #245256;
}
.TagClassName
{
border-color: #245256;
}
</style>