Shades of Midnight Blue #222288
Tints of Midnight Blue #222288
RGB
CMYK
RGB Variations
Color information
#222288 (or 0x222288) is known color: Midnight Blue. HEX triplet: 22, 22 and 88. RGB value is (34,34,136). Sum of RGB (Red+Green+Blue) = 34+34+136=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #222288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222288 is #DDDD77. Grayscale: #2D2D2D. Windows color (decimal): -14540152 or 8921634. OLE color: 8921634.
HSL color Cylindrical-coordinate representation of color #222288: hue angle of 240º 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 #222288 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 34 | 136 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.47 |
| HSL | 240º | 0.6% | 0.33% | - |
| HSV(B) | 240º | 0.75% | 0.53% | - |
| XYZ | 5.68 | 3.26 | 23.62 | - |
| YUV | 45.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 136 | 0.75 | 0.75 | 0 | 0.47 | 240 | 0.6 | 0.33 |
| Hex | 22 | 22 | 88 | 4B | 4B | 0 | 2F | F0 | 3C | 21 |
| Octal | 42 | 42 | 210 | 113 | 113 | 0 | 57 | 360 | 74 | 41 |
| Binary | 100010 | 100010 | 10001000 | 1001011 | 1001011 | 0 | 101111 | 11110000 | 111100 | 100001 |
Color Harmonies of #222288
Complementary color
Monochromatic Colors of #222288
Black with #222288
Text Example
Text Example
White with #222288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222288; }
p { color: rgb(34,34,136); }
H1.HeaderClassName
{
color: #222288;
}
.AnyTagClassName
{
color: #222288;
}
</style>
background-color css
<style>
a { background-color: #222288; }
a { background-color: rgb(34,34,136); }
div.DivClassName
{
background-color: #222288;
}
.BgClassName
{
background-color: #222288;
}
</style>
border-color css
<style>
span { border-color: #222288; }
span { border-color: rgb(34,34,136); }
td.TdClassName
{
border-color: #222288;
}
.TagClassName
{
border-color: #222288;
}
</style>