Shades of Midnight #213447
Tints of Midnight #213447
RGB
CMYK
RGB Variations
Color information
#213447 (or 0x213447) is known color: Midnight. HEX triplet: 21, 34 and 47. RGB value is (33,52,71). Sum of RGB (Red+Green+Blue) = 33+52+71=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #213447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213447 is #DECBB8. Grayscale: #303030. Windows color (decimal): -14601145 or 4666401. OLE color: 4666401.
HSL color Cylindrical-coordinate representation of color #213447: hue angle of 210º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213447 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 52 | 71 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.72 |
| HSL | 210º | 0.37% | 0.2% | - |
| HSV(B) | 210º | 0.54% | 0.28% | - |
| XYZ | 2.99 | 3.23 | 6.43 | - |
| YUV | 48.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 71 | 0.54 | 0.27 | 0 | 0.72 | 210 | 0.37 | 0.2 |
| Hex | 21 | 34 | 47 | 36 | 1B | 0 | 48 | D2 | 25 | 14 |
| Octal | 41 | 64 | 107 | 66 | 33 | 0 | 110 | 322 | 45 | 24 |
| Binary | 100001 | 110100 | 1000111 | 110110 | 11011 | 0 | 1001000 | 11010010 | 100101 | 10100 |
Color Harmonies of #213447
Complementary color
Monochromatic Colors of #213447
Black with #213447
Text Example
Text Example
White with #213447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213447; }
p { color: rgb(33,52,71); }
H1.HeaderClassName
{
color: #213447;
}
.AnyTagClassName
{
color: #213447;
}
</style>
background-color css
<style>
a { background-color: #213447; }
a { background-color: rgb(33,52,71); }
div.DivClassName
{
background-color: #213447;
}
.BgClassName
{
background-color: #213447;
}
</style>
border-color css
<style>
span { border-color: #213447; }
span { border-color: rgb(33,52,71); }
td.TdClassName
{
border-color: #213447;
}
.TagClassName
{
border-color: #213447;
}
</style>