Shades of Midnight Blue #292376
Tints of Midnight Blue #292376
RGB
CMYK
RGB Variations
Color information
#292376 (or 0x292376) is known color: Midnight Blue. HEX triplet: 29, 23 and 76. RGB value is (41,35,118). Sum of RGB (Red+Green+Blue) = 41+35+118=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #292376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292376 is #D6DC89. Grayscale: #2D2D2D. Windows color (decimal): -14081162 or 7742249. OLE color: 7742249.
HSL color Cylindrical-coordinate representation of color #292376: hue angle of 244.34º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #292376 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 35 | 118 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.54 |
| HSL | 244.34º | 0.54% | 0.3% | - |
| HSV(B) | 244.34º | 0.7% | 0.46% | - |
| XYZ | 4.79 | 2.98 | 17.46 | - |
| YUV | 46.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 118 | 0.65 | 0.70 | 0 | 0.54 | 244.34 | 0.54 | 0.3 |
| Hex | 29 | 23 | 76 | 41 | 46 | 0 | 36 | F4 | 36 | 1E |
| Octal | 51 | 43 | 166 | 101 | 106 | 0 | 66 | 364 | 66 | 36 |
| Binary | 101001 | 100011 | 1110110 | 1000001 | 1000110 | 0 | 110110 | 11110100 | 110110 | 11110 |
Color Harmonies of #292376
Complementary color
Monochromatic Colors of #292376
Black with #292376
Text Example
Text Example
White with #292376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292376; }
p { color: rgb(41,35,118); }
H1.HeaderClassName
{
color: #292376;
}
.AnyTagClassName
{
color: #292376;
}
</style>
background-color css
<style>
a { background-color: #292376; }
a { background-color: rgb(41,35,118); }
div.DivClassName
{
background-color: #292376;
}
.BgClassName
{
background-color: #292376;
}
</style>
border-color css
<style>
span { border-color: #292376; }
span { border-color: rgb(41,35,118); }
td.TdClassName
{
border-color: #292376;
}
.TagClassName
{
border-color: #292376;
}
</style>