Shades of Midnight Blue #22247E
Tints of Midnight Blue #22247E
RGB
CMYK
RGB Variations
Color information
#22247E (or 0x22247E) is known color: Midnight Blue. HEX triplet: 22, 24 and 7E. RGB value is (34,36,126). Sum of RGB (Red+Green+Blue) = 34+36+126=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #22247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22247E is #DDDB81. Grayscale: #2D2D2D. Windows color (decimal): -14539650 or 8266786. OLE color: 8266786.
HSL color Cylindrical-coordinate representation of color #22247E: hue angle of 238.7º 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 #22247E is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 36 | 126 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.51 |
| HSL | 238.7º | 0.58% | 0.31% | - |
| HSV(B) | 238.7º | 0.73% | 0.49% | - |
| XYZ | 5.06 | 3.11 | 20.07 | - |
| YUV | 45.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 126 | 0.73 | 0.71 | 0 | 0.51 | 238.7 | 0.58 | 0.31 |
| Hex | 22 | 24 | 7E | 49 | 47 | 0 | 33 | EF | 3A | 1F |
| Octal | 42 | 44 | 176 | 111 | 107 | 0 | 63 | 357 | 72 | 37 |
| Binary | 100010 | 100100 | 1111110 | 1001001 | 1000111 | 0 | 110011 | 11101111 | 111010 | 11111 |
Color Harmonies of #22247E
Complementary color
Monochromatic Colors of #22247E
Black with #22247E
Text Example
Text Example
White with #22247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22247E; }
p { color: rgb(34,36,126); }
H1.HeaderClassName
{
color: #22247E;
}
.AnyTagClassName
{
color: #22247E;
}
</style>
background-color css
<style>
a { background-color: #22247E; }
a { background-color: rgb(34,36,126); }
div.DivClassName
{
background-color: #22247E;
}
.BgClassName
{
background-color: #22247E;
}
</style>
border-color css
<style>
span { border-color: #22247E; }
span { border-color: rgb(34,36,126); }
td.TdClassName
{
border-color: #22247E;
}
.TagClassName
{
border-color: #22247E;
}
</style>