Shades of Midnight Blue #22207D
Tints of Midnight Blue #22207D
RGB
CMYK
RGB Variations
Color information
#22207D (or 0x22207D) is known color: Midnight Blue. HEX triplet: 22, 20 and 7D. RGB value is (34,32,125). Sum of RGB (Red+Green+Blue) = 34+32+125=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #22207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22207D is #DDDF82. Grayscale: #2A2A2A. Windows color (decimal): -14540675 or 8200226. OLE color: 8200226.
HSL color Cylindrical-coordinate representation of color #22207D: hue angle of 241.29º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22207D is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 32 | 125 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.51 |
| HSL | 241.29º | 0.59% | 0.31% | - |
| HSV(B) | 241.29º | 0.74% | 0.49% | - |
| XYZ | 4.88 | 2.85 | 19.7 | - |
| YUV | 43.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 125 | 0.73 | 0.74 | 0 | 0.51 | 241.29 | 0.59 | 0.31 |
| Hex | 22 | 20 | 7D | 49 | 4A | 0 | 33 | F1 | 3B | 1F |
| Octal | 42 | 40 | 175 | 111 | 112 | 0 | 63 | 361 | 73 | 37 |
| Binary | 100010 | 100000 | 1111101 | 1001001 | 1001010 | 0 | 110011 | 11110001 | 111011 | 11111 |
Color Harmonies of #22207D
Complementary color
Monochromatic Colors of #22207D
Black with #22207D
Text Example
Text Example
White with #22207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22207D; }
p { color: rgb(34,32,125); }
H1.HeaderClassName
{
color: #22207D;
}
.AnyTagClassName
{
color: #22207D;
}
</style>
background-color css
<style>
a { background-color: #22207D; }
a { background-color: rgb(34,32,125); }
div.DivClassName
{
background-color: #22207D;
}
.BgClassName
{
background-color: #22207D;
}
</style>
border-color css
<style>
span { border-color: #22207D; }
span { border-color: rgb(34,32,125); }
td.TdClassName
{
border-color: #22207D;
}
.TagClassName
{
border-color: #22207D;
}
</style>