Shades of Dark Slate Grey #245052
Tints of Dark Slate Grey #245052
RGB
CMYK
RGB Variations
Color information
#245052 (or 0x245052) is known color: Dark Slate Grey. HEX triplet: 24, 50 and 52. RGB value is (36,80,82). Sum of RGB (Red+Green+Blue) = 36+80+82=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #245052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245052 is #DBAFAD. Grayscale: #434343. Windows color (decimal): -14397358 or 5394468. OLE color: 5394468.
HSL color Cylindrical-coordinate representation of color #245052: hue angle of 182.61º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245052 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 80 | 82 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.68 |
| HSL | 182.61º | 0.39% | 0.23% | - |
| HSV(B) | 182.61º | 0.56% | 0.32% | - |
| XYZ | 5.12 | 6.72 | 9.01 | - |
| YUV | 67.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 82 | 0.56 | 0.02 | 0 | 0.68 | 182.61 | 0.39 | 0.23 |
| Hex | 24 | 50 | 52 | 38 | 2 | 0 | 44 | B7 | 27 | 17 |
| Octal | 44 | 120 | 122 | 70 | 2 | 0 | 104 | 267 | 47 | 27 |
| Binary | 100100 | 1010000 | 1010010 | 111000 | 10 | 0 | 1000100 | 10110111 | 100111 | 10111 |
Color Harmonies of #245052
Complementary color
Monochromatic Colors of #245052
Black with #245052
Text Example
Text Example
White with #245052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245052; }
p { color: rgb(36,80,82); }
H1.HeaderClassName
{
color: #245052;
}
.AnyTagClassName
{
color: #245052;
}
</style>
background-color css
<style>
a { background-color: #245052; }
a { background-color: rgb(36,80,82); }
div.DivClassName
{
background-color: #245052;
}
.BgClassName
{
background-color: #245052;
}
</style>
border-color css
<style>
span { border-color: #245052; }
span { border-color: rgb(36,80,82); }
td.TdClassName
{
border-color: #245052;
}
.TagClassName
{
border-color: #245052;
}
</style>