Shades of Tory Blue #294294
Tints of Tory Blue #294294
RGB
CMYK
RGB Variations
Color information
#294294 (or 0x294294) is known color: Tory Blue. HEX triplet: 29, 42 and 94. RGB value is (41,66,148). Sum of RGB (Red+Green+Blue) = 41+66+148=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #294294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294294 is #D6BD6B. Grayscale: #434343. Windows color (decimal): -14073196 or 9716265. OLE color: 9716265.
HSL color Cylindrical-coordinate representation of color #294294: hue angle of 225.98º 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 #294294 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 66 | 148 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.42 |
| HSL | 225.98º | 0.57% | 0.37% | - |
| HSV(B) | 225.98º | 0.72% | 0.58% | - |
| XYZ | 8.21 | 6.51 | 28.84 | - |
| YUV | 67.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 148 | 0.72 | 0.55 | 0 | 0.42 | 225.98 | 0.57 | 0.37 |
| Hex | 29 | 42 | 94 | 48 | 37 | 0 | 2A | E2 | 39 | 25 |
| Octal | 51 | 102 | 224 | 110 | 67 | 0 | 52 | 342 | 71 | 45 |
| Binary | 101001 | 1000010 | 10010100 | 1001000 | 110111 | 0 | 101010 | 11100010 | 111001 | 100101 |
Color Harmonies of #294294
Complementary color
Monochromatic Colors of #294294
Black with #294294
Text Example
Text Example
White with #294294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294294; }
p { color: rgb(41,66,148); }
H1.HeaderClassName
{
color: #294294;
}
.AnyTagClassName
{
color: #294294;
}
</style>
background-color css
<style>
a { background-color: #294294; }
a { background-color: rgb(41,66,148); }
div.DivClassName
{
background-color: #294294;
}
.BgClassName
{
background-color: #294294;
}
</style>
border-color css
<style>
span { border-color: #294294; }
span { border-color: rgb(41,66,148); }
td.TdClassName
{
border-color: #294294;
}
.TagClassName
{
border-color: #294294;
}
</style>