Shades of Midnight Blue #222788
Tints of Midnight Blue #222788
RGB
CMYK
RGB Variations
Color information
#222788 (or 0x222788) is known color: Midnight Blue. HEX triplet: 22, 27 and 88. RGB value is (34,39,136). Sum of RGB (Red+Green+Blue) = 34+39+136=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #222788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222788 is #DDD877. Grayscale: #303030. Windows color (decimal): -14538872 or 8922914. OLE color: 8922914.
HSL color Cylindrical-coordinate representation of color #222788: hue angle of 237.06º 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 #222788 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 39 | 136 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.47 |
| HSL | 237.06º | 0.6% | 0.33% | - |
| HSV(B) | 237.06º | 0.75% | 0.53% | - |
| XYZ | 5.83 | 3.57 | 23.67 | - |
| YUV | 48.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 136 | 0.75 | 0.71 | 0 | 0.47 | 237.06 | 0.6 | 0.33 |
| Hex | 22 | 27 | 88 | 4B | 47 | 0 | 2F | ED | 3C | 21 |
| Octal | 42 | 47 | 210 | 113 | 107 | 0 | 57 | 355 | 74 | 41 |
| Binary | 100010 | 100111 | 10001000 | 1001011 | 1000111 | 0 | 101111 | 11101101 | 111100 | 100001 |
Color Harmonies of #222788
Complementary color
Monochromatic Colors of #222788
Black with #222788
Text Example
Text Example
White with #222788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222788; }
p { color: rgb(34,39,136); }
H1.HeaderClassName
{
color: #222788;
}
.AnyTagClassName
{
color: #222788;
}
</style>
background-color css
<style>
a { background-color: #222788; }
a { background-color: rgb(34,39,136); }
div.DivClassName
{
background-color: #222788;
}
.BgClassName
{
background-color: #222788;
}
</style>
border-color css
<style>
span { border-color: #222788; }
span { border-color: rgb(34,39,136); }
td.TdClassName
{
border-color: #222788;
}
.TagClassName
{
border-color: #222788;
}
</style>