Shades of Midnight Blue #222189
Tints of Midnight Blue #222189
RGB
CMYK
RGB Variations
Color information
#222189 (or 0x222189) is known color: Midnight Blue. HEX triplet: 22, 21 and 89. RGB value is (34,33,137). Sum of RGB (Red+Green+Blue) = 34+33+137=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #222189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222189 is #DDDE76. Grayscale: #2C2C2C. Windows color (decimal): -14540407 or 8986914. OLE color: 8986914.
HSL color Cylindrical-coordinate representation of color #222189: hue angle of 240.58º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222189 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 33 | 137 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.46 |
| HSL | 240.58º | 0.61% | 0.33% | - |
| HSV(B) | 240.58º | 0.76% | 0.54% | - |
| XYZ | 5.72 | 3.23 | 23.99 | - |
| YUV | 45.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 137 | 0.75 | 0.76 | 0 | 0.46 | 240.58 | 0.61 | 0.33 |
| Hex | 22 | 21 | 89 | 4B | 4C | 0 | 2E | F1 | 3D | 21 |
| Octal | 42 | 41 | 211 | 113 | 114 | 0 | 56 | 361 | 75 | 41 |
| Binary | 100010 | 100001 | 10001001 | 1001011 | 1001100 | 0 | 101110 | 11110001 | 111101 | 100001 |
Color Harmonies of #222189
Complementary color
Monochromatic Colors of #222189
Black with #222189
Text Example
Text Example
White with #222189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222189; }
p { color: rgb(34,33,137); }
H1.HeaderClassName
{
color: #222189;
}
.AnyTagClassName
{
color: #222189;
}
</style>
background-color css
<style>
a { background-color: #222189; }
a { background-color: rgb(34,33,137); }
div.DivClassName
{
background-color: #222189;
}
.BgClassName
{
background-color: #222189;
}
</style>
border-color css
<style>
span { border-color: #222189; }
span { border-color: rgb(34,33,137); }
td.TdClassName
{
border-color: #222189;
}
.TagClassName
{
border-color: #222189;
}
</style>