Shades of Midnight Express #172032
Tints of Midnight Express #172032
RGB
CMYK
RGB Variations
Color information
#172032 (or 0x172032) is known color: Midnight Express. HEX triplet: 17, 20 and 32. RGB value is (23,32,50). Sum of RGB (Red+Green+Blue) = 23+32+50=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #172032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172032 is #E8DFCD. Grayscale: #1F1F1F. Windows color (decimal): -15261646 or 3285015. OLE color: 3285015.
HSL color Cylindrical-coordinate representation of color #172032: hue angle of 220º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #172032 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 32 | 50 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.80 |
| HSL | 220º | 0.37% | 0.14% | - |
| HSV(B) | 220º | 0.54% | 0.2% | - |
| XYZ | 1.45 | 1.45 | 3.22 | - |
| YUV | 31.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 50 | 0.54 | 0.36 | 0 | 0.80 | 220 | 0.37 | 0.14 |
| Hex | 17 | 20 | 32 | 36 | 24 | 0 | 50 | DC | 25 | E |
| Octal | 27 | 40 | 62 | 66 | 44 | 0 | 120 | 334 | 45 | 16 |
| Binary | 10111 | 100000 | 110010 | 110110 | 100100 | 0 | 1010000 | 11011100 | 100101 | 1110 |
Color Harmonies of #172032
Complementary color
Monochromatic Colors of #172032
Black with #172032
Text Example
Text Example
White with #172032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172032; }
p { color: rgb(23,32,50); }
H1.HeaderClassName
{
color: #172032;
}
.AnyTagClassName
{
color: #172032;
}
</style>
background-color css
<style>
a { background-color: #172032; }
a { background-color: rgb(23,32,50); }
div.DivClassName
{
background-color: #172032;
}
.BgClassName
{
background-color: #172032;
}
</style>
border-color css
<style>
span { border-color: #172032; }
span { border-color: rgb(23,32,50); }
td.TdClassName
{
border-color: #172032;
}
.TagClassName
{
border-color: #172032;
}
</style>