Shades of Midnight Blue #24217C
Tints of Midnight Blue #24217C
RGB
CMYK
RGB Variations
Color information
#24217C (or 0x24217C) is known color: Midnight Blue. HEX triplet: 24, 21 and 7C. RGB value is (36,33,124). Sum of RGB (Red+Green+Blue) = 36+33+124=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #24217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24217C is #DBDE83. Grayscale: #2B2B2B. Windows color (decimal): -14409348 or 8134948. OLE color: 8134948.
HSL color Cylindrical-coordinate representation of color #24217C: hue angle of 241.98º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24217C is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 33 | 124 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.51 |
| HSL | 241.98º | 0.58% | 0.31% | - |
| HSV(B) | 241.98º | 0.73% | 0.49% | - |
| XYZ | 4.91 | 2.92 | 19.37 | - |
| YUV | 44.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 124 | 0.71 | 0.73 | 0 | 0.51 | 241.98 | 0.58 | 0.31 |
| Hex | 24 | 21 | 7C | 47 | 49 | 0 | 33 | F2 | 3A | 1F |
| Octal | 44 | 41 | 174 | 107 | 111 | 0 | 63 | 362 | 72 | 37 |
| Binary | 100100 | 100001 | 1111100 | 1000111 | 1001001 | 0 | 110011 | 11110010 | 111010 | 11111 |
Color Harmonies of #24217C
Complementary color
Monochromatic Colors of #24217C
Black with #24217C
Text Example
Text Example
White with #24217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24217C; }
p { color: rgb(36,33,124); }
H1.HeaderClassName
{
color: #24217C;
}
.AnyTagClassName
{
color: #24217C;
}
</style>
background-color css
<style>
a { background-color: #24217C; }
a { background-color: rgb(36,33,124); }
div.DivClassName
{
background-color: #24217C;
}
.BgClassName
{
background-color: #24217C;
}
</style>
border-color css
<style>
span { border-color: #24217C; }
span { border-color: rgb(36,33,124); }
td.TdClassName
{
border-color: #24217C;
}
.TagClassName
{
border-color: #24217C;
}
</style>