Shades of Midnight #203146
Tints of Midnight #203146
RGB
CMYK
RGB Variations
Color information
#203146 (or 0x203146) is known color: Midnight. HEX triplet: 20, 31 and 46. RGB value is (32,49,70). Sum of RGB (Red+Green+Blue) = 32+49+70=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #203146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203146 is #DFCEB9. Grayscale: #2E2E2E. Windows color (decimal): -14667450 or 4600096. OLE color: 4600096.
HSL color Cylindrical-coordinate representation of color #203146: hue angle of 213.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #203146 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 49 | 70 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.73 |
| HSL | 213.16º | 0.37% | 0.2% | - |
| HSV(B) | 213.16º | 0.54% | 0.27% | - |
| XYZ | 2.8 | 2.95 | 6.22 | - |
| YUV | 46.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 70 | 0.54 | 0.30 | 0 | 0.73 | 213.16 | 0.37 | 0.2 |
| Hex | 20 | 31 | 46 | 36 | 1E | 0 | 49 | D5 | 25 | 14 |
| Octal | 40 | 61 | 106 | 66 | 36 | 0 | 111 | 325 | 45 | 24 |
| Binary | 100000 | 110001 | 1000110 | 110110 | 11110 | 0 | 1001001 | 11010101 | 100101 | 10100 |
Color Harmonies of #203146
Complementary color
Monochromatic Colors of #203146
Black with #203146
Text Example
Text Example
White with #203146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203146; }
p { color: rgb(32,49,70); }
H1.HeaderClassName
{
color: #203146;
}
.AnyTagClassName
{
color: #203146;
}
</style>
background-color css
<style>
a { background-color: #203146; }
a { background-color: rgb(32,49,70); }
div.DivClassName
{
background-color: #203146;
}
.BgClassName
{
background-color: #203146;
}
</style>
border-color css
<style>
span { border-color: #203146; }
span { border-color: rgb(32,49,70); }
td.TdClassName
{
border-color: #203146;
}
.TagClassName
{
border-color: #203146;
}
</style>