Shades of Tory Blue #293A96
Tints of Tory Blue #293A96
RGB
CMYK
RGB Variations
Color information
#293A96 (or 0x293A96) is known color: Tory Blue. HEX triplet: 29, 3A and 96. RGB value is (41,58,150). Sum of RGB (Red+Green+Blue) = 41+58+150=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #293A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A96 is #D6C569. Grayscale: #3F3F3F. Windows color (decimal): -14075242 or 9845289. OLE color: 9845289.
HSL color Cylindrical-coordinate representation of color #293A96: hue angle of 230.64º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293A96 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 58 | 150 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.41 |
| HSL | 230.64º | 0.57% | 0.37% | - |
| HSV(B) | 230.64º | 0.73% | 0.59% | - |
| XYZ | 7.93 | 5.7 | 29.54 | - |
| YUV | 63.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 150 | 0.73 | 0.61 | 0 | 0.41 | 230.64 | 0.57 | 0.37 |
| Hex | 29 | 3A | 96 | 49 | 3D | 0 | 29 | E7 | 39 | 25 |
| Octal | 51 | 72 | 226 | 111 | 75 | 0 | 51 | 347 | 71 | 45 |
| Binary | 101001 | 111010 | 10010110 | 1001001 | 111101 | 0 | 101001 | 11100111 | 111001 | 100101 |
Color Harmonies of #293A96
Complementary color
Monochromatic Colors of #293A96
Black with #293A96
Text Example
Text Example
White with #293A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A96; }
p { color: rgb(41,58,150); }
H1.HeaderClassName
{
color: #293A96;
}
.AnyTagClassName
{
color: #293A96;
}
</style>
background-color css
<style>
a { background-color: #293A96; }
a { background-color: rgb(41,58,150); }
div.DivClassName
{
background-color: #293A96;
}
.BgClassName
{
background-color: #293A96;
}
</style>
border-color css
<style>
span { border-color: #293A96; }
span { border-color: rgb(41,58,150); }
td.TdClassName
{
border-color: #293A96;
}
.TagClassName
{
border-color: #293A96;
}
</style>