Shades of Dark Slate Grey #244E53
Tints of Dark Slate Grey #244E53
RGB
CMYK
RGB Variations
Color information
#244E53 (or 0x244E53) is known color: Dark Slate Grey. HEX triplet: 24, 4E and 53. RGB value is (36,78,83). Sum of RGB (Red+Green+Blue) = 36+78+83=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #244E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E53 is #DBB1AC. Grayscale: #414141. Windows color (decimal): -14397869 or 5459492. OLE color: 5459492.
HSL color Cylindrical-coordinate representation of color #244E53: hue angle of 186.38º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244E53 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 78 | 83 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.67 |
| HSL | 186.38º | 0.39% | 0.23% | - |
| HSV(B) | 186.38º | 0.57% | 0.33% | - |
| XYZ | 5.01 | 6.45 | 9.16 | - |
| YUV | 66.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 83 | 0.57 | 0.06 | 0 | 0.67 | 186.38 | 0.39 | 0.23 |
| Hex | 24 | 4E | 53 | 39 | 6 | 0 | 43 | BA | 27 | 17 |
| Octal | 44 | 116 | 123 | 71 | 6 | 0 | 103 | 272 | 47 | 27 |
| Binary | 100100 | 1001110 | 1010011 | 111001 | 110 | 0 | 1000011 | 10111010 | 100111 | 10111 |
Color Harmonies of #244E53
Complementary color
Monochromatic Colors of #244E53
Black with #244E53
Text Example
Text Example
White with #244E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E53; }
p { color: rgb(36,78,83); }
H1.HeaderClassName
{
color: #244E53;
}
.AnyTagClassName
{
color: #244E53;
}
</style>
background-color css
<style>
a { background-color: #244E53; }
a { background-color: rgb(36,78,83); }
div.DivClassName
{
background-color: #244E53;
}
.BgClassName
{
background-color: #244E53;
}
</style>
border-color css
<style>
span { border-color: #244E53; }
span { border-color: rgb(36,78,83); }
td.TdClassName
{
border-color: #244E53;
}
.TagClassName
{
border-color: #244E53;
}
</style>