Shades of Midnight Blue #22296E
Tints of Midnight Blue #22296E
RGB
CMYK
RGB Variations
Color information
#22296E (or 0x22296E) is known color: Midnight Blue. HEX triplet: 22, 29 and 6E. RGB value is (34,41,110). Sum of RGB (Red+Green+Blue) = 34+41+110=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #22296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22296E is #DDD691. Grayscale: #2E2E2E. Windows color (decimal): -14538386 or 7219490. OLE color: 7219490.
HSL color Cylindrical-coordinate representation of color #22296E: hue angle of 234.47º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22296E is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 41 | 110 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.57 |
| HSL | 234.47º | 0.53% | 0.28% | - |
| HSV(B) | 234.47º | 0.69% | 0.43% | - |
| XYZ | 4.27 | 3.05 | 15.12 | - |
| YUV | 46.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 110 | 0.69 | 0.63 | 0 | 0.57 | 234.47 | 0.53 | 0.28 |
| Hex | 22 | 29 | 6E | 45 | 3F | 0 | 39 | EA | 35 | 1C |
| Octal | 42 | 51 | 156 | 105 | 77 | 0 | 71 | 352 | 65 | 34 |
| Binary | 100010 | 101001 | 1101110 | 1000101 | 111111 | 0 | 111001 | 11101010 | 110101 | 11100 |
Color Harmonies of #22296E
Complementary color
Monochromatic Colors of #22296E
Black with #22296E
Text Example
Text Example
White with #22296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22296E; }
p { color: rgb(34,41,110); }
H1.HeaderClassName
{
color: #22296E;
}
.AnyTagClassName
{
color: #22296E;
}
</style>
background-color css
<style>
a { background-color: #22296E; }
a { background-color: rgb(34,41,110); }
div.DivClassName
{
background-color: #22296E;
}
.BgClassName
{
background-color: #22296E;
}
</style>
border-color css
<style>
span { border-color: #22296E; }
span { border-color: rgb(34,41,110); }
td.TdClassName
{
border-color: #22296E;
}
.TagClassName
{
border-color: #22296E;
}
</style>