Shades of Midnight Blue #22287F
Tints of Midnight Blue #22287F
RGB
CMYK
RGB Variations
Color information
#22287F (or 0x22287F) is known color: Midnight Blue. HEX triplet: 22, 28 and 7F. RGB value is (34,40,127). Sum of RGB (Red+Green+Blue) = 34+40+127=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #22287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22287F is #DDD780. Grayscale: #2F2F2F. Windows color (decimal): -14538625 or 8333346. OLE color: 8333346.
HSL color Cylindrical-coordinate representation of color #22287F: hue angle of 236.13º 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 #22287F is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 40 | 127 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.50 |
| HSL | 236.13º | 0.58% | 0.32% | - |
| HSV(B) | 236.13º | 0.73% | 0.5% | - |
| XYZ | 5.25 | 3.39 | 20.46 | - |
| YUV | 48.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 127 | 0.73 | 0.69 | 0 | 0.50 | 236.13 | 0.58 | 0.32 |
| Hex | 22 | 28 | 7F | 49 | 45 | 0 | 32 | EC | 3A | 20 |
| Octal | 42 | 50 | 177 | 111 | 105 | 0 | 62 | 354 | 72 | 40 |
| Binary | 100010 | 101000 | 1111111 | 1001001 | 1000101 | 0 | 110010 | 11101100 | 111010 | 100000 |
Color Harmonies of #22287F
Complementary color
Monochromatic Colors of #22287F
Black with #22287F
Text Example
Text Example
White with #22287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22287F; }
p { color: rgb(34,40,127); }
H1.HeaderClassName
{
color: #22287F;
}
.AnyTagClassName
{
color: #22287F;
}
</style>
background-color css
<style>
a { background-color: #22287F; }
a { background-color: rgb(34,40,127); }
div.DivClassName
{
background-color: #22287F;
}
.BgClassName
{
background-color: #22287F;
}
</style>
border-color css
<style>
span { border-color: #22287F; }
span { border-color: rgb(34,40,127); }
td.TdClassName
{
border-color: #22287F;
}
.TagClassName
{
border-color: #22287F;
}
</style>