Shades of Midnight Blue #222284
Tints of Midnight Blue #222284
RGB
CMYK
RGB Variations
Color information
#222284 (or 0x222284) is known color: Midnight Blue. HEX triplet: 22, 22 and 84. RGB value is (34,34,132). Sum of RGB (Red+Green+Blue) = 34+34+132=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #222284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222284 is #DDDD7B. Grayscale: #2C2C2C. Windows color (decimal): -14540156 or 8659490. OLE color: 8659490.
HSL color Cylindrical-coordinate representation of color #222284: hue angle of 240º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222284 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 34 | 132 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.48 |
| HSL | 240º | 0.59% | 0.33% | - |
| HSV(B) | 240º | 0.74% | 0.52% | - |
| XYZ | 5.4 | 3.15 | 22.15 | - |
| YUV | 45.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 132 | 0.74 | 0.74 | 0 | 0.48 | 240 | 0.59 | 0.33 |
| Hex | 22 | 22 | 84 | 4A | 4A | 0 | 30 | F0 | 3B | 21 |
| Octal | 42 | 42 | 204 | 112 | 112 | 0 | 60 | 360 | 73 | 41 |
| Binary | 100010 | 100010 | 10000100 | 1001010 | 1001010 | 0 | 110000 | 11110000 | 111011 | 100001 |
Color Harmonies of #222284
Complementary color
Monochromatic Colors of #222284
Black with #222284
Text Example
Text Example
White with #222284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222284; }
p { color: rgb(34,34,132); }
H1.HeaderClassName
{
color: #222284;
}
.AnyTagClassName
{
color: #222284;
}
</style>
background-color css
<style>
a { background-color: #222284; }
a { background-color: rgb(34,34,132); }
div.DivClassName
{
background-color: #222284;
}
.BgClassName
{
background-color: #222284;
}
</style>
border-color css
<style>
span { border-color: #222284; }
span { border-color: rgb(34,34,132); }
td.TdClassName
{
border-color: #222284;
}
.TagClassName
{
border-color: #222284;
}
</style>