Shades of Tory Blue #294196
Tints of Tory Blue #294196
RGB
CMYK
RGB Variations
Color information
#294196 (or 0x294196) is known color: Tory Blue. HEX triplet: 29, 41 and 96. RGB value is (41,65,150). Sum of RGB (Red+Green+Blue) = 41+65+150=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #294196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294196 is #D6BE69. Grayscale: #434343. Windows color (decimal): -14073450 or 9847081. OLE color: 9847081.
HSL color Cylindrical-coordinate representation of color #294196: hue angle of 226.79º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294196 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 65 | 150 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.41 |
| HSL | 226.79º | 0.57% | 0.37% | - |
| HSV(B) | 226.79º | 0.73% | 0.59% | - |
| XYZ | 8.31 | 6.45 | 29.66 | - |
| YUV | 67.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 150 | 0.73 | 0.57 | 0 | 0.41 | 226.79 | 0.57 | 0.37 |
| Hex | 29 | 41 | 96 | 49 | 39 | 0 | 29 | E3 | 39 | 25 |
| Octal | 51 | 101 | 226 | 111 | 71 | 0 | 51 | 343 | 71 | 45 |
| Binary | 101001 | 1000001 | 10010110 | 1001001 | 111001 | 0 | 101001 | 11100011 | 111001 | 100101 |
Color Harmonies of #294196
Complementary color
Monochromatic Colors of #294196
Black with #294196
Text Example
Text Example
White with #294196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294196; }
p { color: rgb(41,65,150); }
H1.HeaderClassName
{
color: #294196;
}
.AnyTagClassName
{
color: #294196;
}
</style>
background-color css
<style>
a { background-color: #294196; }
a { background-color: rgb(41,65,150); }
div.DivClassName
{
background-color: #294196;
}
.BgClassName
{
background-color: #294196;
}
</style>
border-color css
<style>
span { border-color: #294196; }
span { border-color: rgb(41,65,150); }
td.TdClassName
{
border-color: #294196;
}
.TagClassName
{
border-color: #294196;
}
</style>