Shades of Midnight Blue #222366
Tints of Midnight Blue #222366
RGB
CMYK
RGB Variations
Color information
#222366 (or 0x222366) is known color: Midnight Blue. HEX triplet: 22, 23 and 66. RGB value is (34,35,102). Sum of RGB (Red+Green+Blue) = 34+35+102=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #222366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222366 is #DDDC99. Grayscale: #2A2A2A. Windows color (decimal): -14539930 or 6693666. OLE color: 6693666.
HSL color Cylindrical-coordinate representation of color #222366: hue angle of 239.12º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222366 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 35 | 102 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.6 |
| HSL | 239.12º | 0.5% | 0.27% | - |
| HSV(B) | 239.12º | 0.67% | 0.4% | - |
| XYZ | 3.66 | 2.5 | 12.86 | - |
| YUV | 42.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 102 | 0.67 | 0.66 | 0 | 0.6 | 239.12 | 0.5 | 0.27 |
| Hex | 22 | 23 | 66 | 43 | 42 | 0 | 3C | EF | 32 | 1B |
| Octal | 42 | 43 | 146 | 103 | 102 | 0 | 74 | 357 | 62 | 33 |
| Binary | 100010 | 100011 | 1100110 | 1000011 | 1000010 | 0 | 111100 | 11101111 | 110010 | 11011 |
Color Harmonies of #222366
Complementary color
Monochromatic Colors of #222366
Black with #222366
Text Example
Text Example
White with #222366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222366; }
p { color: rgb(34,35,102); }
H1.HeaderClassName
{
color: #222366;
}
.AnyTagClassName
{
color: #222366;
}
</style>
background-color css
<style>
a { background-color: #222366; }
a { background-color: rgb(34,35,102); }
div.DivClassName
{
background-color: #222366;
}
.BgClassName
{
background-color: #222366;
}
</style>
border-color css
<style>
span { border-color: #222366; }
span { border-color: rgb(34,35,102); }
td.TdClassName
{
border-color: #222366;
}
.TagClassName
{
border-color: #222366;
}
</style>