Shades of Midnight Express #202A47
Tints of Midnight Express #202A47
RGB
CMYK
RGB Variations
Color information
#202A47 (or 0x202A47) is known color: Midnight Express. HEX triplet: 20, 2A and 47. RGB value is (32,42,71). Sum of RGB (Red+Green+Blue) = 32+42+71=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #202A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A47 is #DFD5B8. Grayscale: #2A2A2A. Windows color (decimal): -14669241 or 4663840. OLE color: 4663840.
HSL color Cylindrical-coordinate representation of color #202A47: hue angle of 224.62º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #202A47 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 42 | 71 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.72 |
| HSL | 224.62º | 0.38% | 0.2% | - |
| HSV(B) | 224.62º | 0.55% | 0.28% | - |
| XYZ | 2.56 | 2.42 | 6.29 | - |
| YUV | 42.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 71 | 0.55 | 0.41 | 0 | 0.72 | 224.62 | 0.38 | 0.2 |
| Hex | 20 | 2A | 47 | 37 | 29 | 0 | 48 | E1 | 26 | 14 |
| Octal | 40 | 52 | 107 | 67 | 51 | 0 | 110 | 341 | 46 | 24 |
| Binary | 100000 | 101010 | 1000111 | 110111 | 101001 | 0 | 1001000 | 11100001 | 100110 | 10100 |
Color Harmonies of #202A47
Complementary color
Monochromatic Colors of #202A47
Black with #202A47
Text Example
Text Example
White with #202A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A47; }
p { color: rgb(32,42,71); }
H1.HeaderClassName
{
color: #202A47;
}
.AnyTagClassName
{
color: #202A47;
}
</style>
background-color css
<style>
a { background-color: #202A47; }
a { background-color: rgb(32,42,71); }
div.DivClassName
{
background-color: #202A47;
}
.BgClassName
{
background-color: #202A47;
}
</style>
border-color css
<style>
span { border-color: #202A47; }
span { border-color: rgb(32,42,71); }
td.TdClassName
{
border-color: #202A47;
}
.TagClassName
{
border-color: #202A47;
}
</style>