Shades of Midnight Blue #292272
Tints of Midnight Blue #292272
RGB
CMYK
RGB Variations
Color information
#292272 (or 0x292272) is known color: Midnight Blue. HEX triplet: 29, 22 and 72. RGB value is (41,34,114). Sum of RGB (Red+Green+Blue) = 41+34+114=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #292272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292272 is #D6DD8D. Grayscale: #2C2C2C. Windows color (decimal): -14081422 or 7479849. OLE color: 7479849.
HSL color Cylindrical-coordinate representation of color #292272: hue angle of 245.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #292272 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 34 | 114 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.55 |
| HSL | 245.25º | 0.54% | 0.29% | - |
| HSV(B) | 245.25º | 0.7% | 0.45% | - |
| XYZ | 4.52 | 2.83 | 16.23 | - |
| YUV | 45.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 114 | 0.64 | 0.70 | 0 | 0.55 | 245.25 | 0.54 | 0.29 |
| Hex | 29 | 22 | 72 | 40 | 46 | 0 | 37 | F5 | 36 | 1D |
| Octal | 51 | 42 | 162 | 100 | 106 | 0 | 67 | 365 | 66 | 35 |
| Binary | 101001 | 100010 | 1110010 | 1000000 | 1000110 | 0 | 110111 | 11110101 | 110110 | 11101 |
Color Harmonies of #292272
Complementary color
Monochromatic Colors of #292272
Black with #292272
Text Example
Text Example
White with #292272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292272; }
p { color: rgb(41,34,114); }
H1.HeaderClassName
{
color: #292272;
}
.AnyTagClassName
{
color: #292272;
}
</style>
background-color css
<style>
a { background-color: #292272; }
a { background-color: rgb(41,34,114); }
div.DivClassName
{
background-color: #292272;
}
.BgClassName
{
background-color: #292272;
}
</style>
border-color css
<style>
span { border-color: #292272; }
span { border-color: rgb(41,34,114); }
td.TdClassName
{
border-color: #292272;
}
.TagClassName
{
border-color: #292272;
}
</style>