Shades of Midnight Express #212A3D
Tints of Midnight Express #212A3D
RGB
CMYK
RGB Variations
Color information
#212A3D (or 0x212A3D) is known color: Midnight Express. HEX triplet: 21, 2A and 3D. RGB value is (33,42,61). Sum of RGB (Red+Green+Blue) = 33+42+61=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #212A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A3D is #DED5C2. Grayscale: #292929. Windows color (decimal): -14603715 or 4008481. OLE color: 4008481.
HSL color Cylindrical-coordinate representation of color #212A3D: hue angle of 220.71º 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 #212A3D is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 42 | 61 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.76 |
| HSL | 220.71º | 0.3% | 0.18% | - |
| HSV(B) | 220.71º | 0.46% | 0.24% | - |
| XYZ | 2.3 | 2.32 | 4.74 | - |
| YUV | 41.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 61 | 0.46 | 0.31 | 0 | 0.76 | 220.71 | 0.3 | 0.18 |
| Hex | 21 | 2A | 3D | 2E | 1F | 0 | 4C | DD | 1E | 12 |
| Octal | 41 | 52 | 75 | 56 | 37 | 0 | 114 | 335 | 36 | 22 |
| Binary | 100001 | 101010 | 111101 | 101110 | 11111 | 0 | 1001100 | 11011101 | 11110 | 10010 |
Color Harmonies of #212A3D
Complementary color
Monochromatic Colors of #212A3D
Black with #212A3D
Text Example
Text Example
White with #212A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A3D; }
p { color: rgb(33,42,61); }
H1.HeaderClassName
{
color: #212A3D;
}
.AnyTagClassName
{
color: #212A3D;
}
</style>
background-color css
<style>
a { background-color: #212A3D; }
a { background-color: rgb(33,42,61); }
div.DivClassName
{
background-color: #212A3D;
}
.BgClassName
{
background-color: #212A3D;
}
</style>
border-color css
<style>
span { border-color: #212A3D; }
span { border-color: rgb(33,42,61); }
td.TdClassName
{
border-color: #212A3D;
}
.TagClassName
{
border-color: #212A3D;
}
</style>