Shades of Midnight Express #202B40
Tints of Midnight Express #202B40
RGB
CMYK
RGB Variations
Color information
#202B40 (or 0x202B40) is known color: Midnight Express. HEX triplet: 20, 2B and 40. RGB value is (32,43,64). Sum of RGB (Red+Green+Blue) = 32+43+64=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #202B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B40 is #DFD4BF. Grayscale: #2A2A2A. Windows color (decimal): -14668992 or 4205344. OLE color: 4205344.
HSL color Cylindrical-coordinate representation of color #202B40: hue angle of 219.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #202B40 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 43 | 64 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.75 |
| HSL | 219.38º | 0.33% | 0.19% | - |
| HSV(B) | 219.38º | 0.5% | 0.25% | - |
| XYZ | 2.38 | 2.4 | 5.19 | - |
| YUV | 42.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 64 | 0.50 | 0.33 | 0 | 0.75 | 219.38 | 0.33 | 0.19 |
| Hex | 20 | 2B | 40 | 32 | 21 | 0 | 4B | DB | 21 | 13 |
| Octal | 40 | 53 | 100 | 62 | 41 | 0 | 113 | 333 | 41 | 23 |
| Binary | 100000 | 101011 | 1000000 | 110010 | 100001 | 0 | 1001011 | 11011011 | 100001 | 10011 |
Color Harmonies of #202B40
Complementary color
Monochromatic Colors of #202B40
Black with #202B40
Text Example
Text Example
White with #202B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B40; }
p { color: rgb(32,43,64); }
H1.HeaderClassName
{
color: #202B40;
}
.AnyTagClassName
{
color: #202B40;
}
</style>
background-color css
<style>
a { background-color: #202B40; }
a { background-color: rgb(32,43,64); }
div.DivClassName
{
background-color: #202B40;
}
.BgClassName
{
background-color: #202B40;
}
</style>
border-color css
<style>
span { border-color: #202B40; }
span { border-color: rgb(32,43,64); }
td.TdClassName
{
border-color: #202B40;
}
.TagClassName
{
border-color: #202B40;
}
</style>