Shades of Midnight Blue #222880
Tints of Midnight Blue #222880
RGB
CMYK
RGB Variations
Color information
#222880 (or 0x222880) is known color: Midnight Blue. HEX triplet: 22, 28 and 80. RGB value is (34,40,128). Sum of RGB (Red+Green+Blue) = 34+40+128=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #222880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222880 is #DDD77F. Grayscale: #2F2F2F. Windows color (decimal): -14538624 or 8398882. OLE color: 8398882.
HSL color Cylindrical-coordinate representation of color #222880: hue angle of 236.17º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #222880 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 40 | 128 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.50 |
| HSL | 236.17º | 0.58% | 0.32% | - |
| HSV(B) | 236.17º | 0.73% | 0.5% | - |
| XYZ | 5.31 | 3.42 | 20.8 | - |
| YUV | 48.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 128 | 0.73 | 0.69 | 0 | 0.50 | 236.17 | 0.58 | 0.32 |
| Hex | 22 | 28 | 80 | 49 | 45 | 0 | 32 | EC | 3A | 20 |
| Octal | 42 | 50 | 200 | 111 | 105 | 0 | 62 | 354 | 72 | 40 |
| Binary | 100010 | 101000 | 10000000 | 1001001 | 1000101 | 0 | 110010 | 11101100 | 111010 | 100000 |
Color Harmonies of #222880
Complementary color
Monochromatic Colors of #222880
Black with #222880
Text Example
Text Example
White with #222880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222880; }
p { color: rgb(34,40,128); }
H1.HeaderClassName
{
color: #222880;
}
.AnyTagClassName
{
color: #222880;
}
</style>
background-color css
<style>
a { background-color: #222880; }
a { background-color: rgb(34,40,128); }
div.DivClassName
{
background-color: #222880;
}
.BgClassName
{
background-color: #222880;
}
</style>
border-color css
<style>
span { border-color: #222880; }
span { border-color: rgb(34,40,128); }
td.TdClassName
{
border-color: #222880;
}
.TagClassName
{
border-color: #222880;
}
</style>