Shades of Midnight Express #202946
Tints of Midnight Express #202946
RGB
CMYK
RGB Variations
Color information
#202946 (or 0x202946) is known color: Midnight Express. HEX triplet: 20, 29 and 46. RGB value is (32,41,70). Sum of RGB (Red+Green+Blue) = 32+41+70=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #202946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202946 is #DFD6B9. Grayscale: #292929. Windows color (decimal): -14669498 or 4598048. OLE color: 4598048.
HSL color Cylindrical-coordinate representation of color #202946: hue angle of 225.79º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #202946 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 41 | 70 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.73 |
| HSL | 225.79º | 0.37% | 0.2% | - |
| HSV(B) | 225.79º | 0.54% | 0.27% | - |
| XYZ | 2.49 | 2.34 | 6.11 | - |
| YUV | 41.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 70 | 0.54 | 0.41 | 0 | 0.73 | 225.79 | 0.37 | 0.2 |
| Hex | 20 | 29 | 46 | 36 | 29 | 0 | 49 | E2 | 25 | 14 |
| Octal | 40 | 51 | 106 | 66 | 51 | 0 | 111 | 342 | 45 | 24 |
| Binary | 100000 | 101001 | 1000110 | 110110 | 101001 | 0 | 1001001 | 11100010 | 100101 | 10100 |
Color Harmonies of #202946
Complementary color
Monochromatic Colors of #202946
Black with #202946
Text Example
Text Example
White with #202946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202946; }
p { color: rgb(32,41,70); }
H1.HeaderClassName
{
color: #202946;
}
.AnyTagClassName
{
color: #202946;
}
</style>
background-color css
<style>
a { background-color: #202946; }
a { background-color: rgb(32,41,70); }
div.DivClassName
{
background-color: #202946;
}
.BgClassName
{
background-color: #202946;
}
</style>
border-color css
<style>
span { border-color: #202946; }
span { border-color: rgb(32,41,70); }
td.TdClassName
{
border-color: #202946;
}
.TagClassName
{
border-color: #202946;
}
</style>