Shades of Midnight Blue #222382
Tints of Midnight Blue #222382
RGB
CMYK
RGB Variations
Color information
#222382 (or 0x222382) is known color: Midnight Blue. HEX triplet: 22, 23 and 82. RGB value is (34,35,130). Sum of RGB (Red+Green+Blue) = 34+35+130=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #222382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222382 is #DDDC7D. Grayscale: #2D2D2D. Windows color (decimal): -14539902 or 8528674. OLE color: 8528674.
HSL color Cylindrical-coordinate representation of color #222382: hue angle of 239.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222382 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 35 | 130 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.49 |
| HSL | 239.38º | 0.59% | 0.32% | - |
| HSV(B) | 239.38º | 0.74% | 0.51% | - |
| XYZ | 5.29 | 3.15 | 21.45 | - |
| YUV | 45.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 130 | 0.74 | 0.73 | 0 | 0.49 | 239.38 | 0.59 | 0.32 |
| Hex | 22 | 23 | 82 | 4A | 49 | 0 | 31 | EF | 3B | 20 |
| Octal | 42 | 43 | 202 | 112 | 111 | 0 | 61 | 357 | 73 | 40 |
| Binary | 100010 | 100011 | 10000010 | 1001010 | 1001001 | 0 | 110001 | 11101111 | 111011 | 100000 |
Color Harmonies of #222382
Complementary color
Monochromatic Colors of #222382
Black with #222382
Text Example
Text Example
White with #222382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222382; }
p { color: rgb(34,35,130); }
H1.HeaderClassName
{
color: #222382;
}
.AnyTagClassName
{
color: #222382;
}
</style>
background-color css
<style>
a { background-color: #222382; }
a { background-color: rgb(34,35,130); }
div.DivClassName
{
background-color: #222382;
}
.BgClassName
{
background-color: #222382;
}
</style>
border-color css
<style>
span { border-color: #222382; }
span { border-color: rgb(34,35,130); }
td.TdClassName
{
border-color: #222382;
}
.TagClassName
{
border-color: #222382;
}
</style>