Shades of Midnight Blue #222882
Tints of Midnight Blue #222882
RGB
CMYK
RGB Variations
Color information
#222882 (or 0x222882) is known color: Midnight Blue. HEX triplet: 22, 28 and 82. RGB value is (34,40,130). Sum of RGB (Red+Green+Blue) = 34+40+130=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #222882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222882 is #DDD77D. Grayscale: #303030. Windows color (decimal): -14538622 or 8529954. OLE color: 8529954.
HSL color Cylindrical-coordinate representation of color #222882: hue angle of 236.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222882 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 40 | 130 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.49 |
| HSL | 236.25º | 0.59% | 0.32% | - |
| HSV(B) | 236.25º | 0.74% | 0.51% | - |
| XYZ | 5.45 | 3.47 | 21.5 | - |
| YUV | 48.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 130 | 0.74 | 0.69 | 0 | 0.49 | 236.25 | 0.59 | 0.32 |
| Hex | 22 | 28 | 82 | 4A | 45 | 0 | 31 | EC | 3B | 20 |
| Octal | 42 | 50 | 202 | 112 | 105 | 0 | 61 | 354 | 73 | 40 |
| Binary | 100010 | 101000 | 10000010 | 1001010 | 1000101 | 0 | 110001 | 11101100 | 111011 | 100000 |
Color Harmonies of #222882
Complementary color
Monochromatic Colors of #222882
Black with #222882
Text Example
Text Example
White with #222882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222882; }
p { color: rgb(34,40,130); }
H1.HeaderClassName
{
color: #222882;
}
.AnyTagClassName
{
color: #222882;
}
</style>
background-color css
<style>
a { background-color: #222882; }
a { background-color: rgb(34,40,130); }
div.DivClassName
{
background-color: #222882;
}
.BgClassName
{
background-color: #222882;
}
</style>
border-color css
<style>
span { border-color: #222882; }
span { border-color: rgb(34,40,130); }
td.TdClassName
{
border-color: #222882;
}
.TagClassName
{
border-color: #222882;
}
</style>