Shades of Midnight Blue #242488
Tints of Midnight Blue #242488
RGB
CMYK
RGB Variations
Color information
#242488 (or 0x242488) is known color: Midnight Blue. HEX triplet: 24, 24 and 88. RGB value is (36,36,136). Sum of RGB (Red+Green+Blue) = 36+36+136=208 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.31% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #242488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242488 is #DBDB77. Grayscale: #2F2F2F. Windows color (decimal): -14408568 or 8922148. OLE color: 8922148.
HSL color Cylindrical-coordinate representation of color #242488: hue angle of 240º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242488 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 36 | 136 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.47 |
| HSL | 240º | 0.58% | 0.34% | - |
| HSV(B) | 240º | 0.74% | 0.53% | - |
| XYZ | 5.8 | 3.41 | 23.65 | - |
| YUV | 47.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 136 | 0.74 | 0.74 | 0 | 0.47 | 240 | 0.58 | 0.34 |
| Hex | 24 | 24 | 88 | 4A | 4A | 0 | 2F | F0 | 3A | 22 |
| Octal | 44 | 44 | 210 | 112 | 112 | 0 | 57 | 360 | 72 | 42 |
| Binary | 100100 | 100100 | 10001000 | 1001010 | 1001010 | 0 | 101111 | 11110000 | 111010 | 100010 |
Color Harmonies of #242488
Complementary color
Monochromatic Colors of #242488
Black with #242488
Text Example
Text Example
White with #242488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242488; }
p { color: rgb(36,36,136); }
H1.HeaderClassName
{
color: #242488;
}
.AnyTagClassName
{
color: #242488;
}
</style>
background-color css
<style>
a { background-color: #242488; }
a { background-color: rgb(36,36,136); }
div.DivClassName
{
background-color: #242488;
}
.BgClassName
{
background-color: #242488;
}
</style>
border-color css
<style>
span { border-color: #242488; }
span { border-color: rgb(36,36,136); }
td.TdClassName
{
border-color: #242488;
}
.TagClassName
{
border-color: #242488;
}
</style>