Shades of Tory Blue #294193
Tints of Tory Blue #294193
RGB
CMYK
RGB Variations
Color information
#294193 (or 0x294193) is known color: Tory Blue. HEX triplet: 29, 41 and 93. RGB value is (41,65,147). Sum of RGB (Red+Green+Blue) = 41+65+147=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #294193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294193 is #D6BE6C. Grayscale: #424242. Windows color (decimal): -14073453 or 9650473. OLE color: 9650473.
HSL color Cylindrical-coordinate representation of color #294193: hue angle of 226.42º degrees, saturation: 0.56, 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 #294193 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 65 | 147 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.42 |
| HSL | 226.42º | 0.56% | 0.37% | - |
| HSV(B) | 226.42º | 0.72% | 0.58% | - |
| XYZ | 8.07 | 6.36 | 28.41 | - |
| YUV | 67.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 147 | 0.72 | 0.56 | 0 | 0.42 | 226.42 | 0.56 | 0.37 |
| Hex | 29 | 41 | 93 | 48 | 38 | 0 | 2A | E2 | 38 | 25 |
| Octal | 51 | 101 | 223 | 110 | 70 | 0 | 52 | 342 | 70 | 45 |
| Binary | 101001 | 1000001 | 10010011 | 1001000 | 111000 | 0 | 101010 | 11100010 | 111000 | 100101 |
Color Harmonies of #294193
Complementary color
Monochromatic Colors of #294193
Black with #294193
Text Example
Text Example
White with #294193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294193; }
p { color: rgb(41,65,147); }
H1.HeaderClassName
{
color: #294193;
}
.AnyTagClassName
{
color: #294193;
}
</style>
background-color css
<style>
a { background-color: #294193; }
a { background-color: rgb(41,65,147); }
div.DivClassName
{
background-color: #294193;
}
.BgClassName
{
background-color: #294193;
}
</style>
border-color css
<style>
span { border-color: #294193; }
span { border-color: rgb(41,65,147); }
td.TdClassName
{
border-color: #294193;
}
.TagClassName
{
border-color: #294193;
}
</style>