Shades of Midnight Blue #222478
Tints of Midnight Blue #222478
RGB
CMYK
RGB Variations
Color information
#222478 (or 0x222478) is known color: Midnight Blue. HEX triplet: 22, 24 and 78. RGB value is (34,36,120). Sum of RGB (Red+Green+Blue) = 34+36+120=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #222478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222478 is #DDDB87. Grayscale: #2C2C2C. Windows color (decimal): -14539656 or 7873570. OLE color: 7873570.
HSL color Cylindrical-coordinate representation of color #222478: hue angle of 238.6º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222478 is Cyan = 0.72, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 36 | 120 | - |
| CMYK | 0.72 | 0.7 | 0 | 0.53 |
| HSL | 238.6º | 0.56% | 0.3% | - |
| HSV(B) | 238.6º | 0.72% | 0.47% | - |
| XYZ | 4.68 | 2.96 | 18.09 | - |
| YUV | 44.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 120 | 0.72 | 0.7 | 0 | 0.53 | 238.6 | 0.56 | 0.3 |
| Hex | 22 | 24 | 78 | 48 | 46 | 0 | 35 | EF | 38 | 1E |
| Octal | 42 | 44 | 170 | 110 | 106 | 0 | 65 | 357 | 70 | 36 |
| Binary | 100010 | 100100 | 1111000 | 1001000 | 1000110 | 0 | 110101 | 11101111 | 111000 | 11110 |
Color Harmonies of #222478
Complementary color
Monochromatic Colors of #222478
Black with #222478
Text Example
Text Example
White with #222478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222478; }
p { color: rgb(34,36,120); }
H1.HeaderClassName
{
color: #222478;
}
.AnyTagClassName
{
color: #222478;
}
</style>
background-color css
<style>
a { background-color: #222478; }
a { background-color: rgb(34,36,120); }
div.DivClassName
{
background-color: #222478;
}
.BgClassName
{
background-color: #222478;
}
</style>
border-color css
<style>
span { border-color: #222478; }
span { border-color: rgb(34,36,120); }
td.TdClassName
{
border-color: #222478;
}
.TagClassName
{
border-color: #222478;
}
</style>