Shades of Midnight #202E3D
Tints of Midnight #202E3D
RGB
CMYK
RGB Variations
Color information
#202E3D (or 0x202E3D) is known color: Midnight. HEX triplet: 20, 2E and 3D. RGB value is (32,46,61). Sum of RGB (Red+Green+Blue) = 32+46+61=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #202E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E3D is #DFD1C2. Grayscale: #2B2B2B. Windows color (decimal): -14668227 or 4009504. OLE color: 4009504.
HSL color Cylindrical-coordinate representation of color #202E3D: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #202E3D is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 46 | 61 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.76 |
| HSL | 211.03º | 0.31% | 0.18% | - |
| HSV(B) | 211.03º | 0.48% | 0.24% | - |
| XYZ | 2.41 | 2.6 | 4.79 | - |
| YUV | 43.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 61 | 0.48 | 0.25 | 0 | 0.76 | 211.03 | 0.31 | 0.18 |
| Hex | 20 | 2E | 3D | 30 | 19 | 0 | 4C | D3 | 1F | 12 |
| Octal | 40 | 56 | 75 | 60 | 31 | 0 | 114 | 323 | 37 | 22 |
| Binary | 100000 | 101110 | 111101 | 110000 | 11001 | 0 | 1001100 | 11010011 | 11111 | 10010 |
Color Harmonies of #202E3D
Complementary color
Monochromatic Colors of #202E3D
Black with #202E3D
Text Example
Text Example
White with #202E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E3D; }
p { color: rgb(32,46,61); }
H1.HeaderClassName
{
color: #202E3D;
}
.AnyTagClassName
{
color: #202E3D;
}
</style>
background-color css
<style>
a { background-color: #202E3D; }
a { background-color: rgb(32,46,61); }
div.DivClassName
{
background-color: #202E3D;
}
.BgClassName
{
background-color: #202E3D;
}
</style>
border-color css
<style>
span { border-color: #202E3D; }
span { border-color: rgb(32,46,61); }
td.TdClassName
{
border-color: #202E3D;
}
.TagClassName
{
border-color: #202E3D;
}
</style>