Shades of Midnight Blue #222464
Tints of Midnight Blue #222464
RGB
CMYK
RGB Variations
Color information
#222464 (or 0x222464) is known color: Midnight Blue. HEX triplet: 22, 24 and 64. RGB value is (34,36,100). Sum of RGB (Red+Green+Blue) = 34+36+100=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #222464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222464 is #DDDB9B. Grayscale: #2A2A2A. Windows color (decimal): -14539676 or 6562850. OLE color: 6562850.
HSL color Cylindrical-coordinate representation of color #222464: hue angle of 238.18º 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 #222464 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 36 | 100 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.61 |
| HSL | 238.18º | 0.49% | 0.26% | - |
| HSV(B) | 238.18º | 0.66% | 0.39% | - |
| XYZ | 3.59 | 2.52 | 12.35 | - |
| YUV | 42.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 100 | 0.66 | 0.64 | 0 | 0.61 | 238.18 | 0.49 | 0.26 |
| Hex | 22 | 24 | 64 | 42 | 40 | 0 | 3D | EE | 31 | 1A |
| Octal | 42 | 44 | 144 | 102 | 100 | 0 | 75 | 356 | 61 | 32 |
| Binary | 100010 | 100100 | 1100100 | 1000010 | 1000000 | 0 | 111101 | 11101110 | 110001 | 11010 |
Color Harmonies of #222464
Complementary color
Monochromatic Colors of #222464
Black with #222464
Text Example
Text Example
White with #222464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222464; }
p { color: rgb(34,36,100); }
H1.HeaderClassName
{
color: #222464;
}
.AnyTagClassName
{
color: #222464;
}
</style>
background-color css
<style>
a { background-color: #222464; }
a { background-color: rgb(34,36,100); }
div.DivClassName
{
background-color: #222464;
}
.BgClassName
{
background-color: #222464;
}
</style>
border-color css
<style>
span { border-color: #222464; }
span { border-color: rgb(34,36,100); }
td.TdClassName
{
border-color: #222464;
}
.TagClassName
{
border-color: #222464;
}
</style>