Shades of Midnight Blue #222185
Tints of Midnight Blue #222185
RGB
CMYK
RGB Variations
Color information
#222185 (or 0x222185) is known color: Midnight Blue. HEX triplet: 22, 21 and 85. RGB value is (34,33,133). Sum of RGB (Red+Green+Blue) = 34+33+133=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #222185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222185 is #DDDE7A. Grayscale: #2C2C2C. Windows color (decimal): -14540411 or 8724770. OLE color: 8724770.
HSL color Cylindrical-coordinate representation of color #222185: hue angle of 240.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222185 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 33 | 133 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.48 |
| HSL | 240.6º | 0.6% | 0.33% | - |
| HSV(B) | 240.6º | 0.75% | 0.52% | - |
| XYZ | 5.44 | 3.12 | 22.51 | - |
| YUV | 44.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 133 | 0.74 | 0.75 | 0 | 0.48 | 240.6 | 0.6 | 0.33 |
| Hex | 22 | 21 | 85 | 4A | 4B | 0 | 30 | F1 | 3C | 21 |
| Octal | 42 | 41 | 205 | 112 | 113 | 0 | 60 | 361 | 74 | 41 |
| Binary | 100010 | 100001 | 10000101 | 1001010 | 1001011 | 0 | 110000 | 11110001 | 111100 | 100001 |
Color Harmonies of #222185
Complementary color
Monochromatic Colors of #222185
Black with #222185
Text Example
Text Example
White with #222185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222185; }
p { color: rgb(34,33,133); }
H1.HeaderClassName
{
color: #222185;
}
.AnyTagClassName
{
color: #222185;
}
</style>
background-color css
<style>
a { background-color: #222185; }
a { background-color: rgb(34,33,133); }
div.DivClassName
{
background-color: #222185;
}
.BgClassName
{
background-color: #222185;
}
</style>
border-color css
<style>
span { border-color: #222185; }
span { border-color: rgb(34,33,133); }
td.TdClassName
{
border-color: #222185;
}
.TagClassName
{
border-color: #222185;
}
</style>