Shades of Tory Blue #294392
Tints of Tory Blue #294392
RGB
CMYK
RGB Variations
Color information
#294392 (or 0x294392) is known color: Tory Blue. HEX triplet: 29, 43 and 92. RGB value is (41,67,146). Sum of RGB (Red+Green+Blue) = 41+67+146=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #294392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294392 is #D6BC6D. Grayscale: #434343. Windows color (decimal): -14072942 or 9585449. OLE color: 9585449.
HSL color Cylindrical-coordinate representation of color #294392: hue angle of 225.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294392 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 67 | 146 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.43 |
| HSL | 225.14º | 0.56% | 0.37% | - |
| HSV(B) | 225.14º | 0.72% | 0.57% | - |
| XYZ | 8.11 | 6.56 | 28.03 | - |
| YUV | 68.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 146 | 0.72 | 0.54 | 0 | 0.43 | 225.14 | 0.56 | 0.37 |
| Hex | 29 | 43 | 92 | 48 | 36 | 0 | 2B | E1 | 38 | 25 |
| Octal | 51 | 103 | 222 | 110 | 66 | 0 | 53 | 341 | 70 | 45 |
| Binary | 101001 | 1000011 | 10010010 | 1001000 | 110110 | 0 | 101011 | 11100001 | 111000 | 100101 |
Color Harmonies of #294392
Complementary color
Monochromatic Colors of #294392
Black with #294392
Text Example
Text Example
White with #294392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294392; }
p { color: rgb(41,67,146); }
H1.HeaderClassName
{
color: #294392;
}
.AnyTagClassName
{
color: #294392;
}
</style>
background-color css
<style>
a { background-color: #294392; }
a { background-color: rgb(41,67,146); }
div.DivClassName
{
background-color: #294392;
}
.BgClassName
{
background-color: #294392;
}
</style>
border-color css
<style>
span { border-color: #294392; }
span { border-color: rgb(41,67,146); }
td.TdClassName
{
border-color: #294392;
}
.TagClassName
{
border-color: #294392;
}
</style>