Shades of Tory Blue #294A95
Tints of Tory Blue #294A95
RGB
CMYK
RGB Variations
Color information
#294A95 (or 0x294A95) is known color: Tory Blue. HEX triplet: 29, 4A and 95. RGB value is (41,74,149). Sum of RGB (Red+Green+Blue) = 41+74+149=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #294A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294A95 is #D6B56A. Grayscale: #484848. Windows color (decimal): -14071147 or 9783849. OLE color: 9783849.
HSL color Cylindrical-coordinate representation of color #294A95: hue angle of 221.67º 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 #294A95 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 74 | 149 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.42 |
| HSL | 221.67º | 0.57% | 0.37% | - |
| HSV(B) | 221.67º | 0.72% | 0.58% | - |
| XYZ | 8.79 | 7.54 | 29.43 | - |
| YUV | 72.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 149 | 0.72 | 0.50 | 0 | 0.42 | 221.67 | 0.57 | 0.37 |
| Hex | 29 | 4A | 95 | 48 | 32 | 0 | 2A | DE | 39 | 25 |
| Octal | 51 | 112 | 225 | 110 | 62 | 0 | 52 | 336 | 71 | 45 |
| Binary | 101001 | 1001010 | 10010101 | 1001000 | 110010 | 0 | 101010 | 11011110 | 111001 | 100101 |
Color Harmonies of #294A95
Complementary color
Monochromatic Colors of #294A95
Black with #294A95
Text Example
Text Example
White with #294A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A95; }
p { color: rgb(41,74,149); }
H1.HeaderClassName
{
color: #294A95;
}
.AnyTagClassName
{
color: #294A95;
}
</style>
background-color css
<style>
a { background-color: #294A95; }
a { background-color: rgb(41,74,149); }
div.DivClassName
{
background-color: #294A95;
}
.BgClassName
{
background-color: #294A95;
}
</style>
border-color css
<style>
span { border-color: #294A95; }
span { border-color: rgb(41,74,149); }
td.TdClassName
{
border-color: #294A95;
}
.TagClassName
{
border-color: #294A95;
}
</style>