Shades of Midnight #212D3B
Tints of Midnight #212D3B
RGB
CMYK
RGB Variations
Color information
#212D3B (or 0x212D3B) is known color: Midnight. HEX triplet: 21, 2D and 3B. RGB value is (33,45,59). Sum of RGB (Red+Green+Blue) = 33+45+59=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #212D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D3B is #DED2C4. Grayscale: #2A2A2A. Windows color (decimal): -14602949 or 3878177. OLE color: 3878177.
HSL color Cylindrical-coordinate representation of color #212D3B: hue angle of 212.31º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #212D3B is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 45 | 59 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.77 |
| HSL | 212.31º | 0.28% | 0.18% | - |
| HSV(B) | 212.31º | 0.44% | 0.23% | - |
| XYZ | 2.36 | 2.52 | 4.5 | - |
| YUV | 43.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 59 | 0.44 | 0.24 | 0 | 0.77 | 212.31 | 0.28 | 0.18 |
| Hex | 21 | 2D | 3B | 2C | 18 | 0 | 4D | D4 | 1C | 12 |
| Octal | 41 | 55 | 73 | 54 | 30 | 0 | 115 | 324 | 34 | 22 |
| Binary | 100001 | 101101 | 111011 | 101100 | 11000 | 0 | 1001101 | 11010100 | 11100 | 10010 |
Color Harmonies of #212D3B
Complementary color
Monochromatic Colors of #212D3B
Black with #212D3B
Text Example
Text Example
White with #212D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D3B; }
p { color: rgb(33,45,59); }
H1.HeaderClassName
{
color: #212D3B;
}
.AnyTagClassName
{
color: #212D3B;
}
</style>
background-color css
<style>
a { background-color: #212D3B; }
a { background-color: rgb(33,45,59); }
div.DivClassName
{
background-color: #212D3B;
}
.BgClassName
{
background-color: #212D3B;
}
</style>
border-color css
<style>
span { border-color: #212D3B; }
span { border-color: rgb(33,45,59); }
td.TdClassName
{
border-color: #212D3B;
}
.TagClassName
{
border-color: #212D3B;
}
</style>