Shades of Midnight Blue #222465
Tints of Midnight Blue #222465
RGB
CMYK
RGB Variations
Color information
#222465 (or 0x222465) is known color: Midnight Blue. HEX triplet: 22, 24 and 65. RGB value is (34,36,101). Sum of RGB (Red+Green+Blue) = 34+36+101=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #222465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222465 is #DDDB9A. Grayscale: #2A2A2A. Windows color (decimal): -14539675 or 6628386. OLE color: 6628386.
HSL color Cylindrical-coordinate representation of color #222465: hue angle of 238.21º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222465 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 36 | 101 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.60 |
| HSL | 238.21º | 0.5% | 0.26% | - |
| HSV(B) | 238.21º | 0.66% | 0.4% | - |
| XYZ | 3.64 | 2.54 | 12.61 | - |
| YUV | 42.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 101 | 0.66 | 0.64 | 0 | 0.60 | 238.21 | 0.5 | 0.26 |
| Hex | 22 | 24 | 65 | 42 | 40 | 0 | 3C | EE | 32 | 1A |
| Octal | 42 | 44 | 145 | 102 | 100 | 0 | 74 | 356 | 62 | 32 |
| Binary | 100010 | 100100 | 1100101 | 1000010 | 1000000 | 0 | 111100 | 11101110 | 110010 | 11010 |
Color Harmonies of #222465
Complementary color
Monochromatic Colors of #222465
Black with #222465
Text Example
Text Example
White with #222465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222465; }
p { color: rgb(34,36,101); }
H1.HeaderClassName
{
color: #222465;
}
.AnyTagClassName
{
color: #222465;
}
</style>
background-color css
<style>
a { background-color: #222465; }
a { background-color: rgb(34,36,101); }
div.DivClassName
{
background-color: #222465;
}
.BgClassName
{
background-color: #222465;
}
</style>
border-color css
<style>
span { border-color: #222465; }
span { border-color: rgb(34,36,101); }
td.TdClassName
{
border-color: #222465;
}
.TagClassName
{
border-color: #222465;
}
</style>