Shades of Midnight Blue #222867
Tints of Midnight Blue #222867
RGB
CMYK
RGB Variations
Color information
#222867 (or 0x222867) is known color: Midnight Blue. HEX triplet: 22, 28 and 67. RGB value is (34,40,103). Sum of RGB (Red+Green+Blue) = 34+40+103=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #222867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222867 is #DDD798. Grayscale: #2D2D2D. Windows color (decimal): -14538649 or 6760482. OLE color: 6760482.
HSL color Cylindrical-coordinate representation of color #222867: hue angle of 234.78º 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 #222867 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 40 | 103 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.60 |
| HSL | 234.78º | 0.5% | 0.27% | - |
| HSV(B) | 234.78º | 0.67% | 0.4% | - |
| XYZ | 3.87 | 2.84 | 13.18 | - |
| YUV | 45.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 103 | 0.67 | 0.61 | 0 | 0.60 | 234.78 | 0.5 | 0.27 |
| Hex | 22 | 28 | 67 | 43 | 3D | 0 | 3C | EB | 32 | 1B |
| Octal | 42 | 50 | 147 | 103 | 75 | 0 | 74 | 353 | 62 | 33 |
| Binary | 100010 | 101000 | 1100111 | 1000011 | 111101 | 0 | 111100 | 11101011 | 110010 | 11011 |
Color Harmonies of #222867
Complementary color
Monochromatic Colors of #222867
Black with #222867
Text Example
Text Example
White with #222867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222867; }
p { color: rgb(34,40,103); }
H1.HeaderClassName
{
color: #222867;
}
.AnyTagClassName
{
color: #222867;
}
</style>
background-color css
<style>
a { background-color: #222867; }
a { background-color: rgb(34,40,103); }
div.DivClassName
{
background-color: #222867;
}
.BgClassName
{
background-color: #222867;
}
</style>
border-color css
<style>
span { border-color: #222867; }
span { border-color: rgb(34,40,103); }
td.TdClassName
{
border-color: #222867;
}
.TagClassName
{
border-color: #222867;
}
</style>