Shades of Midnight Blue #222267
Tints of Midnight Blue #222267
RGB
CMYK
RGB Variations
Color information
#222267 (or 0x222267) is known color: Midnight Blue. HEX triplet: 22, 22 and 67. RGB value is (34,34,103). Sum of RGB (Red+Green+Blue) = 34+34+103=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #222267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222267 is #DDDD98. Grayscale: #292929. Windows color (decimal): -14540185 or 6758946. OLE color: 6758946.
HSL color Cylindrical-coordinate representation of color #222267: hue angle of 240º 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 #222267 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 34 | 103 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.60 |
| HSL | 240º | 0.5% | 0.27% | - |
| HSV(B) | 240º | 0.67% | 0.4% | - |
| XYZ | 3.68 | 2.46 | 13.11 | - |
| YUV | 41.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 34 | 103 | 0.67 | 0.67 | 0 | 0.60 | 240 | 0.5 | 0.27 |
| Hex | 22 | 22 | 67 | 43 | 43 | 0 | 3C | F0 | 32 | 1B |
| Octal | 42 | 42 | 147 | 103 | 103 | 0 | 74 | 360 | 62 | 33 |
| Binary | 100010 | 100010 | 1100111 | 1000011 | 1000011 | 0 | 111100 | 11110000 | 110010 | 11011 |
Color Harmonies of #222267
Complementary color
Monochromatic Colors of #222267
Black with #222267
Text Example
Text Example
White with #222267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222267; }
p { color: rgb(34,34,103); }
H1.HeaderClassName
{
color: #222267;
}
.AnyTagClassName
{
color: #222267;
}
</style>
background-color css
<style>
a { background-color: #222267; }
a { background-color: rgb(34,34,103); }
div.DivClassName
{
background-color: #222267;
}
.BgClassName
{
background-color: #222267;
}
</style>
border-color css
<style>
span { border-color: #222267; }
span { border-color: rgb(34,34,103); }
td.TdClassName
{
border-color: #222267;
}
.TagClassName
{
border-color: #222267;
}
</style>