Shades of Tory Blue #294C97
Tints of Tory Blue #294C97
RGB
CMYK
RGB Variations
Color information
#294C97 (or 0x294C97) is known color: Tory Blue. HEX triplet: 29, 4C and 97. RGB value is (41,76,151). Sum of RGB (Red+Green+Blue) = 41+76+151=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #294C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C97 is #D6B368. Grayscale: #494949. Windows color (decimal): -14070633 or 9915433. OLE color: 9915433.
HSL color Cylindrical-coordinate representation of color #294C97: hue angle of 220.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294C97 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 76 | 151 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.41 |
| HSL | 220.91º | 0.57% | 0.38% | - |
| HSV(B) | 220.91º | 0.73% | 0.59% | - |
| XYZ | 9.08 | 7.87 | 30.32 | - |
| YUV | 74.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 151 | 0.73 | 0.50 | 0 | 0.41 | 220.91 | 0.57 | 0.38 |
| Hex | 29 | 4C | 97 | 49 | 32 | 0 | 29 | DD | 39 | 26 |
| Octal | 51 | 114 | 227 | 111 | 62 | 0 | 51 | 335 | 71 | 46 |
| Binary | 101001 | 1001100 | 10010111 | 1001001 | 110010 | 0 | 101001 | 11011101 | 111001 | 100110 |
Color Harmonies of #294C97
Complementary color
Monochromatic Colors of #294C97
Black with #294C97
Text Example
Text Example
White with #294C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C97; }
p { color: rgb(41,76,151); }
H1.HeaderClassName
{
color: #294C97;
}
.AnyTagClassName
{
color: #294C97;
}
</style>
background-color css
<style>
a { background-color: #294C97; }
a { background-color: rgb(41,76,151); }
div.DivClassName
{
background-color: #294C97;
}
.BgClassName
{
background-color: #294C97;
}
</style>
border-color css
<style>
span { border-color: #294C97; }
span { border-color: rgb(41,76,151); }
td.TdClassName
{
border-color: #294C97;
}
.TagClassName
{
border-color: #294C97;
}
</style>