Shades of Midnight Express #212A48
Tints of Midnight Express #212A48
RGB
CMYK
RGB Variations
Color information
#212A48 (or 0x212A48) is known color: Midnight Express. HEX triplet: 21, 2A and 48. RGB value is (33,42,72). Sum of RGB (Red+Green+Blue) = 33+42+72=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #212A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A48 is #DED5B7. Grayscale: #2A2A2A. Windows color (decimal): -14603704 or 4729377. OLE color: 4729377.
HSL color Cylindrical-coordinate representation of color #212A48: hue angle of 226.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212A48 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 42 | 72 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.72 |
| HSL | 226.15º | 0.37% | 0.21% | - |
| HSV(B) | 226.15º | 0.54% | 0.28% | - |
| XYZ | 2.62 | 2.45 | 6.46 | - |
| YUV | 42.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 72 | 0.54 | 0.42 | 0 | 0.72 | 226.15 | 0.37 | 0.21 |
| Hex | 21 | 2A | 48 | 36 | 2A | 0 | 48 | E2 | 25 | 15 |
| Octal | 41 | 52 | 110 | 66 | 52 | 0 | 110 | 342 | 45 | 25 |
| Binary | 100001 | 101010 | 1001000 | 110110 | 101010 | 0 | 1001000 | 11100010 | 100101 | 10101 |
Color Harmonies of #212A48
Complementary color
Monochromatic Colors of #212A48
Black with #212A48
Text Example
Text Example
White with #212A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A48; }
p { color: rgb(33,42,72); }
H1.HeaderClassName
{
color: #212A48;
}
.AnyTagClassName
{
color: #212A48;
}
</style>
background-color css
<style>
a { background-color: #212A48; }
a { background-color: rgb(33,42,72); }
div.DivClassName
{
background-color: #212A48;
}
.BgClassName
{
background-color: #212A48;
}
</style>
border-color css
<style>
span { border-color: #212A48; }
span { border-color: rgb(33,42,72); }
td.TdClassName
{
border-color: #212A48;
}
.TagClassName
{
border-color: #212A48;
}
</style>