Shades of Midnight #202E41
Tints of Midnight #202E41
RGB
CMYK
RGB Variations
Color information
#202E41 (or 0x202E41) is known color: Midnight. HEX triplet: 20, 2E and 41. RGB value is (32,46,65). Sum of RGB (Red+Green+Blue) = 32+46+65=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #202E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E41 is #DFD1BE. Grayscale: #2B2B2B. Windows color (decimal): -14668223 or 4271648. OLE color: 4271648.
HSL color Cylindrical-coordinate representation of color #202E41: hue angle of 214.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #202E41 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 46 | 65 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.75 |
| HSL | 214.55º | 0.34% | 0.19% | - |
| HSV(B) | 214.55º | 0.51% | 0.25% | - |
| XYZ | 2.53 | 2.64 | 5.38 | - |
| YUV | 43.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 65 | 0.51 | 0.29 | 0 | 0.75 | 214.55 | 0.34 | 0.19 |
| Hex | 20 | 2E | 41 | 33 | 1D | 0 | 4B | D7 | 22 | 13 |
| Octal | 40 | 56 | 101 | 63 | 35 | 0 | 113 | 327 | 42 | 23 |
| Binary | 100000 | 101110 | 1000001 | 110011 | 11101 | 0 | 1001011 | 11010111 | 100010 | 10011 |
Color Harmonies of #202E41
Complementary color
Monochromatic Colors of #202E41
Black with #202E41
Text Example
Text Example
White with #202E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E41; }
p { color: rgb(32,46,65); }
H1.HeaderClassName
{
color: #202E41;
}
.AnyTagClassName
{
color: #202E41;
}
</style>
background-color css
<style>
a { background-color: #202E41; }
a { background-color: rgb(32,46,65); }
div.DivClassName
{
background-color: #202E41;
}
.BgClassName
{
background-color: #202E41;
}
</style>
border-color css
<style>
span { border-color: #202E41; }
span { border-color: rgb(32,46,65); }
td.TdClassName
{
border-color: #202E41;
}
.TagClassName
{
border-color: #202E41;
}
</style>