Shades of Dark Slate Grey #244E52
Tints of Dark Slate Grey #244E52
RGB
CMYK
RGB Variations
Color information
#244E52 (or 0x244E52) is known color: Dark Slate Grey. HEX triplet: 24, 4E and 52. RGB value is (36,78,82). Sum of RGB (Red+Green+Blue) = 36+78+82=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #244E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E52 is #DBB1AD. Grayscale: #414141. Windows color (decimal): -14397870 or 5393956. OLE color: 5393956.
HSL color Cylindrical-coordinate representation of color #244E52: hue angle of 185.22º 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 #244E52 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 78 | 82 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.68 |
| HSL | 185.22º | 0.39% | 0.23% | - |
| HSV(B) | 185.22º | 0.56% | 0.32% | - |
| XYZ | 4.97 | 6.43 | 8.96 | - |
| YUV | 65.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 82 | 0.56 | 0.05 | 0 | 0.68 | 185.22 | 0.39 | 0.23 |
| Hex | 24 | 4E | 52 | 38 | 5 | 0 | 44 | B9 | 27 | 17 |
| Octal | 44 | 116 | 122 | 70 | 5 | 0 | 104 | 271 | 47 | 27 |
| Binary | 100100 | 1001110 | 1010010 | 111000 | 101 | 0 | 1000100 | 10111001 | 100111 | 10111 |
Color Harmonies of #244E52
Complementary color
Monochromatic Colors of #244E52
Black with #244E52
Text Example
Text Example
White with #244E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E52; }
p { color: rgb(36,78,82); }
H1.HeaderClassName
{
color: #244E52;
}
.AnyTagClassName
{
color: #244E52;
}
</style>
background-color css
<style>
a { background-color: #244E52; }
a { background-color: rgb(36,78,82); }
div.DivClassName
{
background-color: #244E52;
}
.BgClassName
{
background-color: #244E52;
}
</style>
border-color css
<style>
span { border-color: #244E52; }
span { border-color: rgb(36,78,82); }
td.TdClassName
{
border-color: #244E52;
}
.TagClassName
{
border-color: #244E52;
}
</style>