Shades of Midnight Blue #222186
Tints of Midnight Blue #222186
RGB
CMYK
RGB Variations
Color information
#222186 (or 0x222186) is known color: Midnight Blue. HEX triplet: 22, 21 and 86. RGB value is (34,33,134). Sum of RGB (Red+Green+Blue) = 34+33+134=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #222186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222186 is #DDDE79. Grayscale: #2C2C2C. Windows color (decimal): -14540410 or 8790306. OLE color: 8790306.
HSL color Cylindrical-coordinate representation of color #222186: hue angle of 240.59º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222186 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 33 | 134 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.47 |
| HSL | 240.59º | 0.6% | 0.33% | - |
| HSV(B) | 240.59º | 0.75% | 0.53% | - |
| XYZ | 5.51 | 3.15 | 22.87 | - |
| YUV | 44.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 134 | 0.75 | 0.75 | 0 | 0.47 | 240.59 | 0.6 | 0.33 |
| Hex | 22 | 21 | 86 | 4B | 4B | 0 | 2F | F1 | 3C | 21 |
| Octal | 42 | 41 | 206 | 113 | 113 | 0 | 57 | 361 | 74 | 41 |
| Binary | 100010 | 100001 | 10000110 | 1001011 | 1001011 | 0 | 101111 | 11110001 | 111100 | 100001 |
Color Harmonies of #222186
Complementary color
Monochromatic Colors of #222186
Black with #222186
Text Example
Text Example
White with #222186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222186; }
p { color: rgb(34,33,134); }
H1.HeaderClassName
{
color: #222186;
}
.AnyTagClassName
{
color: #222186;
}
</style>
background-color css
<style>
a { background-color: #222186; }
a { background-color: rgb(34,33,134); }
div.DivClassName
{
background-color: #222186;
}
.BgClassName
{
background-color: #222186;
}
</style>
border-color css
<style>
span { border-color: #222186; }
span { border-color: rgb(34,33,134); }
td.TdClassName
{
border-color: #222186;
}
.TagClassName
{
border-color: #222186;
}
</style>