Shades of Midnight Blue #22286B
Tints of Midnight Blue #22286B
RGB
CMYK
RGB Variations
Color information
#22286B (or 0x22286B) is known color: Midnight Blue. HEX triplet: 22, 28 and 6B. RGB value is (34,40,107). Sum of RGB (Red+Green+Blue) = 34+40+107=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #22286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22286B is #DDD794. Grayscale: #2D2D2D. Windows color (decimal): -14538645 or 7022626. OLE color: 7022626.
HSL color Cylindrical-coordinate representation of color #22286B: hue angle of 235.07º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22286B is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 40 | 107 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.58 |
| HSL | 235.07º | 0.52% | 0.28% | - |
| HSV(B) | 235.07º | 0.68% | 0.42% | - |
| XYZ | 4.07 | 2.92 | 14.26 | - |
| YUV | 45.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 107 | 0.68 | 0.63 | 0 | 0.58 | 235.07 | 0.52 | 0.28 |
| Hex | 22 | 28 | 6B | 44 | 3F | 0 | 3A | EB | 34 | 1C |
| Octal | 42 | 50 | 153 | 104 | 77 | 0 | 72 | 353 | 64 | 34 |
| Binary | 100010 | 101000 | 1101011 | 1000100 | 111111 | 0 | 111010 | 11101011 | 110100 | 11100 |
Color Harmonies of #22286B
Complementary color
Monochromatic Colors of #22286B
Black with #22286B
Text Example
Text Example
White with #22286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22286B; }
p { color: rgb(34,40,107); }
H1.HeaderClassName
{
color: #22286B;
}
.AnyTagClassName
{
color: #22286B;
}
</style>
background-color css
<style>
a { background-color: #22286B; }
a { background-color: rgb(34,40,107); }
div.DivClassName
{
background-color: #22286B;
}
.BgClassName
{
background-color: #22286B;
}
</style>
border-color css
<style>
span { border-color: #22286B; }
span { border-color: rgb(34,40,107); }
td.TdClassName
{
border-color: #22286B;
}
.TagClassName
{
border-color: #22286B;
}
</style>