Shades of Midnight Express #202634
Tints of Midnight Express #202634
RGB
CMYK
RGB Variations
Color information
#202634 (or 0x202634) is known color: Midnight Express. HEX triplet: 20, 26 and 34. RGB value is (32,38,52). Sum of RGB (Red+Green+Blue) = 32+38+52=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #202634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202634 is #DFD9CB. Grayscale: #252525. Windows color (decimal): -14670284 or 3417632. OLE color: 3417632.
HSL color Cylindrical-coordinate representation of color #202634: hue angle of 222º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #202634 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 38 | 52 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.80 |
| HSL | 222º | 0.24% | 0.16% | - |
| HSV(B) | 222º | 0.38% | 0.2% | - |
| XYZ | 1.91 | 1.94 | 3.52 | - |
| YUV | 37.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 52 | 0.38 | 0.27 | 0 | 0.80 | 222 | 0.24 | 0.16 |
| Hex | 20 | 26 | 34 | 26 | 1B | 0 | 50 | DE | 18 | 10 |
| Octal | 40 | 46 | 64 | 46 | 33 | 0 | 120 | 336 | 30 | 20 |
| Binary | 100000 | 100110 | 110100 | 100110 | 11011 | 0 | 1010000 | 11011110 | 11000 | 10000 |
Color Harmonies of #202634
Complementary color
Monochromatic Colors of #202634
Black with #202634
Text Example
Text Example
White with #202634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202634; }
p { color: rgb(32,38,52); }
H1.HeaderClassName
{
color: #202634;
}
.AnyTagClassName
{
color: #202634;
}
</style>
background-color css
<style>
a { background-color: #202634; }
a { background-color: rgb(32,38,52); }
div.DivClassName
{
background-color: #202634;
}
.BgClassName
{
background-color: #202634;
}
</style>
border-color css
<style>
span { border-color: #202634; }
span { border-color: rgb(32,38,52); }
td.TdClassName
{
border-color: #202634;
}
.TagClassName
{
border-color: #202634;
}
</style>