Shades of Midnight Blue #242284
Tints of Midnight Blue #242284
RGB
CMYK
RGB Variations
Color information
#242284 (or 0x242284) is known color: Midnight Blue. HEX triplet: 24, 22 and 84. RGB value is (36,34,132). Sum of RGB (Red+Green+Blue) = 36+34+132=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #242284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242284 is #DBDD7B. Grayscale: #2D2D2D. Windows color (decimal): -14409084 or 8659492. OLE color: 8659492.
HSL color Cylindrical-coordinate representation of color #242284: hue angle of 241.22º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242284 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 34 | 132 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.48 |
| HSL | 241.22º | 0.59% | 0.33% | - |
| HSV(B) | 241.22º | 0.74% | 0.52% | - |
| XYZ | 5.46 | 3.19 | 22.16 | - |
| YUV | 45.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 132 | 0.73 | 0.74 | 0 | 0.48 | 241.22 | 0.59 | 0.33 |
| Hex | 24 | 22 | 84 | 49 | 4A | 0 | 30 | F1 | 3B | 21 |
| Octal | 44 | 42 | 204 | 111 | 112 | 0 | 60 | 361 | 73 | 41 |
| Binary | 100100 | 100010 | 10000100 | 1001001 | 1001010 | 0 | 110000 | 11110001 | 111011 | 100001 |
Color Harmonies of #242284
Complementary color
Monochromatic Colors of #242284
Black with #242284
Text Example
Text Example
White with #242284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242284; }
p { color: rgb(36,34,132); }
H1.HeaderClassName
{
color: #242284;
}
.AnyTagClassName
{
color: #242284;
}
</style>
background-color css
<style>
a { background-color: #242284; }
a { background-color: rgb(36,34,132); }
div.DivClassName
{
background-color: #242284;
}
.BgClassName
{
background-color: #242284;
}
</style>
border-color css
<style>
span { border-color: #242284; }
span { border-color: rgb(36,34,132); }
td.TdClassName
{
border-color: #242284;
}
.TagClassName
{
border-color: #242284;
}
</style>