Shades of Midnight Blue #292170
Tints of Midnight Blue #292170
RGB
CMYK
RGB Variations
Color information
#292170 (or 0x292170) is known color: Midnight Blue. HEX triplet: 29, 21 and 70. RGB value is (41,33,112). Sum of RGB (Red+Green+Blue) = 41+33+112=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #292170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292170 is #D6DE8F. Grayscale: #2C2C2C. Windows color (decimal): -14081680 or 7348521. OLE color: 7348521.
HSL color Cylindrical-coordinate representation of color #292170: hue angle of 246.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #292170 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 33 | 112 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.56 |
| HSL | 246.08º | 0.54% | 0.28% | - |
| HSV(B) | 246.08º | 0.71% | 0.44% | - |
| XYZ | 4.38 | 2.73 | 15.62 | - |
| YUV | 44.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 112 | 0.63 | 0.71 | 0 | 0.56 | 246.08 | 0.54 | 0.28 |
| Hex | 29 | 21 | 70 | 3F | 47 | 0 | 38 | F6 | 36 | 1C |
| Octal | 51 | 41 | 160 | 77 | 107 | 0 | 70 | 366 | 66 | 34 |
| Binary | 101001 | 100001 | 1110000 | 111111 | 1000111 | 0 | 111000 | 11110110 | 110110 | 11100 |
Color Harmonies of #292170
Complementary color
Monochromatic Colors of #292170
Black with #292170
Text Example
Text Example
White with #292170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292170; }
p { color: rgb(41,33,112); }
H1.HeaderClassName
{
color: #292170;
}
.AnyTagClassName
{
color: #292170;
}
</style>
background-color css
<style>
a { background-color: #292170; }
a { background-color: rgb(41,33,112); }
div.DivClassName
{
background-color: #292170;
}
.BgClassName
{
background-color: #292170;
}
</style>
border-color css
<style>
span { border-color: #292170; }
span { border-color: rgb(41,33,112); }
td.TdClassName
{
border-color: #292170;
}
.TagClassName
{
border-color: #292170;
}
</style>