Shades of Midnight Blue #222676
Tints of Midnight Blue #222676
RGB
CMYK
RGB Variations
Color information
#222676 (or 0x222676) is known color: Midnight Blue. HEX triplet: 22, 26 and 76. RGB value is (34,38,118). Sum of RGB (Red+Green+Blue) = 34+38+118=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #222676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222676 is #DDD989. Grayscale: #2D2D2D. Windows color (decimal): -14539146 or 7743010. OLE color: 7743010.
HSL color Cylindrical-coordinate representation of color #222676: hue angle of 237.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #222676 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 38 | 118 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.54 |
| HSL | 237.14º | 0.55% | 0.3% | - |
| HSV(B) | 237.14º | 0.71% | 0.46% | - |
| XYZ | 4.62 | 3.03 | 17.48 | - |
| YUV | 45.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 118 | 0.71 | 0.68 | 0 | 0.54 | 237.14 | 0.55 | 0.3 |
| Hex | 22 | 26 | 76 | 47 | 44 | 0 | 36 | ED | 37 | 1E |
| Octal | 42 | 46 | 166 | 107 | 104 | 0 | 66 | 355 | 67 | 36 |
| Binary | 100010 | 100110 | 1110110 | 1000111 | 1000100 | 0 | 110110 | 11101101 | 110111 | 11110 |
Color Harmonies of #222676
Complementary color
Monochromatic Colors of #222676
Black with #222676
Text Example
Text Example
White with #222676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222676; }
p { color: rgb(34,38,118); }
H1.HeaderClassName
{
color: #222676;
}
.AnyTagClassName
{
color: #222676;
}
</style>
background-color css
<style>
a { background-color: #222676; }
a { background-color: rgb(34,38,118); }
div.DivClassName
{
background-color: #222676;
}
.BgClassName
{
background-color: #222676;
}
</style>
border-color css
<style>
span { border-color: #222676; }
span { border-color: rgb(34,38,118); }
td.TdClassName
{
border-color: #222676;
}
.TagClassName
{
border-color: #222676;
}
</style>