Shades of Midnight Blue #22277E
Tints of Midnight Blue #22277E
RGB
CMYK
RGB Variations
Color information
#22277E (or 0x22277E) is known color: Midnight Blue. HEX triplet: 22, 27 and 7E. RGB value is (34,39,126). Sum of RGB (Red+Green+Blue) = 34+39+126=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #22277E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22277E is #DDD881. Grayscale: #2F2F2F. Windows color (decimal): -14538882 or 8267554. OLE color: 8267554.
HSL color Cylindrical-coordinate representation of color #22277E: hue angle of 236.74º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22277E is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 39 | 126 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.51 |
| HSL | 236.74º | 0.58% | 0.31% | - |
| HSV(B) | 236.74º | 0.73% | 0.49% | - |
| XYZ | 5.15 | 3.3 | 20.1 | - |
| YUV | 47.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 126 | 0.73 | 0.69 | 0 | 0.51 | 236.74 | 0.58 | 0.31 |
| Hex | 22 | 27 | 7E | 49 | 45 | 0 | 33 | ED | 3A | 1F |
| Octal | 42 | 47 | 176 | 111 | 105 | 0 | 63 | 355 | 72 | 37 |
| Binary | 100010 | 100111 | 1111110 | 1001001 | 1000101 | 0 | 110011 | 11101101 | 111010 | 11111 |
Color Harmonies of #22277E
Complementary color
Monochromatic Colors of #22277E
Black with #22277E
Text Example
Text Example
White with #22277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22277E; }
p { color: rgb(34,39,126); }
H1.HeaderClassName
{
color: #22277E;
}
.AnyTagClassName
{
color: #22277E;
}
</style>
background-color css
<style>
a { background-color: #22277E; }
a { background-color: rgb(34,39,126); }
div.DivClassName
{
background-color: #22277E;
}
.BgClassName
{
background-color: #22277E;
}
</style>
border-color css
<style>
span { border-color: #22277E; }
span { border-color: rgb(34,39,126); }
td.TdClassName
{
border-color: #22277E;
}
.TagClassName
{
border-color: #22277E;
}
</style>