Shades of Tory Blue #224593
Tints of Tory Blue #224593
RGB
CMYK
RGB Variations
Color information
#224593 (or 0x224593) is known color: Tory Blue. HEX triplet: 22, 45 and 93. RGB value is (34,69,147). Sum of RGB (Red+Green+Blue) = 34+69+147=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #224593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224593 is #DDBA6C. Grayscale: #434343. Windows color (decimal): -14531181 or 9651490. OLE color: 9651490.
HSL color Cylindrical-coordinate representation of color #224593: hue angle of 221.42º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224593 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 69 | 147 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.42 |
| HSL | 221.42º | 0.62% | 0.35% | - |
| HSV(B) | 221.42º | 0.77% | 0.58% | - |
| XYZ | 8.05 | 6.7 | 28.47 | - |
| YUV | 67.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 147 | 0.77 | 0.53 | 0 | 0.42 | 221.42 | 0.62 | 0.35 |
| Hex | 22 | 45 | 93 | 4D | 35 | 0 | 2A | DD | 3E | 23 |
| Octal | 42 | 105 | 223 | 115 | 65 | 0 | 52 | 335 | 76 | 43 |
| Binary | 100010 | 1000101 | 10010011 | 1001101 | 110101 | 0 | 101010 | 11011101 | 111110 | 100011 |
Color Harmonies of #224593
Complementary color
Monochromatic Colors of #224593
Black with #224593
Text Example
Text Example
White with #224593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224593; }
p { color: rgb(34,69,147); }
H1.HeaderClassName
{
color: #224593;
}
.AnyTagClassName
{
color: #224593;
}
</style>
background-color css
<style>
a { background-color: #224593; }
a { background-color: rgb(34,69,147); }
div.DivClassName
{
background-color: #224593;
}
.BgClassName
{
background-color: #224593;
}
</style>
border-color css
<style>
span { border-color: #224593; }
span { border-color: rgb(34,69,147); }
td.TdClassName
{
border-color: #224593;
}
.TagClassName
{
border-color: #224593;
}
</style>