Shades of Tory Blue #294199
Tints of Tory Blue #294199
RGB
CMYK
RGB Variations
Color information
#294199 (or 0x294199) is known color: Tory Blue. HEX triplet: 29, 41 and 99. RGB value is (41,65,153). Sum of RGB (Red+Green+Blue) = 41+65+153=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #294199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294199 is #D6BE66. Grayscale: #434343. Windows color (decimal): -14073447 or 10043689. OLE color: 10043689.
HSL color Cylindrical-coordinate representation of color #294199: hue angle of 227.14º 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 #294199 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 65 | 153 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.4 |
| HSL | 227.14º | 0.58% | 0.38% | - |
| HSV(B) | 227.14º | 0.73% | 0.6% | - |
| XYZ | 8.55 | 6.55 | 30.95 | - |
| YUV | 67.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 153 | 0.73 | 0.58 | 0 | 0.4 | 227.14 | 0.58 | 0.38 |
| Hex | 29 | 41 | 99 | 49 | 3A | 0 | 28 | E3 | 3A | 26 |
| Octal | 51 | 101 | 231 | 111 | 72 | 0 | 50 | 343 | 72 | 46 |
| Binary | 101001 | 1000001 | 10011001 | 1001001 | 111010 | 0 | 101000 | 11100011 | 111010 | 100110 |
Color Harmonies of #294199
Complementary color
Monochromatic Colors of #294199
Black with #294199
Text Example
Text Example
White with #294199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294199; }
p { color: rgb(41,65,153); }
H1.HeaderClassName
{
color: #294199;
}
.AnyTagClassName
{
color: #294199;
}
</style>
background-color css
<style>
a { background-color: #294199; }
a { background-color: rgb(41,65,153); }
div.DivClassName
{
background-color: #294199;
}
.BgClassName
{
background-color: #294199;
}
</style>
border-color css
<style>
span { border-color: #294199; }
span { border-color: rgb(41,65,153); }
td.TdClassName
{
border-color: #294199;
}
.TagClassName
{
border-color: #294199;
}
</style>