Shades of Midnight Blue #222865
Tints of Midnight Blue #222865
RGB
CMYK
RGB Variations
Color information
#222865 (or 0x222865) is known color: Midnight Blue. HEX triplet: 22, 28 and 65. RGB value is (34,40,101). Sum of RGB (Red+Green+Blue) = 34+40+101=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #222865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222865 is #DDD79A. Grayscale: #2C2C2C. Windows color (decimal): -14538651 or 6629410. OLE color: 6629410.
HSL color Cylindrical-coordinate representation of color #222865: hue angle of 234.63º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222865 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 40 | 101 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.60 |
| HSL | 234.63º | 0.5% | 0.26% | - |
| HSV(B) | 234.63º | 0.66% | 0.4% | - |
| XYZ | 3.77 | 2.8 | 12.65 | - |
| YUV | 45.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 101 | 0.66 | 0.60 | 0 | 0.60 | 234.63 | 0.5 | 0.26 |
| Hex | 22 | 28 | 65 | 42 | 3C | 0 | 3C | EB | 32 | 1A |
| Octal | 42 | 50 | 145 | 102 | 74 | 0 | 74 | 353 | 62 | 32 |
| Binary | 100010 | 101000 | 1100101 | 1000010 | 111100 | 0 | 111100 | 11101011 | 110010 | 11010 |
Color Harmonies of #222865
Complementary color
Monochromatic Colors of #222865
Black with #222865
Text Example
Text Example
White with #222865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222865; }
p { color: rgb(34,40,101); }
H1.HeaderClassName
{
color: #222865;
}
.AnyTagClassName
{
color: #222865;
}
</style>
background-color css
<style>
a { background-color: #222865; }
a { background-color: rgb(34,40,101); }
div.DivClassName
{
background-color: #222865;
}
.BgClassName
{
background-color: #222865;
}
</style>
border-color css
<style>
span { border-color: #222865; }
span { border-color: rgb(34,40,101); }
td.TdClassName
{
border-color: #222865;
}
.TagClassName
{
border-color: #222865;
}
</style>