Shades of Midnight Blue #222164
Tints of Midnight Blue #222164
RGB
CMYK
RGB Variations
Color information
#222164 (or 0x222164) is known color: Midnight Blue. HEX triplet: 22, 21 and 64. RGB value is (34,33,100). Sum of RGB (Red+Green+Blue) = 34+33+100=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 100 (39.45% from 255 or 59.88% from 167); Max value from RGB is 100 - color contains mainly: blue. Hex color #222164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222164 is #DDDE9B. Grayscale: #282828. Windows color (decimal): -14540444 or 6562082. OLE color: 6562082.
HSL color Cylindrical-coordinate representation of color #222164: hue angle of 240.9º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222164 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 33 | 100 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.61 |
| HSL | 240.9º | 0.5% | 0.26% | - |
| HSV(B) | 240.9º | 0.67% | 0.39% | - |
| XYZ | 3.5 | 2.35 | 12.33 | - |
| YUV | 40.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 100 | 0.66 | 0.67 | 0 | 0.61 | 240.9 | 0.5 | 0.26 |
| Hex | 22 | 21 | 64 | 42 | 43 | 0 | 3D | F1 | 32 | 1A |
| Octal | 42 | 41 | 144 | 102 | 103 | 0 | 75 | 361 | 62 | 32 |
| Binary | 100010 | 100001 | 1100100 | 1000010 | 1000011 | 0 | 111101 | 11110001 | 110010 | 11010 |
Color Harmonies of #222164
Complementary color
Monochromatic Colors of #222164
Black with #222164
Text Example
Text Example
White with #222164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222164; }
p { color: rgb(34,33,100); }
H1.HeaderClassName
{
color: #222164;
}
.AnyTagClassName
{
color: #222164;
}
</style>
background-color css
<style>
a { background-color: #222164; }
a { background-color: rgb(34,33,100); }
div.DivClassName
{
background-color: #222164;
}
.BgClassName
{
background-color: #222164;
}
</style>
border-color css
<style>
span { border-color: #222164; }
span { border-color: rgb(34,33,100); }
td.TdClassName
{
border-color: #222164;
}
.TagClassName
{
border-color: #222164;
}
</style>