Shades of Tory Blue #224191
Tints of Tory Blue #224191
RGB
CMYK
RGB Variations
Color information
#224191 (or 0x224191) is known color: Tory Blue. HEX triplet: 22, 41 and 91. RGB value is (34,65,145). Sum of RGB (Red+Green+Blue) = 34+65+145=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #224191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224191 is #DDBE6E. Grayscale: #404040. Windows color (decimal): -14532207 or 9519394. OLE color: 9519394.
HSL color Cylindrical-coordinate representation of color #224191: hue angle of 223.24º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224191 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 65 | 145 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.43 |
| HSL | 223.24º | 0.62% | 0.35% | - |
| HSV(B) | 223.24º | 0.77% | 0.57% | - |
| XYZ | 7.66 | 6.17 | 27.57 | - |
| YUV | 64.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 145 | 0.77 | 0.55 | 0 | 0.43 | 223.24 | 0.62 | 0.35 |
| Hex | 22 | 41 | 91 | 4D | 37 | 0 | 2B | DF | 3E | 23 |
| Octal | 42 | 101 | 221 | 115 | 67 | 0 | 53 | 337 | 76 | 43 |
| Binary | 100010 | 1000001 | 10010001 | 1001101 | 110111 | 0 | 101011 | 11011111 | 111110 | 100011 |
Color Harmonies of #224191
Complementary color
Monochromatic Colors of #224191
Black with #224191
Text Example
Text Example
White with #224191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224191; }
p { color: rgb(34,65,145); }
H1.HeaderClassName
{
color: #224191;
}
.AnyTagClassName
{
color: #224191;
}
</style>
background-color css
<style>
a { background-color: #224191; }
a { background-color: rgb(34,65,145); }
div.DivClassName
{
background-color: #224191;
}
.BgClassName
{
background-color: #224191;
}
</style>
border-color css
<style>
span { border-color: #224191; }
span { border-color: rgb(34,65,145); }
td.TdClassName
{
border-color: #224191;
}
.TagClassName
{
border-color: #224191;
}
</style>