Shades of Midnight Blue #222B8A
Tints of Midnight Blue #222B8A
RGB
CMYK
RGB Variations
Color information
#222B8A (or 0x222B8A) is known color: Midnight Blue. HEX triplet: 22, 2B and 8A. RGB value is (34,43,138). Sum of RGB (Red+Green+Blue) = 34+43+138=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #222B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B8A is #DDD475. Grayscale: #323232. Windows color (decimal): -14537846 or 9055010. OLE color: 9055010.
HSL color Cylindrical-coordinate representation of color #222B8A: hue angle of 234.81º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222B8A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 43 | 138 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.46 |
| HSL | 234.81º | 0.6% | 0.34% | - |
| HSV(B) | 234.81º | 0.75% | 0.54% | - |
| XYZ | 6.11 | 3.9 | 24.48 | - |
| YUV | 51.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 138 | 0.75 | 0.69 | 0 | 0.46 | 234.81 | 0.6 | 0.34 |
| Hex | 22 | 2B | 8A | 4B | 45 | 0 | 2E | EB | 3C | 22 |
| Octal | 42 | 53 | 212 | 113 | 105 | 0 | 56 | 353 | 74 | 42 |
| Binary | 100010 | 101011 | 10001010 | 1001011 | 1000101 | 0 | 101110 | 11101011 | 111100 | 100010 |
Color Harmonies of #222B8A
Complementary color
Monochromatic Colors of #222B8A
Black with #222B8A
Text Example
Text Example
White with #222B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B8A; }
p { color: rgb(34,43,138); }
H1.HeaderClassName
{
color: #222B8A;
}
.AnyTagClassName
{
color: #222B8A;
}
</style>
background-color css
<style>
a { background-color: #222B8A; }
a { background-color: rgb(34,43,138); }
div.DivClassName
{
background-color: #222B8A;
}
.BgClassName
{
background-color: #222B8A;
}
</style>
border-color css
<style>
span { border-color: #222B8A; }
span { border-color: rgb(34,43,138); }
td.TdClassName
{
border-color: #222B8A;
}
.TagClassName
{
border-color: #222B8A;
}
</style>