Shades of Tory Blue #224695
Tints of Tory Blue #224695
RGB
CMYK
RGB Variations
Color information
#224695 (or 0x224695) is known color: Tory Blue. HEX triplet: 22, 46 and 95. RGB value is (34,70,149). Sum of RGB (Red+Green+Blue) = 34+70+149=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #224695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224695 is #DDB96A. Grayscale: #434343. Windows color (decimal): -14530923 or 9782818. OLE color: 9782818.
HSL color Cylindrical-coordinate representation of color #224695: hue angle of 221.22º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224695 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 70 | 149 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.42 |
| HSL | 221.22º | 0.63% | 0.36% | - |
| HSV(B) | 221.22º | 0.77% | 0.58% | - |
| XYZ | 8.27 | 6.89 | 29.33 | - |
| YUV | 68.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 149 | 0.77 | 0.53 | 0 | 0.42 | 221.22 | 0.63 | 0.36 |
| Hex | 22 | 46 | 95 | 4D | 35 | 0 | 2A | DD | 3F | 24 |
| Octal | 42 | 106 | 225 | 115 | 65 | 0 | 52 | 335 | 77 | 44 |
| Binary | 100010 | 1000110 | 10010101 | 1001101 | 110101 | 0 | 101010 | 11011101 | 111111 | 100100 |
Color Harmonies of #224695
Complementary color
Monochromatic Colors of #224695
Black with #224695
Text Example
Text Example
White with #224695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224695; }
p { color: rgb(34,70,149); }
H1.HeaderClassName
{
color: #224695;
}
.AnyTagClassName
{
color: #224695;
}
</style>
background-color css
<style>
a { background-color: #224695; }
a { background-color: rgb(34,70,149); }
div.DivClassName
{
background-color: #224695;
}
.BgClassName
{
background-color: #224695;
}
</style>
border-color css
<style>
span { border-color: #224695; }
span { border-color: rgb(34,70,149); }
td.TdClassName
{
border-color: #224695;
}
.TagClassName
{
border-color: #224695;
}
</style>