Shades of Midnight Express #20263C
Tints of Midnight Express #20263C
RGB
CMYK
RGB Variations
Color information
#20263C (or 0x20263C) is known color: Midnight Express. HEX triplet: 20, 26 and 3C. RGB value is (32,38,60). Sum of RGB (Red+Green+Blue) = 32+38+60=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #20263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20263C is #DFD9C3. Grayscale: #262626. Windows color (decimal): -14670276 or 3941920. OLE color: 3941920.
HSL color Cylindrical-coordinate representation of color #20263C: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20263C is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 38 | 60 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.76 |
| HSL | 227.14º | 0.3% | 0.18% | - |
| HSV(B) | 227.14º | 0.47% | 0.24% | - |
| XYZ | 2.1 | 2.02 | 4.55 | - |
| YUV | 38.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 60 | 0.47 | 0.37 | 0 | 0.76 | 227.14 | 0.3 | 0.18 |
| Hex | 20 | 26 | 3C | 2F | 25 | 0 | 4C | E3 | 1E | 12 |
| Octal | 40 | 46 | 74 | 57 | 45 | 0 | 114 | 343 | 36 | 22 |
| Binary | 100000 | 100110 | 111100 | 101111 | 100101 | 0 | 1001100 | 11100011 | 11110 | 10010 |
Color Harmonies of #20263C
Complementary color
Monochromatic Colors of #20263C
Black with #20263C
Text Example
Text Example
White with #20263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20263C; }
p { color: rgb(32,38,60); }
H1.HeaderClassName
{
color: #20263C;
}
.AnyTagClassName
{
color: #20263C;
}
</style>
background-color css
<style>
a { background-color: #20263C; }
a { background-color: rgb(32,38,60); }
div.DivClassName
{
background-color: #20263C;
}
.BgClassName
{
background-color: #20263C;
}
</style>
border-color css
<style>
span { border-color: #20263C; }
span { border-color: rgb(32,38,60); }
td.TdClassName
{
border-color: #20263C;
}
.TagClassName
{
border-color: #20263C;
}
</style>