Shades of Tory Blue #224290
Tints of Tory Blue #224290
RGB
CMYK
RGB Variations
Color information
#224290 (or 0x224290) is known color: Tory Blue. HEX triplet: 22, 42 and 90. RGB value is (34,66,144). Sum of RGB (Red+Green+Blue) = 34+66+144=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #224290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224290 is #DDBD6F. Grayscale: #404040. Windows color (decimal): -14531952 or 9454114. OLE color: 9454114.
HSL color Cylindrical-coordinate representation of color #224290: hue angle of 222.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224290 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 66 | 144 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.44 |
| HSL | 222.55º | 0.62% | 0.35% | - |
| HSV(B) | 222.55º | 0.76% | 0.56% | - |
| XYZ | 7.64 | 6.25 | 27.19 | - |
| YUV | 65.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 144 | 0.76 | 0.54 | 0 | 0.44 | 222.55 | 0.62 | 0.35 |
| Hex | 22 | 42 | 90 | 4C | 36 | 0 | 2C | DF | 3E | 23 |
| Octal | 42 | 102 | 220 | 114 | 66 | 0 | 54 | 337 | 76 | 43 |
| Binary | 100010 | 1000010 | 10010000 | 1001100 | 110110 | 0 | 101100 | 11011111 | 111110 | 100011 |
Color Harmonies of #224290
Complementary color
Monochromatic Colors of #224290
Black with #224290
Text Example
Text Example
White with #224290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224290; }
p { color: rgb(34,66,144); }
H1.HeaderClassName
{
color: #224290;
}
.AnyTagClassName
{
color: #224290;
}
</style>
background-color css
<style>
a { background-color: #224290; }
a { background-color: rgb(34,66,144); }
div.DivClassName
{
background-color: #224290;
}
.BgClassName
{
background-color: #224290;
}
</style>
border-color css
<style>
span { border-color: #224290; }
span { border-color: rgb(34,66,144); }
td.TdClassName
{
border-color: #224290;
}
.TagClassName
{
border-color: #224290;
}
</style>