Shades of Midnight Express #212644
Tints of Midnight Express #212644
RGB
CMYK
RGB Variations
Color information
#212644 (or 0x212644) is known color: Midnight Express. HEX triplet: 21, 26 and 44. RGB value is (33,38,68). Sum of RGB (Red+Green+Blue) = 33+38+68=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #212644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212644 is #DED9BB. Grayscale: #272727. Windows color (decimal): -14604732 or 4466209. OLE color: 4466209.
HSL color Cylindrical-coordinate representation of color #212644: hue angle of 231.43º 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 #212644 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 38 | 68 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.73 |
| HSL | 231.43º | 0.35% | 0.2% | - |
| HSV(B) | 231.43º | 0.51% | 0.27% | - |
| XYZ | 2.36 | 2.13 | 5.75 | - |
| YUV | 39.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 68 | 0.51 | 0.44 | 0 | 0.73 | 231.43 | 0.35 | 0.2 |
| Hex | 21 | 26 | 44 | 33 | 2C | 0 | 49 | E7 | 23 | 14 |
| Octal | 41 | 46 | 104 | 63 | 54 | 0 | 111 | 347 | 43 | 24 |
| Binary | 100001 | 100110 | 1000100 | 110011 | 101100 | 0 | 1001001 | 11100111 | 100011 | 10100 |
Color Harmonies of #212644
Complementary color
Monochromatic Colors of #212644
Black with #212644
Text Example
Text Example
White with #212644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212644; }
p { color: rgb(33,38,68); }
H1.HeaderClassName
{
color: #212644;
}
.AnyTagClassName
{
color: #212644;
}
</style>
background-color css
<style>
a { background-color: #212644; }
a { background-color: rgb(33,38,68); }
div.DivClassName
{
background-color: #212644;
}
.BgClassName
{
background-color: #212644;
}
</style>
border-color css
<style>
span { border-color: #212644; }
span { border-color: rgb(33,38,68); }
td.TdClassName
{
border-color: #212644;
}
.TagClassName
{
border-color: #212644;
}
</style>