Shades of Midnight Express #202A44
Tints of Midnight Express #202A44
RGB
CMYK
RGB Variations
Color information
#202A44 (or 0x202A44) is known color: Midnight Express. HEX triplet: 20, 2A and 44. RGB value is (32,42,68). Sum of RGB (Red+Green+Blue) = 32+42+68=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #202A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A44 is #DFD5BB. Grayscale: #292929. Windows color (decimal): -14669244 or 4467232. OLE color: 4467232.
HSL color Cylindrical-coordinate representation of color #202A44: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #202A44 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 42 | 68 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.73 |
| HSL | 223.33º | 0.36% | 0.2% | - |
| HSV(B) | 223.33º | 0.53% | 0.27% | - |
| XYZ | 2.47 | 2.38 | 5.8 | - |
| YUV | 41.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 68 | 0.53 | 0.38 | 0 | 0.73 | 223.33 | 0.36 | 0.2 |
| Hex | 20 | 2A | 44 | 35 | 26 | 0 | 49 | DF | 24 | 14 |
| Octal | 40 | 52 | 104 | 65 | 46 | 0 | 111 | 337 | 44 | 24 |
| Binary | 100000 | 101010 | 1000100 | 110101 | 100110 | 0 | 1001001 | 11011111 | 100100 | 10100 |
Color Harmonies of #202A44
Complementary color
Monochromatic Colors of #202A44
Black with #202A44
Text Example
Text Example
White with #202A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A44; }
p { color: rgb(32,42,68); }
H1.HeaderClassName
{
color: #202A44;
}
.AnyTagClassName
{
color: #202A44;
}
</style>
background-color css
<style>
a { background-color: #202A44; }
a { background-color: rgb(32,42,68); }
div.DivClassName
{
background-color: #202A44;
}
.BgClassName
{
background-color: #202A44;
}
</style>
border-color css
<style>
span { border-color: #202A44; }
span { border-color: rgb(32,42,68); }
td.TdClassName
{
border-color: #202A44;
}
.TagClassName
{
border-color: #202A44;
}
</style>