Shades of Tory Blue #294694
Tints of Tory Blue #294694
RGB
CMYK
RGB Variations
Color information
#294694 (or 0x294694) is known color: Tory Blue. HEX triplet: 29, 46 and 94. RGB value is (41,70,148). Sum of RGB (Red+Green+Blue) = 41+70+148=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #294694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294694 is #D6B96B. Grayscale: #454545. Windows color (decimal): -14072172 or 9717289. OLE color: 9717289.
HSL color Cylindrical-coordinate representation of color #294694: hue angle of 223.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294694 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 70 | 148 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.42 |
| HSL | 223.74º | 0.57% | 0.37% | - |
| HSV(B) | 223.74º | 0.72% | 0.58% | - |
| XYZ | 8.45 | 6.99 | 28.92 | - |
| YUV | 70.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 148 | 0.72 | 0.53 | 0 | 0.42 | 223.74 | 0.57 | 0.37 |
| Hex | 29 | 46 | 94 | 48 | 35 | 0 | 2A | E0 | 39 | 25 |
| Octal | 51 | 106 | 224 | 110 | 65 | 0 | 52 | 340 | 71 | 45 |
| Binary | 101001 | 1000110 | 10010100 | 1001000 | 110101 | 0 | 101010 | 11100000 | 111001 | 100101 |
Color Harmonies of #294694
Complementary color
Monochromatic Colors of #294694
Black with #294694
Text Example
Text Example
White with #294694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294694; }
p { color: rgb(41,70,148); }
H1.HeaderClassName
{
color: #294694;
}
.AnyTagClassName
{
color: #294694;
}
</style>
background-color css
<style>
a { background-color: #294694; }
a { background-color: rgb(41,70,148); }
div.DivClassName
{
background-color: #294694;
}
.BgClassName
{
background-color: #294694;
}
</style>
border-color css
<style>
span { border-color: #294694; }
span { border-color: rgb(41,70,148); }
td.TdClassName
{
border-color: #294694;
}
.TagClassName
{
border-color: #294694;
}
</style>