Shades of Midnight #203247
Tints of Midnight #203247
RGB
CMYK
RGB Variations
Color information
#203247 (or 0x203247) is known color: Midnight. HEX triplet: 20, 32 and 47. RGB value is (32,50,71). Sum of RGB (Red+Green+Blue) = 32+50+71=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #203247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203247 is #DFCDB8. Grayscale: #2E2E2E. Windows color (decimal): -14667193 or 4665888. OLE color: 4665888.
HSL color Cylindrical-coordinate representation of color #203247: hue angle of 212.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #203247 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 50 | 71 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.72 |
| HSL | 212.31º | 0.38% | 0.2% | - |
| HSV(B) | 212.31º | 0.55% | 0.28% | - |
| XYZ | 2.87 | 3.04 | 6.4 | - |
| YUV | 47.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 71 | 0.55 | 0.30 | 0 | 0.72 | 212.31 | 0.38 | 0.2 |
| Hex | 20 | 32 | 47 | 37 | 1E | 0 | 48 | D4 | 26 | 14 |
| Octal | 40 | 62 | 107 | 67 | 36 | 0 | 110 | 324 | 46 | 24 |
| Binary | 100000 | 110010 | 1000111 | 110111 | 11110 | 0 | 1001000 | 11010100 | 100110 | 10100 |
Color Harmonies of #203247
Complementary color
Monochromatic Colors of #203247
Black with #203247
Text Example
Text Example
White with #203247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203247; }
p { color: rgb(32,50,71); }
H1.HeaderClassName
{
color: #203247;
}
.AnyTagClassName
{
color: #203247;
}
</style>
background-color css
<style>
a { background-color: #203247; }
a { background-color: rgb(32,50,71); }
div.DivClassName
{
background-color: #203247;
}
.BgClassName
{
background-color: #203247;
}
</style>
border-color css
<style>
span { border-color: #203247; }
span { border-color: rgb(32,50,71); }
td.TdClassName
{
border-color: #203247;
}
.TagClassName
{
border-color: #203247;
}
</style>