Shades of Midnight Express #242A45
Tints of Midnight Express #242A45
RGB
CMYK
RGB Variations
Color information
#242A45 (or 0x242A45) is known color: Midnight Express. HEX triplet: 24, 2A and 45. RGB value is (36,42,69). Sum of RGB (Red+Green+Blue) = 36+42+69=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #242A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A45 is #DBD5BA. Grayscale: #2B2B2B. Windows color (decimal): -14407099 or 4532772. OLE color: 4532772.
HSL color Cylindrical-coordinate representation of color #242A45: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #242A45 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 42 | 69 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.73 |
| HSL | 229.09º | 0.31% | 0.21% | - |
| HSV(B) | 229.09º | 0.48% | 0.27% | - |
| XYZ | 2.63 | 2.46 | 5.97 | - |
| YUV | 43.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 69 | 0.48 | 0.39 | 0 | 0.73 | 229.09 | 0.31 | 0.21 |
| Hex | 24 | 2A | 45 | 30 | 27 | 0 | 49 | E5 | 1F | 15 |
| Octal | 44 | 52 | 105 | 60 | 47 | 0 | 111 | 345 | 37 | 25 |
| Binary | 100100 | 101010 | 1000101 | 110000 | 100111 | 0 | 1001001 | 11100101 | 11111 | 10101 |
Color Harmonies of #242A45
Complementary color
Monochromatic Colors of #242A45
Black with #242A45
Text Example
Text Example
White with #242A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A45; }
p { color: rgb(36,42,69); }
H1.HeaderClassName
{
color: #242A45;
}
.AnyTagClassName
{
color: #242A45;
}
</style>
background-color css
<style>
a { background-color: #242A45; }
a { background-color: rgb(36,42,69); }
div.DivClassName
{
background-color: #242A45;
}
.BgClassName
{
background-color: #242A45;
}
</style>
border-color css
<style>
span { border-color: #242A45; }
span { border-color: rgb(36,42,69); }
td.TdClassName
{
border-color: #242A45;
}
.TagClassName
{
border-color: #242A45;
}
</style>