Shades of Midnight Blue #24227C
Tints of Midnight Blue #24227C
RGB
CMYK
RGB Variations
Color information
#24227C (or 0x24227C) is known color: Midnight Blue. HEX triplet: 24, 22 and 7C. RGB value is (36,34,124). Sum of RGB (Red+Green+Blue) = 36+34+124=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #24227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24227C is #DBDD83. Grayscale: #2C2C2C. Windows color (decimal): -14409092 or 8135204. OLE color: 8135204.
HSL color Cylindrical-coordinate representation of color #24227C: hue angle of 241.33º degrees, saturation: 0.57, 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 #24227C is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 34 | 124 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.51 |
| HSL | 241.33º | 0.57% | 0.31% | - |
| HSV(B) | 241.33º | 0.73% | 0.49% | - |
| XYZ | 4.94 | 2.97 | 19.38 | - |
| YUV | 44.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 124 | 0.71 | 0.73 | 0 | 0.51 | 241.33 | 0.57 | 0.31 |
| Hex | 24 | 22 | 7C | 47 | 49 | 0 | 33 | F1 | 39 | 1F |
| Octal | 44 | 42 | 174 | 107 | 111 | 0 | 63 | 361 | 71 | 37 |
| Binary | 100100 | 100010 | 1111100 | 1000111 | 1001001 | 0 | 110011 | 11110001 | 111001 | 11111 |
Color Harmonies of #24227C
Complementary color
Monochromatic Colors of #24227C
Black with #24227C
Text Example
Text Example
White with #24227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24227C; }
p { color: rgb(36,34,124); }
H1.HeaderClassName
{
color: #24227C;
}
.AnyTagClassName
{
color: #24227C;
}
</style>
background-color css
<style>
a { background-color: #24227C; }
a { background-color: rgb(36,34,124); }
div.DivClassName
{
background-color: #24227C;
}
.BgClassName
{
background-color: #24227C;
}
</style>
border-color css
<style>
span { border-color: #24227C; }
span { border-color: rgb(36,34,124); }
td.TdClassName
{
border-color: #24227C;
}
.TagClassName
{
border-color: #24227C;
}
</style>