Shades of Dark Slate Grey #244E4C
Tints of Dark Slate Grey #244E4C
RGB
CMYK
RGB Variations
Color information
#244E4C (or 0x244E4C) is known color: Dark Slate Grey. HEX triplet: 24, 4E and 4C. RGB value is (36,78,76). Sum of RGB (Red+Green+Blue) = 36+78+76=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #244E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244E4C is #DBB1B3. Grayscale: #414141. Windows color (decimal): -14397876 or 5000740. OLE color: 5000740.
HSL color Cylindrical-coordinate representation of color #244E4C: hue angle of 177.14º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244E4C is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 78 | 76 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.69 |
| HSL | 177.14º | 0.37% | 0.22% | - |
| HSV(B) | 177.14º | 0.54% | 0.31% | - |
| XYZ | 4.76 | 6.35 | 7.81 | - |
| YUV | 65.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 76 | 0.54 | 0 | 0.03 | 0.69 | 177.14 | 0.37 | 0.22 |
| Hex | 24 | 4E | 4C | 36 | 0 | 3 | 45 | B1 | 25 | 16 |
| Octal | 44 | 116 | 114 | 66 | 0 | 3 | 105 | 261 | 45 | 26 |
| Binary | 100100 | 1001110 | 1001100 | 110110 | 0 | 11 | 1000101 | 10110001 | 100101 | 10110 |
Color Harmonies of #244E4C
Complementary color
Monochromatic Colors of #244E4C
Black with #244E4C
Text Example
Text Example
White with #244E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E4C; }
p { color: rgb(36,78,76); }
H1.HeaderClassName
{
color: #244E4C;
}
.AnyTagClassName
{
color: #244E4C;
}
</style>
background-color css
<style>
a { background-color: #244E4C; }
a { background-color: rgb(36,78,76); }
div.DivClassName
{
background-color: #244E4C;
}
.BgClassName
{
background-color: #244E4C;
}
</style>
border-color css
<style>
span { border-color: #244E4C; }
span { border-color: rgb(36,78,76); }
td.TdClassName
{
border-color: #244E4C;
}
.TagClassName
{
border-color: #244E4C;
}
</style>