Shades of Tory Blue #294C95
Tints of Tory Blue #294C95
RGB
CMYK
RGB Variations
Color information
#294C95 (or 0x294C95) is known color: Tory Blue. HEX triplet: 29, 4C and 95. RGB value is (41,76,149). Sum of RGB (Red+Green+Blue) = 41+76+149=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #294C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C95 is #D6B36A. Grayscale: #494949. Windows color (decimal): -14070635 or 9784361. OLE color: 9784361.
HSL color Cylindrical-coordinate representation of color #294C95: hue angle of 220.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294C95 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 76 | 149 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.42 |
| HSL | 220.56º | 0.57% | 0.37% | - |
| HSV(B) | 220.56º | 0.72% | 0.58% | - |
| XYZ | 8.92 | 7.81 | 29.47 | - |
| YUV | 73.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 149 | 0.72 | 0.49 | 0 | 0.42 | 220.56 | 0.57 | 0.37 |
| Hex | 29 | 4C | 95 | 48 | 31 | 0 | 2A | DD | 39 | 25 |
| Octal | 51 | 114 | 225 | 110 | 61 | 0 | 52 | 335 | 71 | 45 |
| Binary | 101001 | 1001100 | 10010101 | 1001000 | 110001 | 0 | 101010 | 11011101 | 111001 | 100101 |
Color Harmonies of #294C95
Complementary color
Monochromatic Colors of #294C95
Black with #294C95
Text Example
Text Example
White with #294C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C95; }
p { color: rgb(41,76,149); }
H1.HeaderClassName
{
color: #294C95;
}
.AnyTagClassName
{
color: #294C95;
}
</style>
background-color css
<style>
a { background-color: #294C95; }
a { background-color: rgb(41,76,149); }
div.DivClassName
{
background-color: #294C95;
}
.BgClassName
{
background-color: #294C95;
}
</style>
border-color css
<style>
span { border-color: #294C95; }
span { border-color: rgb(41,76,149); }
td.TdClassName
{
border-color: #294C95;
}
.TagClassName
{
border-color: #294C95;
}
</style>