Shades of Tory Blue #294699
Tints of Tory Blue #294699
RGB
CMYK
RGB Variations
Color information
#294699 (or 0x294699) is known color: Tory Blue. HEX triplet: 29, 46 and 99. RGB value is (41,70,153). Sum of RGB (Red+Green+Blue) = 41+70+153=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #294699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294699 is #D6B966. Grayscale: #464646. Windows color (decimal): -14072167 or 10044969. OLE color: 10044969.
HSL color Cylindrical-coordinate representation of color #294699: hue angle of 224.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294699 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 70 | 153 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.4 |
| HSL | 224.46º | 0.58% | 0.38% | - |
| HSV(B) | 224.46º | 0.73% | 0.6% | - |
| XYZ | 8.85 | 7.15 | 31.05 | - |
| YUV | 70.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 153 | 0.73 | 0.54 | 0 | 0.4 | 224.46 | 0.58 | 0.38 |
| Hex | 29 | 46 | 99 | 49 | 36 | 0 | 28 | E0 | 3A | 26 |
| Octal | 51 | 106 | 231 | 111 | 66 | 0 | 50 | 340 | 72 | 46 |
| Binary | 101001 | 1000110 | 10011001 | 1001001 | 110110 | 0 | 101000 | 11100000 | 111010 | 100110 |
Color Harmonies of #294699
Complementary color
Monochromatic Colors of #294699
Black with #294699
Text Example
Text Example
White with #294699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294699; }
p { color: rgb(41,70,153); }
H1.HeaderClassName
{
color: #294699;
}
.AnyTagClassName
{
color: #294699;
}
</style>
background-color css
<style>
a { background-color: #294699; }
a { background-color: rgb(41,70,153); }
div.DivClassName
{
background-color: #294699;
}
.BgClassName
{
background-color: #294699;
}
</style>
border-color css
<style>
span { border-color: #294699; }
span { border-color: rgb(41,70,153); }
td.TdClassName
{
border-color: #294699;
}
.TagClassName
{
border-color: #294699;
}
</style>