Shades of Midnight Blue #22278C
Tints of Midnight Blue #22278C
RGB
CMYK
RGB Variations
Color information
#22278C (or 0x22278C) is known color: Midnight Blue. HEX triplet: 22, 27 and 8C. RGB value is (34,39,140). Sum of RGB (Red+Green+Blue) = 34+39+140=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #22278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22278C is #DDD873. Grayscale: #303030. Windows color (decimal): -14538868 or 9185058. OLE color: 9185058.
HSL color Cylindrical-coordinate representation of color #22278C: hue angle of 237.17º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22278C is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 39 | 140 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.45 |
| HSL | 237.17º | 0.61% | 0.34% | - |
| HSV(B) | 237.17º | 0.76% | 0.55% | - |
| XYZ | 6.12 | 3.68 | 25.2 | - |
| YUV | 49.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 140 | 0.76 | 0.72 | 0 | 0.45 | 237.17 | 0.61 | 0.34 |
| Hex | 22 | 27 | 8C | 4C | 48 | 0 | 2D | ED | 3D | 22 |
| Octal | 42 | 47 | 214 | 114 | 110 | 0 | 55 | 355 | 75 | 42 |
| Binary | 100010 | 100111 | 10001100 | 1001100 | 1001000 | 0 | 101101 | 11101101 | 111101 | 100010 |
Color Harmonies of #22278C
Complementary color
Monochromatic Colors of #22278C
Black with #22278C
Text Example
Text Example
White with #22278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22278C; }
p { color: rgb(34,39,140); }
H1.HeaderClassName
{
color: #22278C;
}
.AnyTagClassName
{
color: #22278C;
}
</style>
background-color css
<style>
a { background-color: #22278C; }
a { background-color: rgb(34,39,140); }
div.DivClassName
{
background-color: #22278C;
}
.BgClassName
{
background-color: #22278C;
}
</style>
border-color css
<style>
span { border-color: #22278C; }
span { border-color: rgb(34,39,140); }
td.TdClassName
{
border-color: #22278C;
}
.TagClassName
{
border-color: #22278C;
}
</style>