Shades of Midnight Blue #242664
Tints of Midnight Blue #242664
RGB
CMYK
RGB Variations
Color information
#242664 (or 0x242664) is known color: Midnight Blue. HEX triplet: 24, 26 and 64. RGB value is (36,38,100). Sum of RGB (Red+Green+Blue) = 36+38+100=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #242664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242664 is #DBD99B. Grayscale: #2C2C2C. Windows color (decimal): -14408092 or 6563364. OLE color: 6563364.
HSL color Cylindrical-coordinate representation of color #242664: hue angle of 238.12º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242664 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 38 | 100 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.61 |
| HSL | 238.13º | 0.47% | 0.27% | - |
| HSV(B) | 238.13º | 0.64% | 0.39% | - |
| XYZ | 3.72 | 2.68 | 12.38 | - |
| YUV | 44.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 100 | 0.64 | 0.62 | 0 | 0.61 | 238.13 | 0.47 | 0.27 |
| Hex | 24 | 26 | 64 | 40 | 3E | 0 | 3D | EE | 2F | 1B |
| Octal | 44 | 46 | 144 | 100 | 76 | 0 | 75 | 356 | 57 | 33 |
| Binary | 100100 | 100110 | 1100100 | 1000000 | 111110 | 0 | 111101 | 11101110 | 101111 | 11011 |
Color Harmonies of #242664
Complementary color
Monochromatic Colors of #242664
Black with #242664
Text Example
Text Example
White with #242664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242664; }
p { color: rgb(36,38,100); }
H1.HeaderClassName
{
color: #242664;
}
.AnyTagClassName
{
color: #242664;
}
</style>
background-color css
<style>
a { background-color: #242664; }
a { background-color: rgb(36,38,100); }
div.DivClassName
{
background-color: #242664;
}
.BgClassName
{
background-color: #242664;
}
</style>
border-color css
<style>
span { border-color: #242664; }
span { border-color: rgb(36,38,100); }
td.TdClassName
{
border-color: #242664;
}
.TagClassName
{
border-color: #242664;
}
</style>