Shades of Tory Blue #294195
Tints of Tory Blue #294195
RGB
CMYK
RGB Variations
Color information
#294195 (or 0x294195) is known color: Tory Blue. HEX triplet: 29, 41 and 95. RGB value is (41,65,149). Sum of RGB (Red+Green+Blue) = 41+65+149=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #294195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294195 is #D6BE6A. Grayscale: #434343. Windows color (decimal): -14073451 or 9781545. OLE color: 9781545.
HSL color Cylindrical-coordinate representation of color #294195: hue angle of 226.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 #294195 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 65 | 149 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.42 |
| HSL | 226.67º | 0.57% | 0.37% | - |
| HSV(B) | 226.67º | 0.72% | 0.58% | - |
| XYZ | 8.23 | 6.42 | 29.24 | - |
| YUV | 67.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 149 | 0.72 | 0.56 | 0 | 0.42 | 226.67 | 0.57 | 0.37 |
| Hex | 29 | 41 | 95 | 48 | 38 | 0 | 2A | E3 | 39 | 25 |
| Octal | 51 | 101 | 225 | 110 | 70 | 0 | 52 | 343 | 71 | 45 |
| Binary | 101001 | 1000001 | 10010101 | 1001000 | 111000 | 0 | 101010 | 11100011 | 111001 | 100101 |
Color Harmonies of #294195
Complementary color
Monochromatic Colors of #294195
Black with #294195
Text Example
Text Example
White with #294195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294195; }
p { color: rgb(41,65,149); }
H1.HeaderClassName
{
color: #294195;
}
.AnyTagClassName
{
color: #294195;
}
</style>
background-color css
<style>
a { background-color: #294195; }
a { background-color: rgb(41,65,149); }
div.DivClassName
{
background-color: #294195;
}
.BgClassName
{
background-color: #294195;
}
</style>
border-color css
<style>
span { border-color: #294195; }
span { border-color: rgb(41,65,149); }
td.TdClassName
{
border-color: #294195;
}
.TagClassName
{
border-color: #294195;
}
</style>