Shades of Midnight Blue #222884
Tints of Midnight Blue #222884
RGB
CMYK
RGB Variations
Color information
#222884 (or 0x222884) is known color: Midnight Blue. HEX triplet: 22, 28 and 84. RGB value is (34,40,132). Sum of RGB (Red+Green+Blue) = 34+40+132=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #222884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222884 is #DDD77B. Grayscale: #303030. Windows color (decimal): -14538620 or 8661026. OLE color: 8661026.
HSL color Cylindrical-coordinate representation of color #222884: hue angle of 236.33º 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 #222884 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 40 | 132 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.48 |
| HSL | 236.33º | 0.59% | 0.33% | - |
| HSV(B) | 236.33º | 0.74% | 0.52% | - |
| XYZ | 5.58 | 3.52 | 22.22 | - |
| YUV | 48.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 132 | 0.74 | 0.70 | 0 | 0.48 | 236.33 | 0.59 | 0.33 |
| Hex | 22 | 28 | 84 | 4A | 46 | 0 | 30 | EC | 3B | 21 |
| Octal | 42 | 50 | 204 | 112 | 106 | 0 | 60 | 354 | 73 | 41 |
| Binary | 100010 | 101000 | 10000100 | 1001010 | 1000110 | 0 | 110000 | 11101100 | 111011 | 100001 |
Color Harmonies of #222884
Complementary color
Monochromatic Colors of #222884
Black with #222884
Text Example
Text Example
White with #222884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222884; }
p { color: rgb(34,40,132); }
H1.HeaderClassName
{
color: #222884;
}
.AnyTagClassName
{
color: #222884;
}
</style>
background-color css
<style>
a { background-color: #222884; }
a { background-color: rgb(34,40,132); }
div.DivClassName
{
background-color: #222884;
}
.BgClassName
{
background-color: #222884;
}
</style>
border-color css
<style>
span { border-color: #222884; }
span { border-color: rgb(34,40,132); }
td.TdClassName
{
border-color: #222884;
}
.TagClassName
{
border-color: #222884;
}
</style>