Shades of Midnight Express #212746
Tints of Midnight Express #212746
RGB
CMYK
RGB Variations
Color information
#212746 (or 0x212746) is known color: Midnight Express. HEX triplet: 21, 27 and 46. RGB value is (33,39,70). Sum of RGB (Red+Green+Blue) = 33+39+70=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #212746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212746 is #DED8B9. Grayscale: #282828. Windows color (decimal): -14604474 or 4597537. OLE color: 4597537.
HSL color Cylindrical-coordinate representation of color #212746: hue angle of 230.27º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #212746 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 39 | 70 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.73 |
| HSL | 230.27º | 0.36% | 0.2% | - |
| HSV(B) | 230.27º | 0.53% | 0.27% | - |
| XYZ | 2.46 | 2.22 | 6.09 | - |
| YUV | 40.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 70 | 0.53 | 0.44 | 0 | 0.73 | 230.27 | 0.36 | 0.2 |
| Hex | 21 | 27 | 46 | 35 | 2C | 0 | 49 | E6 | 24 | 14 |
| Octal | 41 | 47 | 106 | 65 | 54 | 0 | 111 | 346 | 44 | 24 |
| Binary | 100001 | 100111 | 1000110 | 110101 | 101100 | 0 | 1001001 | 11100110 | 100100 | 10100 |
Color Harmonies of #212746
Complementary color
Monochromatic Colors of #212746
Black with #212746
Text Example
Text Example
White with #212746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212746; }
p { color: rgb(33,39,70); }
H1.HeaderClassName
{
color: #212746;
}
.AnyTagClassName
{
color: #212746;
}
</style>
background-color css
<style>
a { background-color: #212746; }
a { background-color: rgb(33,39,70); }
div.DivClassName
{
background-color: #212746;
}
.BgClassName
{
background-color: #212746;
}
</style>
border-color css
<style>
span { border-color: #212746; }
span { border-color: rgb(33,39,70); }
td.TdClassName
{
border-color: #212746;
}
.TagClassName
{
border-color: #212746;
}
</style>