Shades of Midnight Express #212A46
Tints of Midnight Express #212A46
RGB
CMYK
RGB Variations
Color information
#212A46 (or 0x212A46) is known color: Midnight Express. HEX triplet: 21, 2A and 46. RGB value is (33,42,70). Sum of RGB (Red+Green+Blue) = 33+42+70=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #212A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A46 is #DED5B9. Grayscale: #2A2A2A. Windows color (decimal): -14603706 or 4598305. OLE color: 4598305.
HSL color Cylindrical-coordinate representation of color #212A46: hue angle of 225.41º 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 #212A46 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 42 | 70 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.73 |
| HSL | 225.41º | 0.36% | 0.2% | - |
| HSV(B) | 225.41º | 0.53% | 0.27% | - |
| XYZ | 2.56 | 2.42 | 6.13 | - |
| YUV | 42.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 70 | 0.53 | 0.40 | 0 | 0.73 | 225.41 | 0.36 | 0.2 |
| Hex | 21 | 2A | 46 | 35 | 28 | 0 | 49 | E1 | 24 | 14 |
| Octal | 41 | 52 | 106 | 65 | 50 | 0 | 111 | 341 | 44 | 24 |
| Binary | 100001 | 101010 | 1000110 | 110101 | 101000 | 0 | 1001001 | 11100001 | 100100 | 10100 |
Color Harmonies of #212A46
Complementary color
Monochromatic Colors of #212A46
Black with #212A46
Text Example
Text Example
White with #212A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A46; }
p { color: rgb(33,42,70); }
H1.HeaderClassName
{
color: #212A46;
}
.AnyTagClassName
{
color: #212A46;
}
</style>
background-color css
<style>
a { background-color: #212A46; }
a { background-color: rgb(33,42,70); }
div.DivClassName
{
background-color: #212A46;
}
.BgClassName
{
background-color: #212A46;
}
</style>
border-color css
<style>
span { border-color: #212A46; }
span { border-color: rgb(33,42,70); }
td.TdClassName
{
border-color: #212A46;
}
.TagClassName
{
border-color: #212A46;
}
</style>