Shades of Dark Slate Grey #244C4D
Tints of Dark Slate Grey #244C4D
RGB
CMYK
RGB Variations
Color information
#244C4D (or 0x244C4D) is known color: Dark Slate Grey. HEX triplet: 24, 4C and 4D. RGB value is (36,76,77). Sum of RGB (Red+Green+Blue) = 36+76+77=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #244C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C4D is #DBB3B2. Grayscale: #404040. Windows color (decimal): -14398387 or 5065764. OLE color: 5065764.
HSL color Cylindrical-coordinate representation of color #244C4D: hue angle of 181.46º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244C4D is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 77 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.70 |
| HSL | 181.46º | 0.36% | 0.22% | - |
| HSV(B) | 181.46º | 0.53% | 0.3% | - |
| XYZ | 4.65 | 6.08 | 7.95 | - |
| YUV | 64.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 77 | 0.53 | 0.01 | 0 | 0.70 | 181.46 | 0.36 | 0.22 |
| Hex | 24 | 4C | 4D | 35 | 1 | 0 | 46 | B5 | 24 | 16 |
| Octal | 44 | 114 | 115 | 65 | 1 | 0 | 106 | 265 | 44 | 26 |
| Binary | 100100 | 1001100 | 1001101 | 110101 | 1 | 0 | 1000110 | 10110101 | 100100 | 10110 |
Color Harmonies of #244C4D
Complementary color
Monochromatic Colors of #244C4D
Black with #244C4D
Text Example
Text Example
White with #244C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C4D; }
p { color: rgb(36,76,77); }
H1.HeaderClassName
{
color: #244C4D;
}
.AnyTagClassName
{
color: #244C4D;
}
</style>
background-color css
<style>
a { background-color: #244C4D; }
a { background-color: rgb(36,76,77); }
div.DivClassName
{
background-color: #244C4D;
}
.BgClassName
{
background-color: #244C4D;
}
</style>
border-color css
<style>
span { border-color: #244C4D; }
span { border-color: rgb(36,76,77); }
td.TdClassName
{
border-color: #244C4D;
}
.TagClassName
{
border-color: #244C4D;
}
</style>