Shades of Tory Blue #294191
Tints of Tory Blue #294191
RGB
CMYK
RGB Variations
Color information
#294191 (or 0x294191) is known color: Tory Blue. HEX triplet: 29, 41 and 91. RGB value is (41,65,145). Sum of RGB (Red+Green+Blue) = 41+65+145=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #294191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294191 is #D6BE6E. Grayscale: #424242. Windows color (decimal): -14073455 or 9519401. OLE color: 9519401.
HSL color Cylindrical-coordinate representation of color #294191: hue angle of 226.15º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294191 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 65 | 145 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.43 |
| HSL | 226.15º | 0.56% | 0.36% | - |
| HSV(B) | 226.15º | 0.72% | 0.57% | - |
| XYZ | 7.92 | 6.3 | 27.59 | - |
| YUV | 66.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 145 | 0.72 | 0.55 | 0 | 0.43 | 226.15 | 0.56 | 0.36 |
| Hex | 29 | 41 | 91 | 48 | 37 | 0 | 2B | E2 | 38 | 24 |
| Octal | 51 | 101 | 221 | 110 | 67 | 0 | 53 | 342 | 70 | 44 |
| Binary | 101001 | 1000001 | 10010001 | 1001000 | 110111 | 0 | 101011 | 11100010 | 111000 | 100100 |
Color Harmonies of #294191
Complementary color
Monochromatic Colors of #294191
Black with #294191
Text Example
Text Example
White with #294191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294191; }
p { color: rgb(41,65,145); }
H1.HeaderClassName
{
color: #294191;
}
.AnyTagClassName
{
color: #294191;
}
</style>
background-color css
<style>
a { background-color: #294191; }
a { background-color: rgb(41,65,145); }
div.DivClassName
{
background-color: #294191;
}
.BgClassName
{
background-color: #294191;
}
</style>
border-color css
<style>
span { border-color: #294191; }
span { border-color: rgb(41,65,145); }
td.TdClassName
{
border-color: #294191;
}
.TagClassName
{
border-color: #294191;
}
</style>