Shades of Midnight Blue #22267F
Tints of Midnight Blue #22267F
RGB
CMYK
RGB Variations
Color information
#22267F (or 0x22267F) is known color: Midnight Blue. HEX triplet: 22, 26 and 7F. RGB value is (34,38,127). Sum of RGB (Red+Green+Blue) = 34+38+127=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #22267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22267F is #DDD980. Grayscale: #2E2E2E. Windows color (decimal): -14539137 or 8332834. OLE color: 8332834.
HSL color Cylindrical-coordinate representation of color #22267F: hue angle of 237.42º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22267F is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 38 | 127 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.50 |
| HSL | 237.42º | 0.58% | 0.32% | - |
| HSV(B) | 237.42º | 0.73% | 0.5% | - |
| XYZ | 5.18 | 3.26 | 20.43 | - |
| YUV | 46.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 127 | 0.73 | 0.70 | 0 | 0.50 | 237.42 | 0.58 | 0.32 |
| Hex | 22 | 26 | 7F | 49 | 46 | 0 | 32 | ED | 3A | 20 |
| Octal | 42 | 46 | 177 | 111 | 106 | 0 | 62 | 355 | 72 | 40 |
| Binary | 100010 | 100110 | 1111111 | 1001001 | 1000110 | 0 | 110010 | 11101101 | 111010 | 100000 |
Color Harmonies of #22267F
Complementary color
Monochromatic Colors of #22267F
Black with #22267F
Text Example
Text Example
White with #22267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22267F; }
p { color: rgb(34,38,127); }
H1.HeaderClassName
{
color: #22267F;
}
.AnyTagClassName
{
color: #22267F;
}
</style>
background-color css
<style>
a { background-color: #22267F; }
a { background-color: rgb(34,38,127); }
div.DivClassName
{
background-color: #22267F;
}
.BgClassName
{
background-color: #22267F;
}
</style>
border-color css
<style>
span { border-color: #22267F; }
span { border-color: rgb(34,38,127); }
td.TdClassName
{
border-color: #22267F;
}
.TagClassName
{
border-color: #22267F;
}
</style>