Shades of Midnight Express #202646
Tints of Midnight Express #202646
RGB
CMYK
RGB Variations
Color information
#202646 (or 0x202646) is known color: Midnight Express. HEX triplet: 20, 26 and 46. RGB value is (32,38,70). Sum of RGB (Red+Green+Blue) = 32+38+70=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #202646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202646 is #DFD9B9. Grayscale: #272727. Windows color (decimal): -14670266 or 4597280. OLE color: 4597280.
HSL color Cylindrical-coordinate representation of color #202646: hue angle of 230.53º 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 #202646 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 38 | 70 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.73 |
| HSL | 230.53º | 0.37% | 0.2% | - |
| HSV(B) | 230.53º | 0.54% | 0.27% | - |
| XYZ | 2.39 | 2.14 | 6.08 | - |
| YUV | 39.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 70 | 0.54 | 0.46 | 0 | 0.73 | 230.53 | 0.37 | 0.2 |
| Hex | 20 | 26 | 46 | 36 | 2E | 0 | 49 | E7 | 25 | 14 |
| Octal | 40 | 46 | 106 | 66 | 56 | 0 | 111 | 347 | 45 | 24 |
| Binary | 100000 | 100110 | 1000110 | 110110 | 101110 | 0 | 1001001 | 11100111 | 100101 | 10100 |
Color Harmonies of #202646
Complementary color
Monochromatic Colors of #202646
Black with #202646
Text Example
Text Example
White with #202646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202646; }
p { color: rgb(32,38,70); }
H1.HeaderClassName
{
color: #202646;
}
.AnyTagClassName
{
color: #202646;
}
</style>
background-color css
<style>
a { background-color: #202646; }
a { background-color: rgb(32,38,70); }
div.DivClassName
{
background-color: #202646;
}
.BgClassName
{
background-color: #202646;
}
</style>
border-color css
<style>
span { border-color: #202646; }
span { border-color: rgb(32,38,70); }
td.TdClassName
{
border-color: #202646;
}
.TagClassName
{
border-color: #202646;
}
</style>