Shades of Midnight Blue #221561
Tints of Midnight Blue #221561
RGB
CMYK
RGB Variations
Color information
#221561 (or 0x221561) is known color: Midnight Blue. HEX triplet: 22, 15 and 61. RGB value is (34,21,97). Sum of RGB (Red+Green+Blue) = 34+21+97=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #221561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221561 is #DDEA9E. Grayscale: #212121. Windows color (decimal): -14543519 or 6362402. OLE color: 6362402.
HSL color Cylindrical-coordinate representation of color #221561: hue angle of 250.26º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221561 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 21 | 97 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.62 |
| HSL | 250.26º | 0.64% | 0.23% | - |
| HSV(B) | 250.26º | 0.78% | 0.38% | - |
| XYZ | 3.09 | 1.74 | 11.48 | - |
| YUV | 33.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 97 | 0.65 | 0.78 | 0 | 0.62 | 250.26 | 0.64 | 0.23 |
| Hex | 22 | 15 | 61 | 41 | 4E | 0 | 3E | FA | 40 | 17 |
| Octal | 42 | 25 | 141 | 101 | 116 | 0 | 76 | 372 | 100 | 27 |
| Binary | 100010 | 10101 | 1100001 | 1000001 | 1001110 | 0 | 111110 | 11111010 | 1000000 | 10111 |
Color Harmonies of #221561
Complementary color
Monochromatic Colors of #221561
Black with #221561
Text Example
Text Example
White with #221561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221561; }
p { color: rgb(34,21,97); }
H1.HeaderClassName
{
color: #221561;
}
.AnyTagClassName
{
color: #221561;
}
</style>
background-color css
<style>
a { background-color: #221561; }
a { background-color: rgb(34,21,97); }
div.DivClassName
{
background-color: #221561;
}
.BgClassName
{
background-color: #221561;
}
</style>
border-color css
<style>
span { border-color: #221561; }
span { border-color: rgb(34,21,97); }
td.TdClassName
{
border-color: #221561;
}
.TagClassName
{
border-color: #221561;
}
</style>