Shades of Midnight Blue #212360
Tints of Midnight Blue #212360
RGB
CMYK
RGB Variations
Color information
#212360 (or 0x212360) is known color: Midnight Blue. HEX triplet: 21, 23 and 60. RGB value is (33,35,96). Sum of RGB (Red+Green+Blue) = 33+35+96=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #212360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212360 is #DEDC9F. Grayscale: #292929. Windows color (decimal): -14605472 or 6300449. OLE color: 6300449.
HSL color Cylindrical-coordinate representation of color #212360: hue angle of 238.1º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212360 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 35 | 96 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.62 |
| HSL | 238.1º | 0.49% | 0.25% | - |
| HSV(B) | 238.1º | 0.66% | 0.38% | - |
| XYZ | 3.34 | 2.37 | 11.35 | - |
| YUV | 41.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 96 | 0.66 | 0.64 | 0 | 0.62 | 238.1 | 0.49 | 0.25 |
| Hex | 21 | 23 | 60 | 42 | 40 | 0 | 3E | EE | 31 | 19 |
| Octal | 41 | 43 | 140 | 102 | 100 | 0 | 76 | 356 | 61 | 31 |
| Binary | 100001 | 100011 | 1100000 | 1000010 | 1000000 | 0 | 111110 | 11101110 | 110001 | 11001 |
Color Harmonies of #212360
Complementary color
Monochromatic Colors of #212360
Black with #212360
Text Example
Text Example
White with #212360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212360; }
p { color: rgb(33,35,96); }
H1.HeaderClassName
{
color: #212360;
}
.AnyTagClassName
{
color: #212360;
}
</style>
background-color css
<style>
a { background-color: #212360; }
a { background-color: rgb(33,35,96); }
div.DivClassName
{
background-color: #212360;
}
.BgClassName
{
background-color: #212360;
}
</style>
border-color css
<style>
span { border-color: #212360; }
span { border-color: rgb(33,35,96); }
td.TdClassName
{
border-color: #212360;
}
.TagClassName
{
border-color: #212360;
}
</style>