Shades of Midnight Blue #222887
Tints of Midnight Blue #222887
RGB
CMYK
RGB Variations
Color information
#222887 (or 0x222887) is known color: Midnight Blue. HEX triplet: 22, 28 and 87. RGB value is (34,40,135). Sum of RGB (Red+Green+Blue) = 34+40+135=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #222887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222887 is #DDD778. Grayscale: #303030. Windows color (decimal): -14538617 or 8857634. OLE color: 8857634.
HSL color Cylindrical-coordinate representation of color #222887: hue angle of 236.44º 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 #222887 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 40 | 135 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.47 |
| HSL | 236.44º | 0.6% | 0.33% | - |
| HSV(B) | 236.44º | 0.75% | 0.53% | - |
| XYZ | 5.79 | 3.61 | 23.31 | - |
| YUV | 49.04 | 176.51 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 135 | 0.75 | 0.70 | 0 | 0.47 | 236.44 | 0.6 | 0.33 |
| Hex | 22 | 28 | 87 | 4B | 46 | 0 | 2F | EC | 3C | 21 |
| Octal | 42 | 50 | 207 | 113 | 106 | 0 | 57 | 354 | 74 | 41 |
| Binary | 100010 | 101000 | 10000111 | 1001011 | 1000110 | 0 | 101111 | 11101100 | 111100 | 100001 |
Color Harmonies of #222887
Complementary color
Monochromatic Colors of #222887
Black with #222887
Text Example
Text Example
White with #222887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222887; }
p { color: rgb(34,40,135); }
H1.HeaderClassName
{
color: #222887;
}
.AnyTagClassName
{
color: #222887;
}
</style>
background-color css
<style>
a { background-color: #222887; }
a { background-color: rgb(34,40,135); }
div.DivClassName
{
background-color: #222887;
}
.BgClassName
{
background-color: #222887;
}
</style>
border-color css
<style>
span { border-color: #222887; }
span { border-color: rgb(34,40,135); }
td.TdClassName
{
border-color: #222887;
}
.TagClassName
{
border-color: #222887;
}
</style>