Shades of Midnight Blue #242188
Tints of Midnight Blue #242188
RGB
CMYK
RGB Variations
Color information
#242188 (or 0x242188) is known color: Midnight Blue. HEX triplet: 24, 21 and 88. RGB value is (36,33,136). Sum of RGB (Red+Green+Blue) = 36+33+136=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #242188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242188 is #DBDE77. Grayscale: #2D2D2D. Windows color (decimal): -14409336 or 8921380. OLE color: 8921380.
HSL color Cylindrical-coordinate representation of color #242188: hue angle of 241.75º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242188 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 33 | 136 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.47 |
| HSL | 241.75º | 0.61% | 0.33% | - |
| HSV(B) | 241.75º | 0.76% | 0.53% | - |
| XYZ | 5.72 | 3.24 | 23.62 | - |
| YUV | 45.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 136 | 0.74 | 0.76 | 0 | 0.47 | 241.75 | 0.61 | 0.33 |
| Hex | 24 | 21 | 88 | 4A | 4C | 0 | 2F | F2 | 3D | 21 |
| Octal | 44 | 41 | 210 | 112 | 114 | 0 | 57 | 362 | 75 | 41 |
| Binary | 100100 | 100001 | 10001000 | 1001010 | 1001100 | 0 | 101111 | 11110010 | 111101 | 100001 |
Color Harmonies of #242188
Complementary color
Monochromatic Colors of #242188
Black with #242188
Text Example
Text Example
White with #242188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242188; }
p { color: rgb(36,33,136); }
H1.HeaderClassName
{
color: #242188;
}
.AnyTagClassName
{
color: #242188;
}
</style>
background-color css
<style>
a { background-color: #242188; }
a { background-color: rgb(36,33,136); }
div.DivClassName
{
background-color: #242188;
}
.BgClassName
{
background-color: #242188;
}
</style>
border-color css
<style>
span { border-color: #242188; }
span { border-color: rgb(36,33,136); }
td.TdClassName
{
border-color: #242188;
}
.TagClassName
{
border-color: #242188;
}
</style>