Shades of Midnight Blue #292474
Tints of Midnight Blue #292474
RGB
CMYK
RGB Variations
Color information
#292474 (or 0x292474) is known color: Midnight Blue. HEX triplet: 29, 24 and 74. RGB value is (41,36,116). Sum of RGB (Red+Green+Blue) = 41+36+116=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #292474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292474 is #D6DB8B. Grayscale: #2E2E2E. Windows color (decimal): -14080908 or 7611433. OLE color: 7611433.
HSL color Cylindrical-coordinate representation of color #292474: hue angle of 243.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292474 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 36 | 116 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.55 |
| HSL | 243.75º | 0.53% | 0.3% | - |
| HSV(B) | 243.75º | 0.69% | 0.45% | - |
| XYZ | 4.7 | 2.99 | 16.85 | - |
| YUV | 46.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 116 | 0.65 | 0.69 | 0 | 0.55 | 243.75 | 0.53 | 0.3 |
| Hex | 29 | 24 | 74 | 41 | 45 | 0 | 37 | F4 | 35 | 1E |
| Octal | 51 | 44 | 164 | 101 | 105 | 0 | 67 | 364 | 65 | 36 |
| Binary | 101001 | 100100 | 1110100 | 1000001 | 1000101 | 0 | 110111 | 11110100 | 110101 | 11110 |
Color Harmonies of #292474
Complementary color
Monochromatic Colors of #292474
Black with #292474
Text Example
Text Example
White with #292474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292474; }
p { color: rgb(41,36,116); }
H1.HeaderClassName
{
color: #292474;
}
.AnyTagClassName
{
color: #292474;
}
</style>
background-color css
<style>
a { background-color: #292474; }
a { background-color: rgb(41,36,116); }
div.DivClassName
{
background-color: #292474;
}
.BgClassName
{
background-color: #292474;
}
</style>
border-color css
<style>
span { border-color: #292474; }
span { border-color: rgb(41,36,116); }
td.TdClassName
{
border-color: #292474;
}
.TagClassName
{
border-color: #292474;
}
</style>