Shades of Tory Blue #294498
Tints of Tory Blue #294498
RGB
CMYK
RGB Variations
Color information
#294498 (or 0x294498) is known color: Tory Blue. HEX triplet: 29, 44 and 98. RGB value is (41,68,152). Sum of RGB (Red+Green+Blue) = 41+68+152=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #294498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294498 is #D6BB67. Grayscale: #454545. Windows color (decimal): -14072680 or 9978921. OLE color: 9978921.
HSL color Cylindrical-coordinate representation of color #294498: hue angle of 225.41º 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 #294498 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 68 | 152 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.40 |
| HSL | 225.41º | 0.58% | 0.38% | - |
| HSV(B) | 225.41º | 0.73% | 0.6% | - |
| XYZ | 8.65 | 6.87 | 30.58 | - |
| YUV | 69.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 152 | 0.73 | 0.55 | 0 | 0.40 | 225.41 | 0.58 | 0.38 |
| Hex | 29 | 44 | 98 | 49 | 37 | 0 | 28 | E1 | 3A | 26 |
| Octal | 51 | 104 | 230 | 111 | 67 | 0 | 50 | 341 | 72 | 46 |
| Binary | 101001 | 1000100 | 10011000 | 1001001 | 110111 | 0 | 101000 | 11100001 | 111010 | 100110 |
Color Harmonies of #294498
Complementary color
Monochromatic Colors of #294498
Black with #294498
Text Example
Text Example
White with #294498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294498; }
p { color: rgb(41,68,152); }
H1.HeaderClassName
{
color: #294498;
}
.AnyTagClassName
{
color: #294498;
}
</style>
background-color css
<style>
a { background-color: #294498; }
a { background-color: rgb(41,68,152); }
div.DivClassName
{
background-color: #294498;
}
.BgClassName
{
background-color: #294498;
}
</style>
border-color css
<style>
span { border-color: #294498; }
span { border-color: rgb(41,68,152); }
td.TdClassName
{
border-color: #294498;
}
.TagClassName
{
border-color: #294498;
}
</style>