Shades of Midnight Blue #242273
Tints of Midnight Blue #242273
RGB
CMYK
RGB Variations
Color information
#242273 (or 0x242273) is known color: Midnight Blue. HEX triplet: 24, 22 and 73. RGB value is (36,34,115). Sum of RGB (Red+Green+Blue) = 36+34+115=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #242273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242273 is #DBDD8C. Grayscale: #2B2B2B. Windows color (decimal): -14409101 or 7545380. OLE color: 7545380.
HSL color Cylindrical-coordinate representation of color #242273: hue angle of 241.48º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242273 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 34 | 115 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.55 |
| HSL | 241.48º | 0.54% | 0.29% | - |
| HSV(B) | 241.48º | 0.7% | 0.45% | - |
| XYZ | 4.39 | 2.76 | 16.52 | - |
| YUV | 43.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 115 | 0.69 | 0.70 | 0 | 0.55 | 241.48 | 0.54 | 0.29 |
| Hex | 24 | 22 | 73 | 45 | 46 | 0 | 37 | F1 | 36 | 1D |
| Octal | 44 | 42 | 163 | 105 | 106 | 0 | 67 | 361 | 66 | 35 |
| Binary | 100100 | 100010 | 1110011 | 1000101 | 1000110 | 0 | 110111 | 11110001 | 110110 | 11101 |
Color Harmonies of #242273
Complementary color
Monochromatic Colors of #242273
Black with #242273
Text Example
Text Example
White with #242273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242273; }
p { color: rgb(36,34,115); }
H1.HeaderClassName
{
color: #242273;
}
.AnyTagClassName
{
color: #242273;
}
</style>
background-color css
<style>
a { background-color: #242273; }
a { background-color: rgb(36,34,115); }
div.DivClassName
{
background-color: #242273;
}
.BgClassName
{
background-color: #242273;
}
</style>
border-color css
<style>
span { border-color: #242273; }
span { border-color: rgb(36,34,115); }
td.TdClassName
{
border-color: #242273;
}
.TagClassName
{
border-color: #242273;
}
</style>