Shades of Midnight #213246
Tints of Midnight #213246
RGB
CMYK
RGB Variations
Color information
#213246 (or 0x213246) is known color: Midnight. HEX triplet: 21, 32 and 46. RGB value is (33,50,70). Sum of RGB (Red+Green+Blue) = 33+50+70=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #213246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213246 is #DECDB9. Grayscale: #2F2F2F. Windows color (decimal): -14601658 or 4600353. OLE color: 4600353.
HSL color Cylindrical-coordinate representation of color #213246: hue angle of 212.43º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213246 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 50 | 70 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.73 |
| HSL | 212.43º | 0.36% | 0.2% | - |
| HSV(B) | 212.43º | 0.53% | 0.27% | - |
| XYZ | 2.87 | 3.05 | 6.23 | - |
| YUV | 47.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 70 | 0.53 | 0.29 | 0 | 0.73 | 212.43 | 0.36 | 0.2 |
| Hex | 21 | 32 | 46 | 35 | 1D | 0 | 49 | D4 | 24 | 14 |
| Octal | 41 | 62 | 106 | 65 | 35 | 0 | 111 | 324 | 44 | 24 |
| Binary | 100001 | 110010 | 1000110 | 110101 | 11101 | 0 | 1001001 | 11010100 | 100100 | 10100 |
Color Harmonies of #213246
Complementary color
Monochromatic Colors of #213246
Black with #213246
Text Example
Text Example
White with #213246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213246; }
p { color: rgb(33,50,70); }
H1.HeaderClassName
{
color: #213246;
}
.AnyTagClassName
{
color: #213246;
}
</style>
background-color css
<style>
a { background-color: #213246; }
a { background-color: rgb(33,50,70); }
div.DivClassName
{
background-color: #213246;
}
.BgClassName
{
background-color: #213246;
}
</style>
border-color css
<style>
span { border-color: #213246; }
span { border-color: rgb(33,50,70); }
td.TdClassName
{
border-color: #213246;
}
.TagClassName
{
border-color: #213246;
}
</style>