Shades of Midnight Blue #222786
Tints of Midnight Blue #222786
RGB
CMYK
RGB Variations
Color information
#222786 (or 0x222786) is known color: Midnight Blue. HEX triplet: 22, 27 and 86. RGB value is (34,39,134). Sum of RGB (Red+Green+Blue) = 34+39+134=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #222786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222786 is #DDD879. Grayscale: #2F2F2F. Windows color (decimal): -14538874 or 8791842. OLE color: 8791842.
HSL color Cylindrical-coordinate representation of color #222786: hue angle of 237º 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 #222786 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 39 | 134 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.47 |
| HSL | 237º | 0.6% | 0.33% | - |
| HSV(B) | 237º | 0.75% | 0.53% | - |
| XYZ | 5.69 | 3.51 | 22.93 | - |
| YUV | 48.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 134 | 0.75 | 0.71 | 0 | 0.47 | 237 | 0.6 | 0.33 |
| Hex | 22 | 27 | 86 | 4B | 47 | 0 | 2F | ED | 3C | 21 |
| Octal | 42 | 47 | 206 | 113 | 107 | 0 | 57 | 355 | 74 | 41 |
| Binary | 100010 | 100111 | 10000110 | 1001011 | 1000111 | 0 | 101111 | 11101101 | 111100 | 100001 |
Color Harmonies of #222786
Complementary color
Monochromatic Colors of #222786
Black with #222786
Text Example
Text Example
White with #222786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222786; }
p { color: rgb(34,39,134); }
H1.HeaderClassName
{
color: #222786;
}
.AnyTagClassName
{
color: #222786;
}
</style>
background-color css
<style>
a { background-color: #222786; }
a { background-color: rgb(34,39,134); }
div.DivClassName
{
background-color: #222786;
}
.BgClassName
{
background-color: #222786;
}
</style>
border-color css
<style>
span { border-color: #222786; }
span { border-color: rgb(34,39,134); }
td.TdClassName
{
border-color: #222786;
}
.TagClassName
{
border-color: #222786;
}
</style>