Shades of Midnight Blue #222678
Tints of Midnight Blue #222678
RGB
CMYK
RGB Variations
Color information
#222678 (or 0x222678) is known color: Midnight Blue. HEX triplet: 22, 26 and 78. RGB value is (34,38,120). Sum of RGB (Red+Green+Blue) = 34+38+120=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #222678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222678 is #DDD987. Grayscale: #2D2D2D. Windows color (decimal): -14539144 or 7874082. OLE color: 7874082.
HSL color Cylindrical-coordinate representation of color #222678: hue angle of 237.21º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222678 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 38 | 120 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.53 |
| HSL | 237.21º | 0.56% | 0.3% | - |
| HSV(B) | 237.21º | 0.72% | 0.47% | - |
| XYZ | 4.74 | 3.08 | 18.11 | - |
| YUV | 46.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 120 | 0.72 | 0.68 | 0 | 0.53 | 237.21 | 0.56 | 0.3 |
| Hex | 22 | 26 | 78 | 48 | 44 | 0 | 35 | ED | 38 | 1E |
| Octal | 42 | 46 | 170 | 110 | 104 | 0 | 65 | 355 | 70 | 36 |
| Binary | 100010 | 100110 | 1111000 | 1001000 | 1000100 | 0 | 110101 | 11101101 | 111000 | 11110 |
Color Harmonies of #222678
Complementary color
Monochromatic Colors of #222678
Black with #222678
Text Example
Text Example
White with #222678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222678; }
p { color: rgb(34,38,120); }
H1.HeaderClassName
{
color: #222678;
}
.AnyTagClassName
{
color: #222678;
}
</style>
background-color css
<style>
a { background-color: #222678; }
a { background-color: rgb(34,38,120); }
div.DivClassName
{
background-color: #222678;
}
.BgClassName
{
background-color: #222678;
}
</style>
border-color css
<style>
span { border-color: #222678; }
span { border-color: rgb(34,38,120); }
td.TdClassName
{
border-color: #222678;
}
.TagClassName
{
border-color: #222678;
}
</style>