Shades of Midnight Blue #22217A
Tints of Midnight Blue #22217A
RGB
CMYK
RGB Variations
Color information
#22217A (or 0x22217A) is known color: Midnight Blue. HEX triplet: 22, 21 and 7A. RGB value is (34,33,122). Sum of RGB (Red+Green+Blue) = 34+33+122=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #22217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22217A is #DDDE85. Grayscale: #2B2B2B. Windows color (decimal): -14540422 or 8003874. OLE color: 8003874.
HSL color Cylindrical-coordinate representation of color #22217A: hue angle of 240.67º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22217A is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 33 | 122 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.52 |
| HSL | 240.67º | 0.57% | 0.3% | - |
| HSV(B) | 240.67º | 0.73% | 0.48% | - |
| XYZ | 4.72 | 2.83 | 18.71 | - |
| YUV | 43.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 33 | 122 | 0.72 | 0.73 | 0 | 0.52 | 240.67 | 0.57 | 0.3 |
| Hex | 22 | 21 | 7A | 48 | 49 | 0 | 34 | F1 | 39 | 1E |
| Octal | 42 | 41 | 172 | 110 | 111 | 0 | 64 | 361 | 71 | 36 |
| Binary | 100010 | 100001 | 1111010 | 1001000 | 1001001 | 0 | 110100 | 11110001 | 111001 | 11110 |
Color Harmonies of #22217A
Complementary color
Monochromatic Colors of #22217A
Black with #22217A
Text Example
Text Example
White with #22217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22217A; }
p { color: rgb(34,33,122); }
H1.HeaderClassName
{
color: #22217A;
}
.AnyTagClassName
{
color: #22217A;
}
</style>
background-color css
<style>
a { background-color: #22217A; }
a { background-color: rgb(34,33,122); }
div.DivClassName
{
background-color: #22217A;
}
.BgClassName
{
background-color: #22217A;
}
</style>
border-color css
<style>
span { border-color: #22217A; }
span { border-color: rgb(34,33,122); }
td.TdClassName
{
border-color: #22217A;
}
.TagClassName
{
border-color: #22217A;
}
</style>