Shades of Midnight Express #202746
Tints of Midnight Express #202746
RGB
CMYK
RGB Variations
Color information
#202746 (or 0x202746) is known color: Midnight Express. HEX triplet: 20, 27 and 46. RGB value is (32,39,70). Sum of RGB (Red+Green+Blue) = 32+39+70=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #202746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202746 is #DFD8B9. Grayscale: #282828. Windows color (decimal): -14670010 or 4597536. OLE color: 4597536.
HSL color Cylindrical-coordinate representation of color #202746: hue angle of 228.95º 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 #202746 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 39 | 70 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.73 |
| HSL | 228.95º | 0.37% | 0.2% | - |
| HSV(B) | 228.95º | 0.54% | 0.27% | - |
| XYZ | 2.43 | 2.2 | 6.09 | - |
| YUV | 40.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 70 | 0.54 | 0.44 | 0 | 0.73 | 228.95 | 0.37 | 0.2 |
| Hex | 20 | 27 | 46 | 36 | 2C | 0 | 49 | E5 | 25 | 14 |
| Octal | 40 | 47 | 106 | 66 | 54 | 0 | 111 | 345 | 45 | 24 |
| Binary | 100000 | 100111 | 1000110 | 110110 | 101100 | 0 | 1001001 | 11100101 | 100101 | 10100 |
Color Harmonies of #202746
Complementary color
Monochromatic Colors of #202746
Black with #202746
Text Example
Text Example
White with #202746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202746; }
p { color: rgb(32,39,70); }
H1.HeaderClassName
{
color: #202746;
}
.AnyTagClassName
{
color: #202746;
}
</style>
background-color css
<style>
a { background-color: #202746; }
a { background-color: rgb(32,39,70); }
div.DivClassName
{
background-color: #202746;
}
.BgClassName
{
background-color: #202746;
}
</style>
border-color css
<style>
span { border-color: #202746; }
span { border-color: rgb(32,39,70); }
td.TdClassName
{
border-color: #202746;
}
.TagClassName
{
border-color: #202746;
}
</style>