Shades of Tory Blue #224595
Tints of Tory Blue #224595
RGB
CMYK
RGB Variations
Color information
#224595 (or 0x224595) is known color: Tory Blue. HEX triplet: 22, 45 and 95. RGB value is (34,69,149). Sum of RGB (Red+Green+Blue) = 34+69+149=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #224595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224595 is #DDBA6A. Grayscale: #434343. Windows color (decimal): -14531179 or 9782562. OLE color: 9782562.
HSL color Cylindrical-coordinate representation of color #224595: hue angle of 221.74º 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 #224595 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 69 | 149 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.42 |
| HSL | 221.74º | 0.63% | 0.36% | - |
| HSV(B) | 221.74º | 0.77% | 0.58% | - |
| XYZ | 8.21 | 6.77 | 29.31 | - |
| YUV | 67.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 149 | 0.77 | 0.54 | 0 | 0.42 | 221.74 | 0.63 | 0.36 |
| Hex | 22 | 45 | 95 | 4D | 36 | 0 | 2A | DE | 3F | 24 |
| Octal | 42 | 105 | 225 | 115 | 66 | 0 | 52 | 336 | 77 | 44 |
| Binary | 100010 | 1000101 | 10010101 | 1001101 | 110110 | 0 | 101010 | 11011110 | 111111 | 100100 |
Color Harmonies of #224595
Complementary color
Monochromatic Colors of #224595
Black with #224595
Text Example
Text Example
White with #224595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224595; }
p { color: rgb(34,69,149); }
H1.HeaderClassName
{
color: #224595;
}
.AnyTagClassName
{
color: #224595;
}
</style>
background-color css
<style>
a { background-color: #224595; }
a { background-color: rgb(34,69,149); }
div.DivClassName
{
background-color: #224595;
}
.BgClassName
{
background-color: #224595;
}
</style>
border-color css
<style>
span { border-color: #224595; }
span { border-color: rgb(34,69,149); }
td.TdClassName
{
border-color: #224595;
}
.TagClassName
{
border-color: #224595;
}
</style>