Shades of Midnight Blue #22268A
Tints of Midnight Blue #22268A
RGB
CMYK
RGB Variations
Color information
#22268A (or 0x22268A) is known color: Midnight Blue. HEX triplet: 22, 26 and 8A. RGB value is (34,38,138). Sum of RGB (Red+Green+Blue) = 34+38+138=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #22268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22268A is #DDD975. Grayscale: #2F2F2F. Windows color (decimal): -14539126 or 9053730. OLE color: 9053730.
HSL color Cylindrical-coordinate representation of color #22268A: hue angle of 237.69º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22268A is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 38 | 138 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.46 |
| HSL | 237.69º | 0.6% | 0.34% | - |
| HSV(B) | 237.69º | 0.75% | 0.54% | - |
| XYZ | 5.94 | 3.56 | 24.42 | - |
| YUV | 48.2 | 178.67 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 138 | 0.75 | 0.72 | 0 | 0.46 | 237.69 | 0.6 | 0.34 |
| Hex | 22 | 26 | 8A | 4B | 48 | 0 | 2E | EE | 3C | 22 |
| Octal | 42 | 46 | 212 | 113 | 110 | 0 | 56 | 356 | 74 | 42 |
| Binary | 100010 | 100110 | 10001010 | 1001011 | 1001000 | 0 | 101110 | 11101110 | 111100 | 100010 |
Color Harmonies of #22268A
Complementary color
Monochromatic Colors of #22268A
Black with #22268A
Text Example
Text Example
White with #22268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22268A; }
p { color: rgb(34,38,138); }
H1.HeaderClassName
{
color: #22268A;
}
.AnyTagClassName
{
color: #22268A;
}
</style>
background-color css
<style>
a { background-color: #22268A; }
a { background-color: rgb(34,38,138); }
div.DivClassName
{
background-color: #22268A;
}
.BgClassName
{
background-color: #22268A;
}
</style>
border-color css
<style>
span { border-color: #22268A; }
span { border-color: rgb(34,38,138); }
td.TdClassName
{
border-color: #22268A;
}
.TagClassName
{
border-color: #22268A;
}
</style>