Shades of Dark Slate Grey #244A4D
Tints of Dark Slate Grey #244A4D
RGB
CMYK
RGB Variations
Color information
#244A4D (or 0x244A4D) is known color: Dark Slate Grey. HEX triplet: 24, 4A and 4D. RGB value is (36,74,77). Sum of RGB (Red+Green+Blue) = 36+74+77=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #244A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244A4D is #DBB5B2. Grayscale: #3E3E3E. Windows color (decimal): -14398899 or 5065252. OLE color: 5065252.
HSL color Cylindrical-coordinate representation of color #244A4D: hue angle of 184.39º 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 #244A4D is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 74 | 77 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.70 |
| HSL | 184.39º | 0.36% | 0.22% | - |
| HSV(B) | 184.39º | 0.53% | 0.3% | - |
| XYZ | 4.52 | 5.81 | 7.9 | - |
| YUV | 62.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 77 | 0.53 | 0.04 | 0 | 0.70 | 184.39 | 0.36 | 0.22 |
| Hex | 24 | 4A | 4D | 35 | 4 | 0 | 46 | B8 | 24 | 16 |
| Octal | 44 | 112 | 115 | 65 | 4 | 0 | 106 | 270 | 44 | 26 |
| Binary | 100100 | 1001010 | 1001101 | 110101 | 100 | 0 | 1000110 | 10111000 | 100100 | 10110 |
Color Harmonies of #244A4D
Complementary color
Monochromatic Colors of #244A4D
Black with #244A4D
Text Example
Text Example
White with #244A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244A4D; }
p { color: rgb(36,74,77); }
H1.HeaderClassName
{
color: #244A4D;
}
.AnyTagClassName
{
color: #244A4D;
}
</style>
background-color css
<style>
a { background-color: #244A4D; }
a { background-color: rgb(36,74,77); }
div.DivClassName
{
background-color: #244A4D;
}
.BgClassName
{
background-color: #244A4D;
}
</style>
border-color css
<style>
span { border-color: #244A4D; }
span { border-color: rgb(36,74,77); }
td.TdClassName
{
border-color: #244A4D;
}
.TagClassName
{
border-color: #244A4D;
}
</style>