Shades of Tory Blue #294BA1
Tints of Tory Blue #294BA1
RGB
CMYK
RGB Variations
Color information
#294BA1 (or 0x294BA1) is known color: Tory Blue. HEX triplet: 29, 4B and A1. RGB value is (41,75,161). Sum of RGB (Red+Green+Blue) = 41+75+161=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #294BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BA1 is #D6B45E. Grayscale: #4A4A4A. Windows color (decimal): -14070879 or 10570537. OLE color: 10570537.
HSL color Cylindrical-coordinate representation of color #294BA1: hue angle of 223º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294BA1 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 75 | 161 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.37 |
| HSL | 223º | 0.59% | 0.4% | - |
| HSV(B) | 223º | 0.75% | 0.63% | - |
| XYZ | 9.86 | 8.08 | 34.76 | - |
| YUV | 74.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 161 | 0.75 | 0.53 | 0 | 0.37 | 223 | 0.59 | 0.4 |
| Hex | 29 | 4B | A1 | 4B | 35 | 0 | 25 | DF | 3B | 28 |
| Octal | 51 | 113 | 241 | 113 | 65 | 0 | 45 | 337 | 73 | 50 |
| Binary | 101001 | 1001011 | 10100001 | 1001011 | 110101 | 0 | 100101 | 11011111 | 111011 | 101000 |
Color Harmonies of #294BA1
Complementary color
Monochromatic Colors of #294BA1
Black with #294BA1
Text Example
Text Example
White with #294BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BA1; }
p { color: rgb(41,75,161); }
H1.HeaderClassName
{
color: #294BA1;
}
.AnyTagClassName
{
color: #294BA1;
}
</style>
background-color css
<style>
a { background-color: #294BA1; }
a { background-color: rgb(41,75,161); }
div.DivClassName
{
background-color: #294BA1;
}
.BgClassName
{
background-color: #294BA1;
}
</style>
border-color css
<style>
span { border-color: #294BA1; }
span { border-color: rgb(41,75,161); }
td.TdClassName
{
border-color: #294BA1;
}
.TagClassName
{
border-color: #294BA1;
}
</style>