Shades of Midnight Blue #222B6E
Tints of Midnight Blue #222B6E
RGB
CMYK
RGB Variations
Color information
#222B6E (or 0x222B6E) is known color: Midnight Blue. HEX triplet: 22, 2B and 6E. RGB value is (34,43,110). Sum of RGB (Red+Green+Blue) = 34+43+110=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #222B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B6E is #DDD491. Grayscale: #2F2F2F. Windows color (decimal): -14537874 or 7220002. OLE color: 7220002.
HSL color Cylindrical-coordinate representation of color #222B6E: hue angle of 232.89º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #222B6E is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 43 | 110 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.57 |
| HSL | 232.89º | 0.53% | 0.28% | - |
| HSV(B) | 232.89º | 0.69% | 0.43% | - |
| XYZ | 4.34 | 3.19 | 15.14 | - |
| YUV | 47.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 110 | 0.69 | 0.61 | 0 | 0.57 | 232.89 | 0.53 | 0.28 |
| Hex | 22 | 2B | 6E | 45 | 3D | 0 | 39 | E9 | 35 | 1C |
| Octal | 42 | 53 | 156 | 105 | 75 | 0 | 71 | 351 | 65 | 34 |
| Binary | 100010 | 101011 | 1101110 | 1000101 | 111101 | 0 | 111001 | 11101001 | 110101 | 11100 |
Color Harmonies of #222B6E
Complementary color
Monochromatic Colors of #222B6E
Black with #222B6E
Text Example
Text Example
White with #222B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B6E; }
p { color: rgb(34,43,110); }
H1.HeaderClassName
{
color: #222B6E;
}
.AnyTagClassName
{
color: #222B6E;
}
</style>
background-color css
<style>
a { background-color: #222B6E; }
a { background-color: rgb(34,43,110); }
div.DivClassName
{
background-color: #222B6E;
}
.BgClassName
{
background-color: #222B6E;
}
</style>
border-color css
<style>
span { border-color: #222B6E; }
span { border-color: rgb(34,43,110); }
td.TdClassName
{
border-color: #222B6E;
}
.TagClassName
{
border-color: #222B6E;
}
</style>