Shades of Midnight Express #202235
Tints of Midnight Express #202235
RGB
CMYK
RGB Variations
Color information
#202235 (or 0x202235) is known color: Midnight Express. HEX triplet: 20, 22 and 35. RGB value is (32,34,53). Sum of RGB (Red+Green+Blue) = 32+34+53=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #202235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202235 is #DFDDCA. Grayscale: #232323. Windows color (decimal): -14671307 or 3482144. OLE color: 3482144.
HSL color Cylindrical-coordinate representation of color #202235: hue angle of 234.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202235 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 34 | 53 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.79 |
| HSL | 234.29º | 0.25% | 0.17% | - |
| HSV(B) | 234.29º | 0.4% | 0.21% | - |
| XYZ | 1.81 | 1.71 | 3.6 | - |
| YUV | 35.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 53 | 0.40 | 0.36 | 0 | 0.79 | 234.29 | 0.25 | 0.17 |
| Hex | 20 | 22 | 35 | 28 | 24 | 0 | 4F | EA | 19 | 11 |
| Octal | 40 | 42 | 65 | 50 | 44 | 0 | 117 | 352 | 31 | 21 |
| Binary | 100000 | 100010 | 110101 | 101000 | 100100 | 0 | 1001111 | 11101010 | 11001 | 10001 |
Color Harmonies of #202235
Complementary color
Monochromatic Colors of #202235
Black with #202235
Text Example
Text Example
White with #202235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202235; }
p { color: rgb(32,34,53); }
H1.HeaderClassName
{
color: #202235;
}
.AnyTagClassName
{
color: #202235;
}
</style>
background-color css
<style>
a { background-color: #202235; }
a { background-color: rgb(32,34,53); }
div.DivClassName
{
background-color: #202235;
}
.BgClassName
{
background-color: #202235;
}
</style>
border-color css
<style>
span { border-color: #202235; }
span { border-color: rgb(32,34,53); }
td.TdClassName
{
border-color: #202235;
}
.TagClassName
{
border-color: #202235;
}
</style>