Shades of Midnight Blue #242385
Tints of Midnight Blue #242385
RGB
CMYK
RGB Variations
Color information
#242385 (or 0x242385) is known color: Midnight Blue. HEX triplet: 24, 23 and 85. RGB value is (36,35,133). Sum of RGB (Red+Green+Blue) = 36+35+133=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #242385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242385 is #DBDC7A. Grayscale: #2E2E2E. Windows color (decimal): -14408827 or 8725284. OLE color: 8725284.
HSL color Cylindrical-coordinate representation of color #242385: hue angle of 240.61º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #242385 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 35 | 133 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.48 |
| HSL | 240.61º | 0.58% | 0.33% | - |
| HSV(B) | 240.61º | 0.74% | 0.52% | - |
| XYZ | 5.56 | 3.27 | 22.53 | - |
| YUV | 46.47 | 176.83 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 133 | 0.73 | 0.74 | 0 | 0.48 | 240.61 | 0.58 | 0.33 |
| Hex | 24 | 23 | 85 | 49 | 4A | 0 | 30 | F1 | 3A | 21 |
| Octal | 44 | 43 | 205 | 111 | 112 | 0 | 60 | 361 | 72 | 41 |
| Binary | 100100 | 100011 | 10000101 | 1001001 | 1001010 | 0 | 110000 | 11110001 | 111010 | 100001 |
Color Harmonies of #242385
Complementary color
Monochromatic Colors of #242385
Black with #242385
Text Example
Text Example
White with #242385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242385; }
p { color: rgb(36,35,133); }
H1.HeaderClassName
{
color: #242385;
}
.AnyTagClassName
{
color: #242385;
}
</style>
background-color css
<style>
a { background-color: #242385; }
a { background-color: rgb(36,35,133); }
div.DivClassName
{
background-color: #242385;
}
.BgClassName
{
background-color: #242385;
}
</style>
border-color css
<style>
span { border-color: #242385; }
span { border-color: rgb(36,35,133); }
td.TdClassName
{
border-color: #242385;
}
.TagClassName
{
border-color: #242385;
}
</style>