Shades of Midnight Blue #242588
Tints of Midnight Blue #242588
RGB
CMYK
RGB Variations
Color information
#242588 (or 0x242588) is known color: Midnight Blue. HEX triplet: 24, 25 and 88. RGB value is (36,37,136). Sum of RGB (Red+Green+Blue) = 36+37+136=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #242588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242588 is #DBDA77. Grayscale: #2F2F2F. Windows color (decimal): -14408312 or 8922404. OLE color: 8922404.
HSL color Cylindrical-coordinate representation of color #242588: hue angle of 239.4º 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 #242588 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 37 | 136 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.47 |
| HSL | 239.4º | 0.58% | 0.34% | - |
| HSV(B) | 239.4º | 0.74% | 0.53% | - |
| XYZ | 5.83 | 3.48 | 23.66 | - |
| YUV | 47.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 136 | 0.74 | 0.73 | 0 | 0.47 | 239.4 | 0.58 | 0.34 |
| Hex | 24 | 25 | 88 | 4A | 49 | 0 | 2F | EF | 3A | 22 |
| Octal | 44 | 45 | 210 | 112 | 111 | 0 | 57 | 357 | 72 | 42 |
| Binary | 100100 | 100101 | 10001000 | 1001010 | 1001001 | 0 | 101111 | 11101111 | 111010 | 100010 |
Color Harmonies of #242588
Complementary color
Monochromatic Colors of #242588
Black with #242588
Text Example
Text Example
White with #242588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242588; }
p { color: rgb(36,37,136); }
H1.HeaderClassName
{
color: #242588;
}
.AnyTagClassName
{
color: #242588;
}
</style>
background-color css
<style>
a { background-color: #242588; }
a { background-color: rgb(36,37,136); }
div.DivClassName
{
background-color: #242588;
}
.BgClassName
{
background-color: #242588;
}
</style>
border-color css
<style>
span { border-color: #242588; }
span { border-color: rgb(36,37,136); }
td.TdClassName
{
border-color: #242588;
}
.TagClassName
{
border-color: #242588;
}
</style>