Shades of Midnight Express #212B44
Tints of Midnight Express #212B44
RGB
CMYK
RGB Variations
Color information
#212B44 (or 0x212B44) is known color: Midnight Express. HEX triplet: 21, 2B and 44. RGB value is (33,43,68). Sum of RGB (Red+Green+Blue) = 33+43+68=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #212B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B44 is #DED4BB. Grayscale: #2A2A2A. Windows color (decimal): -14603452 or 4467489. OLE color: 4467489.
HSL color Cylindrical-coordinate representation of color #212B44: hue angle of 222.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212B44 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 43 | 68 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.73 |
| HSL | 222.86º | 0.35% | 0.2% | - |
| HSV(B) | 222.86º | 0.51% | 0.27% | - |
| XYZ | 2.53 | 2.47 | 5.81 | - |
| YUV | 42.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 68 | 0.51 | 0.37 | 0 | 0.73 | 222.86 | 0.35 | 0.2 |
| Hex | 21 | 2B | 44 | 33 | 25 | 0 | 49 | DF | 23 | 14 |
| Octal | 41 | 53 | 104 | 63 | 45 | 0 | 111 | 337 | 43 | 24 |
| Binary | 100001 | 101011 | 1000100 | 110011 | 100101 | 0 | 1001001 | 11011111 | 100011 | 10100 |
Color Harmonies of #212B44
Complementary color
Monochromatic Colors of #212B44
Black with #212B44
Text Example
Text Example
White with #212B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B44; }
p { color: rgb(33,43,68); }
H1.HeaderClassName
{
color: #212B44;
}
.AnyTagClassName
{
color: #212B44;
}
</style>
background-color css
<style>
a { background-color: #212B44; }
a { background-color: rgb(33,43,68); }
div.DivClassName
{
background-color: #212B44;
}
.BgClassName
{
background-color: #212B44;
}
</style>
border-color css
<style>
span { border-color: #212B44; }
span { border-color: rgb(33,43,68); }
td.TdClassName
{
border-color: #212B44;
}
.TagClassName
{
border-color: #212B44;
}
</style>