Shades of Midnight #202E43
Tints of Midnight #202E43
RGB
CMYK
RGB Variations
Color information
#202E43 (or 0x202E43) is known color: Midnight. HEX triplet: 20, 2E and 43. RGB value is (32,46,67). Sum of RGB (Red+Green+Blue) = 32+46+67=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #202E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E43 is #DFD1BC. Grayscale: #2C2C2C. Windows color (decimal): -14668221 or 4402720. OLE color: 4402720.
HSL color Cylindrical-coordinate representation of color #202E43: hue angle of 216º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #202E43 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 46 | 67 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.74 |
| HSL | 216º | 0.35% | 0.19% | - |
| HSV(B) | 216º | 0.52% | 0.26% | - |
| XYZ | 2.59 | 2.67 | 5.69 | - |
| YUV | 44.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 67 | 0.52 | 0.31 | 0 | 0.74 | 216 | 0.35 | 0.19 |
| Hex | 20 | 2E | 43 | 34 | 1F | 0 | 4A | D8 | 23 | 13 |
| Octal | 40 | 56 | 103 | 64 | 37 | 0 | 112 | 330 | 43 | 23 |
| Binary | 100000 | 101110 | 1000011 | 110100 | 11111 | 0 | 1001010 | 11011000 | 100011 | 10011 |
Color Harmonies of #202E43
Complementary color
Monochromatic Colors of #202E43
Black with #202E43
Text Example
Text Example
White with #202E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E43; }
p { color: rgb(32,46,67); }
H1.HeaderClassName
{
color: #202E43;
}
.AnyTagClassName
{
color: #202E43;
}
</style>
background-color css
<style>
a { background-color: #202E43; }
a { background-color: rgb(32,46,67); }
div.DivClassName
{
background-color: #202E43;
}
.BgClassName
{
background-color: #202E43;
}
</style>
border-color css
<style>
span { border-color: #202E43; }
span { border-color: rgb(32,46,67); }
td.TdClassName
{
border-color: #202E43;
}
.TagClassName
{
border-color: #202E43;
}
</style>