Shades of Tory Blue #294099
Tints of Tory Blue #294099
RGB
CMYK
RGB Variations
Color information
#294099 (or 0x294099) is known color: Tory Blue. HEX triplet: 29, 40 and 99. RGB value is (41,64,153). Sum of RGB (Red+Green+Blue) = 41+64+153=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #294099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294099 is #D6BF66. Grayscale: #424242. Windows color (decimal): -14073703 or 10043433. OLE color: 10043433.
HSL color Cylindrical-coordinate representation of color #294099: hue angle of 227.68º 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 #294099 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 64 | 153 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.4 |
| HSL | 227.68º | 0.58% | 0.38% | - |
| HSV(B) | 227.68º | 0.73% | 0.6% | - |
| XYZ | 8.5 | 6.44 | 30.93 | - |
| YUV | 67.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 153 | 0.73 | 0.58 | 0 | 0.4 | 227.68 | 0.58 | 0.38 |
| Hex | 29 | 40 | 99 | 49 | 3A | 0 | 28 | E4 | 3A | 26 |
| Octal | 51 | 100 | 231 | 111 | 72 | 0 | 50 | 344 | 72 | 46 |
| Binary | 101001 | 1000000 | 10011001 | 1001001 | 111010 | 0 | 101000 | 11100100 | 111010 | 100110 |
Color Harmonies of #294099
Complementary color
Monochromatic Colors of #294099
Black with #294099
Text Example
Text Example
White with #294099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294099; }
p { color: rgb(41,64,153); }
H1.HeaderClassName
{
color: #294099;
}
.AnyTagClassName
{
color: #294099;
}
</style>
background-color css
<style>
a { background-color: #294099; }
a { background-color: rgb(41,64,153); }
div.DivClassName
{
background-color: #294099;
}
.BgClassName
{
background-color: #294099;
}
</style>
border-color css
<style>
span { border-color: #294099; }
span { border-color: rgb(41,64,153); }
td.TdClassName
{
border-color: #294099;
}
.TagClassName
{
border-color: #294099;
}
</style>