Shades of Midnight #212E43
Tints of Midnight #212E43
RGB
CMYK
RGB Variations
Color information
#212E43 (or 0x212E43) is known color: Midnight. HEX triplet: 21, 2E and 43. RGB value is (33,46,67). Sum of RGB (Red+Green+Blue) = 33+46+67=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #212E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E43 is #DED1BC. Grayscale: #2C2C2C. Windows color (decimal): -14602685 or 4402721. OLE color: 4402721.
HSL color Cylindrical-coordinate representation of color #212E43: hue angle of 217.06º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212E43 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 46 | 67 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.74 |
| HSL | 217.06º | 0.34% | 0.2% | - |
| HSV(B) | 217.06º | 0.51% | 0.26% | - |
| XYZ | 2.62 | 2.68 | 5.69 | - |
| YUV | 44.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 67 | 0.51 | 0.31 | 0 | 0.74 | 217.06 | 0.34 | 0.2 |
| Hex | 21 | 2E | 43 | 33 | 1F | 0 | 4A | D9 | 22 | 14 |
| Octal | 41 | 56 | 103 | 63 | 37 | 0 | 112 | 331 | 42 | 24 |
| Binary | 100001 | 101110 | 1000011 | 110011 | 11111 | 0 | 1001010 | 11011001 | 100010 | 10100 |
Color Harmonies of #212E43
Complementary color
Monochromatic Colors of #212E43
Black with #212E43
Text Example
Text Example
White with #212E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E43; }
p { color: rgb(33,46,67); }
H1.HeaderClassName
{
color: #212E43;
}
.AnyTagClassName
{
color: #212E43;
}
</style>
background-color css
<style>
a { background-color: #212E43; }
a { background-color: rgb(33,46,67); }
div.DivClassName
{
background-color: #212E43;
}
.BgClassName
{
background-color: #212E43;
}
</style>
border-color css
<style>
span { border-color: #212E43; }
span { border-color: rgb(33,46,67); }
td.TdClassName
{
border-color: #212E43;
}
.TagClassName
{
border-color: #212E43;
}
</style>