Shades of Midnight Blue #222B85
Tints of Midnight Blue #222B85
RGB
CMYK
RGB Variations
Color information
#222B85 (or 0x222B85) is known color: Midnight Blue. HEX triplet: 22, 2B and 85. RGB value is (34,43,133). Sum of RGB (Red+Green+Blue) = 34+43+133=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #222B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B85 is #DDD47A. Grayscale: #323232. Windows color (decimal): -14537851 or 8727330. OLE color: 8727330.
HSL color Cylindrical-coordinate representation of color #222B85: hue angle of 234.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222B85 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 43 | 133 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.48 |
| HSL | 234.55º | 0.59% | 0.33% | - |
| HSV(B) | 234.55º | 0.74% | 0.52% | - |
| XYZ | 5.76 | 3.76 | 22.61 | - |
| YUV | 50.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 133 | 0.74 | 0.68 | 0 | 0.48 | 234.55 | 0.59 | 0.33 |
| Hex | 22 | 2B | 85 | 4A | 44 | 0 | 30 | EB | 3B | 21 |
| Octal | 42 | 53 | 205 | 112 | 104 | 0 | 60 | 353 | 73 | 41 |
| Binary | 100010 | 101011 | 10000101 | 1001010 | 1000100 | 0 | 110000 | 11101011 | 111011 | 100001 |
Color Harmonies of #222B85
Complementary color
Monochromatic Colors of #222B85
Black with #222B85
Text Example
Text Example
White with #222B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B85; }
p { color: rgb(34,43,133); }
H1.HeaderClassName
{
color: #222B85;
}
.AnyTagClassName
{
color: #222B85;
}
</style>
background-color css
<style>
a { background-color: #222B85; }
a { background-color: rgb(34,43,133); }
div.DivClassName
{
background-color: #222B85;
}
.BgClassName
{
background-color: #222B85;
}
</style>
border-color css
<style>
span { border-color: #222B85; }
span { border-color: rgb(34,43,133); }
td.TdClassName
{
border-color: #222B85;
}
.TagClassName
{
border-color: #222B85;
}
</style>