Shades of Midnight #202A3A
Tints of Midnight #202A3A
RGB
CMYK
RGB Variations
Color information
#202A3A (or 0x202A3A) is known color: Midnight. HEX triplet: 20, 2A and 3A. RGB value is (32,42,58). Sum of RGB (Red+Green+Blue) = 32+42+58=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #202A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A3A is #DFD5C5. Grayscale: #282828. Windows color (decimal): -14669254 or 3811872. OLE color: 3811872.
HSL color Cylindrical-coordinate representation of color #202A3A: hue angle of 216.92º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #202A3A is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 42 | 58 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.77 |
| HSL | 216.92º | 0.29% | 0.18% | - |
| HSV(B) | 216.92º | 0.45% | 0.23% | - |
| XYZ | 2.19 | 2.27 | 4.33 | - |
| YUV | 40.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 58 | 0.45 | 0.28 | 0 | 0.77 | 216.92 | 0.29 | 0.18 |
| Hex | 20 | 2A | 3A | 2D | 1C | 0 | 4D | D9 | 1D | 12 |
| Octal | 40 | 52 | 72 | 55 | 34 | 0 | 115 | 331 | 35 | 22 |
| Binary | 100000 | 101010 | 111010 | 101101 | 11100 | 0 | 1001101 | 11011001 | 11101 | 10010 |
Color Harmonies of #202A3A
Complementary color
Monochromatic Colors of #202A3A
Black with #202A3A
Text Example
Text Example
White with #202A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A3A; }
p { color: rgb(32,42,58); }
H1.HeaderClassName
{
color: #202A3A;
}
.AnyTagClassName
{
color: #202A3A;
}
</style>
background-color css
<style>
a { background-color: #202A3A; }
a { background-color: rgb(32,42,58); }
div.DivClassName
{
background-color: #202A3A;
}
.BgClassName
{
background-color: #202A3A;
}
</style>
border-color css
<style>
span { border-color: #202A3A; }
span { border-color: rgb(32,42,58); }
td.TdClassName
{
border-color: #202A3A;
}
.TagClassName
{
border-color: #202A3A;
}
</style>