Shades of Midnight Blue #222370
Tints of Midnight Blue #222370
RGB
CMYK
RGB Variations
Color information
#222370 (or 0x222370) is known color: Midnight Blue. HEX triplet: 22, 23 and 70. RGB value is (34,35,112). Sum of RGB (Red+Green+Blue) = 34+35+112=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #222370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222370 is #DDDC8F. Grayscale: #2B2B2B. Windows color (decimal): -14539920 or 7349026. OLE color: 7349026.
HSL color Cylindrical-coordinate representation of color #222370: hue angle of 239.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #222370 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 35 | 112 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.56 |
| HSL | 239.23º | 0.53% | 0.29% | - |
| HSV(B) | 239.23º | 0.7% | 0.44% | - |
| XYZ | 4.19 | 2.71 | 15.63 | - |
| YUV | 43.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 112 | 0.70 | 0.69 | 0 | 0.56 | 239.23 | 0.53 | 0.29 |
| Hex | 22 | 23 | 70 | 46 | 45 | 0 | 38 | EF | 35 | 1D |
| Octal | 42 | 43 | 160 | 106 | 105 | 0 | 70 | 357 | 65 | 35 |
| Binary | 100010 | 100011 | 1110000 | 1000110 | 1000101 | 0 | 111000 | 11101111 | 110101 | 11101 |
Color Harmonies of #222370
Complementary color
Monochromatic Colors of #222370
Black with #222370
Text Example
Text Example
White with #222370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222370; }
p { color: rgb(34,35,112); }
H1.HeaderClassName
{
color: #222370;
}
.AnyTagClassName
{
color: #222370;
}
</style>
background-color css
<style>
a { background-color: #222370; }
a { background-color: rgb(34,35,112); }
div.DivClassName
{
background-color: #222370;
}
.BgClassName
{
background-color: #222370;
}
</style>
border-color css
<style>
span { border-color: #222370; }
span { border-color: rgb(34,35,112); }
td.TdClassName
{
border-color: #222370;
}
.TagClassName
{
border-color: #222370;
}
</style>