Shades of Midnight #213044
Tints of Midnight #213044
RGB
CMYK
RGB Variations
Color information
#213044 (or 0x213044) is known color: Midnight. HEX triplet: 21, 30 and 44. RGB value is (33,48,68). Sum of RGB (Red+Green+Blue) = 33+48+68=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #213044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213044 is #DECFBB. Grayscale: #2D2D2D. Windows color (decimal): -14602172 or 4468769. OLE color: 4468769.
HSL color Cylindrical-coordinate representation of color #213044: hue angle of 214.29º 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 #213044 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 48 | 68 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.73 |
| HSL | 214.29º | 0.35% | 0.2% | - |
| HSV(B) | 214.29º | 0.51% | 0.27% | - |
| XYZ | 2.73 | 2.85 | 5.88 | - |
| YUV | 45.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 68 | 0.51 | 0.29 | 0 | 0.73 | 214.29 | 0.35 | 0.2 |
| Hex | 21 | 30 | 44 | 33 | 1D | 0 | 49 | D6 | 23 | 14 |
| Octal | 41 | 60 | 104 | 63 | 35 | 0 | 111 | 326 | 43 | 24 |
| Binary | 100001 | 110000 | 1000100 | 110011 | 11101 | 0 | 1001001 | 11010110 | 100011 | 10100 |
Color Harmonies of #213044
Complementary color
Monochromatic Colors of #213044
Black with #213044
Text Example
Text Example
White with #213044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213044; }
p { color: rgb(33,48,68); }
H1.HeaderClassName
{
color: #213044;
}
.AnyTagClassName
{
color: #213044;
}
</style>
background-color css
<style>
a { background-color: #213044; }
a { background-color: rgb(33,48,68); }
div.DivClassName
{
background-color: #213044;
}
.BgClassName
{
background-color: #213044;
}
</style>
border-color css
<style>
span { border-color: #213044; }
span { border-color: rgb(33,48,68); }
td.TdClassName
{
border-color: #213044;
}
.TagClassName
{
border-color: #213044;
}
</style>