Shades of Midnight Blue #222563
Tints of Midnight Blue #222563
RGB
CMYK
RGB Variations
Color information
#222563 (or 0x222563) is known color: Midnight Blue. HEX triplet: 22, 25 and 63. RGB value is (34,37,99). Sum of RGB (Red+Green+Blue) = 34+37+99=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #222563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222563 is #DDDA9C. Grayscale: #2A2A2A. Windows color (decimal): -14539421 or 6497570. OLE color: 6497570.
HSL color Cylindrical-coordinate representation of color #222563: hue angle of 237.23º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222563 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 37 | 99 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.61 |
| HSL | 237.23º | 0.49% | 0.26% | - |
| HSV(B) | 237.23º | 0.66% | 0.39% | - |
| XYZ | 3.57 | 2.56 | 12.11 | - |
| YUV | 43.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 99 | 0.66 | 0.63 | 0 | 0.61 | 237.23 | 0.49 | 0.26 |
| Hex | 22 | 25 | 63 | 42 | 3F | 0 | 3D | ED | 31 | 1A |
| Octal | 42 | 45 | 143 | 102 | 77 | 0 | 75 | 355 | 61 | 32 |
| Binary | 100010 | 100101 | 1100011 | 1000010 | 111111 | 0 | 111101 | 11101101 | 110001 | 11010 |
Color Harmonies of #222563
Complementary color
Monochromatic Colors of #222563
Black with #222563
Text Example
Text Example
White with #222563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222563; }
p { color: rgb(34,37,99); }
H1.HeaderClassName
{
color: #222563;
}
.AnyTagClassName
{
color: #222563;
}
</style>
background-color css
<style>
a { background-color: #222563; }
a { background-color: rgb(34,37,99); }
div.DivClassName
{
background-color: #222563;
}
.BgClassName
{
background-color: #222563;
}
</style>
border-color css
<style>
span { border-color: #222563; }
span { border-color: rgb(34,37,99); }
td.TdClassName
{
border-color: #222563;
}
.TagClassName
{
border-color: #222563;
}
</style>