Shades of Midnight Blue #22277C
Tints of Midnight Blue #22277C
RGB
CMYK
RGB Variations
Color information
#22277C (or 0x22277C) is known color: Midnight Blue. HEX triplet: 22, 27 and 7C. RGB value is (34,39,124). Sum of RGB (Red+Green+Blue) = 34+39+124=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #22277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22277C is #DDD883. Grayscale: #2E2E2E. Windows color (decimal): -14538884 or 8136482. OLE color: 8136482.
HSL color Cylindrical-coordinate representation of color #22277C: hue angle of 236.67º 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 #22277C is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 39 | 124 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.51 |
| HSL | 236.67º | 0.57% | 0.31% | - |
| HSV(B) | 236.67º | 0.73% | 0.49% | - |
| XYZ | 5.02 | 3.25 | 19.43 | - |
| YUV | 47.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 124 | 0.73 | 0.69 | 0 | 0.51 | 236.67 | 0.57 | 0.31 |
| Hex | 22 | 27 | 7C | 49 | 45 | 0 | 33 | ED | 39 | 1F |
| Octal | 42 | 47 | 174 | 111 | 105 | 0 | 63 | 355 | 71 | 37 |
| Binary | 100010 | 100111 | 1111100 | 1001001 | 1000101 | 0 | 110011 | 11101101 | 111001 | 11111 |
Color Harmonies of #22277C
Complementary color
Monochromatic Colors of #22277C
Black with #22277C
Text Example
Text Example
White with #22277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22277C; }
p { color: rgb(34,39,124); }
H1.HeaderClassName
{
color: #22277C;
}
.AnyTagClassName
{
color: #22277C;
}
</style>
background-color css
<style>
a { background-color: #22277C; }
a { background-color: rgb(34,39,124); }
div.DivClassName
{
background-color: #22277C;
}
.BgClassName
{
background-color: #22277C;
}
</style>
border-color css
<style>
span { border-color: #22277C; }
span { border-color: rgb(34,39,124); }
td.TdClassName
{
border-color: #22277C;
}
.TagClassName
{
border-color: #22277C;
}
</style>