Shades of Midnight Blue #221361
Tints of Midnight Blue #221361
RGB
CMYK
RGB Variations
Color information
#221361 (or 0x221361) is known color: Midnight Blue. HEX triplet: 22, 13 and 61. RGB value is (34,19,97). Sum of RGB (Red+Green+Blue) = 34+19+97=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #221361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221361 is #DDEC9E. Grayscale: #202020. Windows color (decimal): -14544031 or 6361890. OLE color: 6361890.
HSL color Cylindrical-coordinate representation of color #221361: hue angle of 251.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221361 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 19 | 97 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.62 |
| HSL | 251.54º | 0.67% | 0.23% | - |
| HSV(B) | 251.54º | 0.8% | 0.38% | - |
| XYZ | 3.05 | 1.67 | 11.47 | - |
| YUV | 32.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 97 | 0.65 | 0.80 | 0 | 0.62 | 251.54 | 0.67 | 0.23 |
| Hex | 22 | 13 | 61 | 41 | 50 | 0 | 3E | FC | 43 | 17 |
| Octal | 42 | 23 | 141 | 101 | 120 | 0 | 76 | 374 | 103 | 27 |
| Binary | 100010 | 10011 | 1100001 | 1000001 | 1010000 | 0 | 111110 | 11111100 | 1000011 | 10111 |
Color Harmonies of #221361
Complementary color
Monochromatic Colors of #221361
Black with #221361
Text Example
Text Example
White with #221361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221361; }
p { color: rgb(34,19,97); }
H1.HeaderClassName
{
color: #221361;
}
.AnyTagClassName
{
color: #221361;
}
</style>
background-color css
<style>
a { background-color: #221361; }
a { background-color: rgb(34,19,97); }
div.DivClassName
{
background-color: #221361;
}
.BgClassName
{
background-color: #221361;
}
</style>
border-color css
<style>
span { border-color: #221361; }
span { border-color: rgb(34,19,97); }
td.TdClassName
{
border-color: #221361;
}
.TagClassName
{
border-color: #221361;
}
</style>