Shades of Midnight Express #20233F
Tints of Midnight Express #20233F
RGB
CMYK
RGB Variations
Color information
#20233F (or 0x20233F) is known color: Midnight Express. HEX triplet: 20, 23 and 3F. RGB value is (32,35,63). Sum of RGB (Red+Green+Blue) = 32+35+63=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #20233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20233F is #DFDCC0. Grayscale: #252525. Windows color (decimal): -14671041 or 4137760. OLE color: 4137760.
HSL color Cylindrical-coordinate representation of color #20233F: hue angle of 234.19º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20233F is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 35 | 63 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.75 |
| HSL | 234.19º | 0.33% | 0.19% | - |
| HSV(B) | 234.19º | 0.49% | 0.25% | - |
| XYZ | 2.09 | 1.87 | 4.95 | - |
| YUV | 37.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 63 | 0.49 | 0.44 | 0 | 0.75 | 234.19 | 0.33 | 0.19 |
| Hex | 20 | 23 | 3F | 31 | 2C | 0 | 4B | EA | 21 | 13 |
| Octal | 40 | 43 | 77 | 61 | 54 | 0 | 113 | 352 | 41 | 23 |
| Binary | 100000 | 100011 | 111111 | 110001 | 101100 | 0 | 1001011 | 11101010 | 100001 | 10011 |
Color Harmonies of #20233F
Complementary color
Monochromatic Colors of #20233F
Black with #20233F
Text Example
Text Example
White with #20233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20233F; }
p { color: rgb(32,35,63); }
H1.HeaderClassName
{
color: #20233F;
}
.AnyTagClassName
{
color: #20233F;
}
</style>
background-color css
<style>
a { background-color: #20233F; }
a { background-color: rgb(32,35,63); }
div.DivClassName
{
background-color: #20233F;
}
.BgClassName
{
background-color: #20233F;
}
</style>
border-color css
<style>
span { border-color: #20233F; }
span { border-color: rgb(32,35,63); }
td.TdClassName
{
border-color: #20233F;
}
.TagClassName
{
border-color: #20233F;
}
</style>