Shades of Midnight #212B3D
Tints of Midnight #212B3D
RGB
CMYK
RGB Variations
Color information
#212B3D (or 0x212B3D) is known color: Midnight. HEX triplet: 21, 2B and 3D. RGB value is (33,43,61). Sum of RGB (Red+Green+Blue) = 33+43+61=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 61 - color contains mainly: blue. Hex color #212B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B3D is #DED4C2. Grayscale: #292929. Windows color (decimal): -14603459 or 4008737. OLE color: 4008737.
HSL color Cylindrical-coordinate representation of color #212B3D: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #212B3D is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 43 | 61 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.76 |
| HSL | 218.57º | 0.3% | 0.18% | - |
| HSV(B) | 218.57º | 0.46% | 0.24% | - |
| XYZ | 2.33 | 2.39 | 4.75 | - |
| YUV | 42.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 61 | 0.46 | 0.30 | 0 | 0.76 | 218.57 | 0.3 | 0.18 |
| Hex | 21 | 2B | 3D | 2E | 1E | 0 | 4C | DB | 1E | 12 |
| Octal | 41 | 53 | 75 | 56 | 36 | 0 | 114 | 333 | 36 | 22 |
| Binary | 100001 | 101011 | 111101 | 101110 | 11110 | 0 | 1001100 | 11011011 | 11110 | 10010 |
Color Harmonies of #212B3D
Complementary color
Monochromatic Colors of #212B3D
Black with #212B3D
Text Example
Text Example
White with #212B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B3D; }
p { color: rgb(33,43,61); }
H1.HeaderClassName
{
color: #212B3D;
}
.AnyTagClassName
{
color: #212B3D;
}
</style>
background-color css
<style>
a { background-color: #212B3D; }
a { background-color: rgb(33,43,61); }
div.DivClassName
{
background-color: #212B3D;
}
.BgClassName
{
background-color: #212B3D;
}
</style>
border-color css
<style>
span { border-color: #212B3D; }
span { border-color: rgb(33,43,61); }
td.TdClassName
{
border-color: #212B3D;
}
.TagClassName
{
border-color: #212B3D;
}
</style>