Shades of Midnight Blue #24246A
Tints of Midnight Blue #24246A
RGB
CMYK
RGB Variations
Color information
#24246A (or 0x24246A) is known color: Midnight Blue. HEX triplet: 24, 24 and 6A. RGB value is (36,36,106). Sum of RGB (Red+Green+Blue) = 36+36+106=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #24246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24246A is #DBDB95. Grayscale: #2B2B2B. Windows color (decimal): -14408598 or 6956068. OLE color: 6956068.
HSL color Cylindrical-coordinate representation of color #24246A: hue angle of 240º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24246A is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 36 | 106 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.58 |
| HSL | 240º | 0.49% | 0.28% | - |
| HSV(B) | 240º | 0.66% | 0.42% | - |
| XYZ | 3.96 | 2.68 | 13.94 | - |
| YUV | 43.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 106 | 0.66 | 0.66 | 0 | 0.58 | 240 | 0.49 | 0.28 |
| Hex | 24 | 24 | 6A | 42 | 42 | 0 | 3A | F0 | 31 | 1C |
| Octal | 44 | 44 | 152 | 102 | 102 | 0 | 72 | 360 | 61 | 34 |
| Binary | 100100 | 100100 | 1101010 | 1000010 | 1000010 | 0 | 111010 | 11110000 | 110001 | 11100 |
Color Harmonies of #24246A
Complementary color
Monochromatic Colors of #24246A
Black with #24246A
Text Example
Text Example
White with #24246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24246A; }
p { color: rgb(36,36,106); }
H1.HeaderClassName
{
color: #24246A;
}
.AnyTagClassName
{
color: #24246A;
}
</style>
background-color css
<style>
a { background-color: #24246A; }
a { background-color: rgb(36,36,106); }
div.DivClassName
{
background-color: #24246A;
}
.BgClassName
{
background-color: #24246A;
}
</style>
border-color css
<style>
span { border-color: #24246A; }
span { border-color: rgb(36,36,106); }
td.TdClassName
{
border-color: #24246A;
}
.TagClassName
{
border-color: #24246A;
}
</style>