Shades of Midnight Blue #222B73
Tints of Midnight Blue #222B73
RGB
CMYK
RGB Variations
Color information
#222B73 (or 0x222B73) is known color: Midnight Blue. HEX triplet: 22, 2B and 73. RGB value is (34,43,115). Sum of RGB (Red+Green+Blue) = 34+43+115=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #222B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B73 is #DDD48C. Grayscale: #303030. Windows color (decimal): -14537869 or 7547682. OLE color: 7547682.
HSL color Cylindrical-coordinate representation of color #222B73: hue angle of 233.33º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #222B73 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 43 | 115 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.55 |
| HSL | 233.33º | 0.54% | 0.29% | - |
| HSV(B) | 233.33º | 0.7% | 0.45% | - |
| XYZ | 4.62 | 3.31 | 16.61 | - |
| YUV | 48.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 115 | 0.70 | 0.63 | 0 | 0.55 | 233.33 | 0.54 | 0.29 |
| Hex | 22 | 2B | 73 | 46 | 3F | 0 | 37 | E9 | 36 | 1D |
| Octal | 42 | 53 | 163 | 106 | 77 | 0 | 67 | 351 | 66 | 35 |
| Binary | 100010 | 101011 | 1110011 | 1000110 | 111111 | 0 | 110111 | 11101001 | 110110 | 11101 |
Color Harmonies of #222B73
Complementary color
Monochromatic Colors of #222B73
Black with #222B73
Text Example
Text Example
White with #222B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B73; }
p { color: rgb(34,43,115); }
H1.HeaderClassName
{
color: #222B73;
}
.AnyTagClassName
{
color: #222B73;
}
</style>
background-color css
<style>
a { background-color: #222B73; }
a { background-color: rgb(34,43,115); }
div.DivClassName
{
background-color: #222B73;
}
.BgClassName
{
background-color: #222B73;
}
</style>
border-color css
<style>
span { border-color: #222B73; }
span { border-color: rgb(34,43,115); }
td.TdClassName
{
border-color: #222B73;
}
.TagClassName
{
border-color: #222B73;
}
</style>