Shades of Midnight #202B3A
Tints of Midnight #202B3A
RGB
CMYK
RGB Variations
Color information
#202B3A (or 0x202B3A) is known color: Midnight. HEX triplet: 20, 2B and 3A. RGB value is (32,43,58). Sum of RGB (Red+Green+Blue) = 32+43+58=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #202B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B3A is #DFD4C5. Grayscale: #292929. Windows color (decimal): -14668998 or 3812128. OLE color: 3812128.
HSL color Cylindrical-coordinate representation of color #202B3A: hue angle of 214.62º 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 #202B3A is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 43 | 58 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.77 |
| HSL | 214.62º | 0.29% | 0.18% | - |
| HSV(B) | 214.62º | 0.45% | 0.23% | - |
| XYZ | 2.22 | 2.34 | 4.34 | - |
| YUV | 41.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 58 | 0.45 | 0.26 | 0 | 0.77 | 214.62 | 0.29 | 0.18 |
| Hex | 20 | 2B | 3A | 2D | 1A | 0 | 4D | D7 | 1D | 12 |
| Octal | 40 | 53 | 72 | 55 | 32 | 0 | 115 | 327 | 35 | 22 |
| Binary | 100000 | 101011 | 111010 | 101101 | 11010 | 0 | 1001101 | 11010111 | 11101 | 10010 |
Color Harmonies of #202B3A
Complementary color
Monochromatic Colors of #202B3A
Black with #202B3A
Text Example
Text Example
White with #202B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B3A; }
p { color: rgb(32,43,58); }
H1.HeaderClassName
{
color: #202B3A;
}
.AnyTagClassName
{
color: #202B3A;
}
</style>
background-color css
<style>
a { background-color: #202B3A; }
a { background-color: rgb(32,43,58); }
div.DivClassName
{
background-color: #202B3A;
}
.BgClassName
{
background-color: #202B3A;
}
</style>
border-color css
<style>
span { border-color: #202B3A; }
span { border-color: rgb(32,43,58); }
td.TdClassName
{
border-color: #202B3A;
}
.TagClassName
{
border-color: #202B3A;
}
</style>