Shades of Midnight Blue #242886
Tints of Midnight Blue #242886
RGB
CMYK
RGB Variations
Color information
#242886 (or 0x242886) is known color: Midnight Blue. HEX triplet: 24, 28 and 86. RGB value is (36,40,134). Sum of RGB (Red+Green+Blue) = 36+40+134=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #242886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242886 is #DBD779. Grayscale: #313131. Windows color (decimal): -14407546 or 8792100. OLE color: 8792100.
HSL color Cylindrical-coordinate representation of color #242886: hue angle of 237.55º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242886 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 40 | 134 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.47 |
| HSL | 237.55º | 0.58% | 0.33% | - |
| HSV(B) | 237.55º | 0.73% | 0.53% | - |
| XYZ | 5.79 | 3.61 | 22.95 | - |
| YUV | 49.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 134 | 0.73 | 0.70 | 0 | 0.47 | 237.55 | 0.58 | 0.33 |
| Hex | 24 | 28 | 86 | 49 | 46 | 0 | 2F | EE | 3A | 21 |
| Octal | 44 | 50 | 206 | 111 | 106 | 0 | 57 | 356 | 72 | 41 |
| Binary | 100100 | 101000 | 10000110 | 1001001 | 1000110 | 0 | 101111 | 11101110 | 111010 | 100001 |
Color Harmonies of #242886
Complementary color
Monochromatic Colors of #242886
Black with #242886
Text Example
Text Example
White with #242886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242886; }
p { color: rgb(36,40,134); }
H1.HeaderClassName
{
color: #242886;
}
.AnyTagClassName
{
color: #242886;
}
</style>
background-color css
<style>
a { background-color: #242886; }
a { background-color: rgb(36,40,134); }
div.DivClassName
{
background-color: #242886;
}
.BgClassName
{
background-color: #242886;
}
</style>
border-color css
<style>
span { border-color: #242886; }
span { border-color: rgb(36,40,134); }
td.TdClassName
{
border-color: #242886;
}
.TagClassName
{
border-color: #242886;
}
</style>