Shades of Tory Blue #22408E
Tints of Tory Blue #22408E
RGB
CMYK
RGB Variations
Color information
#22408E (or 0x22408E) is known color: Tory Blue. HEX triplet: 22, 40 and 8E. RGB value is (34,64,142). Sum of RGB (Red+Green+Blue) = 34+64+142=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #22408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22408E is #DDBF71. Grayscale: #3F3F3F. Windows color (decimal): -14532466 or 9322530. OLE color: 9322530.
HSL color Cylindrical-coordinate representation of color #22408E: hue angle of 223.33º degrees, saturation: 0.61, 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 #22408E is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 64 | 142 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.44 |
| HSL | 223.33º | 0.61% | 0.35% | - |
| HSV(B) | 223.33º | 0.76% | 0.56% | - |
| XYZ | 7.38 | 5.96 | 26.35 | - |
| YUV | 63.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 142 | 0.76 | 0.55 | 0 | 0.44 | 223.33 | 0.61 | 0.35 |
| Hex | 22 | 40 | 8E | 4C | 37 | 0 | 2C | DF | 3D | 23 |
| Octal | 42 | 100 | 216 | 114 | 67 | 0 | 54 | 337 | 75 | 43 |
| Binary | 100010 | 1000000 | 10001110 | 1001100 | 110111 | 0 | 101100 | 11011111 | 111101 | 100011 |
Color Harmonies of #22408E
Complementary color
Monochromatic Colors of #22408E
Black with #22408E
Text Example
Text Example
White with #22408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22408E; }
p { color: rgb(34,64,142); }
H1.HeaderClassName
{
color: #22408E;
}
.AnyTagClassName
{
color: #22408E;
}
</style>
background-color css
<style>
a { background-color: #22408E; }
a { background-color: rgb(34,64,142); }
div.DivClassName
{
background-color: #22408E;
}
.BgClassName
{
background-color: #22408E;
}
</style>
border-color css
<style>
span { border-color: #22408E; }
span { border-color: rgb(34,64,142); }
td.TdClassName
{
border-color: #22408E;
}
.TagClassName
{
border-color: #22408E;
}
</style>