Shades of Midnight Blue #222665
Tints of Midnight Blue #222665
RGB
CMYK
RGB Variations
Color information
#222665 (or 0x222665) is known color: Midnight Blue. HEX triplet: 22, 26 and 65. RGB value is (34,38,101). Sum of RGB (Red+Green+Blue) = 34+38+101=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #222665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222665 is #DDD99A. Grayscale: #2B2B2B. Windows color (decimal): -14539163 or 6628898. OLE color: 6628898.
HSL color Cylindrical-coordinate representation of color #222665: hue angle of 236.42º 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 #222665 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 38 | 101 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.60 |
| HSL | 236.42º | 0.5% | 0.26% | - |
| HSV(B) | 236.42º | 0.66% | 0.4% | - |
| XYZ | 3.7 | 2.67 | 12.63 | - |
| YUV | 43.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 101 | 0.66 | 0.62 | 0 | 0.60 | 236.42 | 0.5 | 0.26 |
| Hex | 22 | 26 | 65 | 42 | 3E | 0 | 3C | EC | 32 | 1A |
| Octal | 42 | 46 | 145 | 102 | 76 | 0 | 74 | 354 | 62 | 32 |
| Binary | 100010 | 100110 | 1100101 | 1000010 | 111110 | 0 | 111100 | 11101100 | 110010 | 11010 |
Color Harmonies of #222665
Complementary color
Monochromatic Colors of #222665
Black with #222665
Text Example
Text Example
White with #222665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222665; }
p { color: rgb(34,38,101); }
H1.HeaderClassName
{
color: #222665;
}
.AnyTagClassName
{
color: #222665;
}
</style>
background-color css
<style>
a { background-color: #222665; }
a { background-color: rgb(34,38,101); }
div.DivClassName
{
background-color: #222665;
}
.BgClassName
{
background-color: #222665;
}
</style>
border-color css
<style>
span { border-color: #222665; }
span { border-color: rgb(34,38,101); }
td.TdClassName
{
border-color: #222665;
}
.TagClassName
{
border-color: #222665;
}
</style>