Shades of Midnight Blue #202372
Tints of Midnight Blue #202372
RGB
CMYK
RGB Variations
Color information
#202372 (or 0x202372) is known color: Midnight Blue. HEX triplet: 20, 23 and 72. RGB value is (32,35,114). Sum of RGB (Red+Green+Blue) = 32+35+114=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #202372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202372 is #DFDC8D. Grayscale: #2A2A2A. Windows color (decimal): -14670990 or 7480096. OLE color: 7480096.
HSL color Cylindrical-coordinate representation of color #202372: hue angle of 237.8º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #202372 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 35 | 114 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.55 |
| HSL | 237.8º | 0.56% | 0.29% | - |
| HSV(B) | 237.8º | 0.72% | 0.45% | - |
| XYZ | 4.23 | 2.72 | 16.22 | - |
| YUV | 43.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 114 | 0.72 | 0.69 | 0 | 0.55 | 237.8 | 0.56 | 0.29 |
| Hex | 20 | 23 | 72 | 48 | 45 | 0 | 37 | EE | 38 | 1D |
| Octal | 40 | 43 | 162 | 110 | 105 | 0 | 67 | 356 | 70 | 35 |
| Binary | 100000 | 100011 | 1110010 | 1001000 | 1000101 | 0 | 110111 | 11101110 | 111000 | 11101 |
Color Harmonies of #202372
Complementary color
Monochromatic Colors of #202372
Black with #202372
Text Example
Text Example
White with #202372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202372; }
p { color: rgb(32,35,114); }
H1.HeaderClassName
{
color: #202372;
}
.AnyTagClassName
{
color: #202372;
}
</style>
background-color css
<style>
a { background-color: #202372; }
a { background-color: rgb(32,35,114); }
div.DivClassName
{
background-color: #202372;
}
.BgClassName
{
background-color: #202372;
}
</style>
border-color css
<style>
span { border-color: #202372; }
span { border-color: rgb(32,35,114); }
td.TdClassName
{
border-color: #202372;
}
.TagClassName
{
border-color: #202372;
}
</style>