Shades of Dark Slate Grey #244C50
Tints of Dark Slate Grey #244C50
RGB
CMYK
RGB Variations
Color information
#244C50 (or 0x244C50) is known color: Dark Slate Grey. HEX triplet: 24, 4C and 50. RGB value is (36,76,80). Sum of RGB (Red+Green+Blue) = 36+76+80=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #244C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C50 is #DBB3AF. Grayscale: #404040. Windows color (decimal): -14398384 or 5262372. OLE color: 5262372.
HSL color Cylindrical-coordinate representation of color #244C50: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #244C50 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 76 | 80 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.69 |
| HSL | 185.45º | 0.38% | 0.23% | - |
| HSV(B) | 185.45º | 0.55% | 0.31% | - |
| XYZ | 4.76 | 6.12 | 8.52 | - |
| YUV | 64.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 80 | 0.55 | 0.05 | 0 | 0.69 | 185.45 | 0.38 | 0.23 |
| Hex | 24 | 4C | 50 | 37 | 5 | 0 | 45 | B9 | 26 | 17 |
| Octal | 44 | 114 | 120 | 67 | 5 | 0 | 105 | 271 | 46 | 27 |
| Binary | 100100 | 1001100 | 1010000 | 110111 | 101 | 0 | 1000101 | 10111001 | 100110 | 10111 |
Color Harmonies of #244C50
Complementary color
Monochromatic Colors of #244C50
Black with #244C50
Text Example
Text Example
White with #244C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C50; }
p { color: rgb(36,76,80); }
H1.HeaderClassName
{
color: #244C50;
}
.AnyTagClassName
{
color: #244C50;
}
</style>
background-color css
<style>
a { background-color: #244C50; }
a { background-color: rgb(36,76,80); }
div.DivClassName
{
background-color: #244C50;
}
.BgClassName
{
background-color: #244C50;
}
</style>
border-color css
<style>
span { border-color: #244C50; }
span { border-color: rgb(36,76,80); }
td.TdClassName
{
border-color: #244C50;
}
.TagClassName
{
border-color: #244C50;
}
</style>