Shades of Tory Blue #293F96
Tints of Tory Blue #293F96
RGB
CMYK
RGB Variations
Color information
#293F96 (or 0x293F96) is known color: Tory Blue. HEX triplet: 29, 3F and 96. RGB value is (41,63,150). Sum of RGB (Red+Green+Blue) = 41+63+150=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #293F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F96 is #D6C069. Grayscale: #414141. Windows color (decimal): -14073962 or 9846569. OLE color: 9846569.
HSL color Cylindrical-coordinate representation of color #293F96: hue angle of 227.89º 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 #293F96 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 63 | 150 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.41 |
| HSL | 227.89º | 0.57% | 0.37% | - |
| HSV(B) | 227.89º | 0.73% | 0.59% | - |
| XYZ | 8.2 | 6.23 | 29.62 | - |
| YUV | 66.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 150 | 0.73 | 0.58 | 0 | 0.41 | 227.89 | 0.57 | 0.37 |
| Hex | 29 | 3F | 96 | 49 | 3A | 0 | 29 | E4 | 39 | 25 |
| Octal | 51 | 77 | 226 | 111 | 72 | 0 | 51 | 344 | 71 | 45 |
| Binary | 101001 | 111111 | 10010110 | 1001001 | 111010 | 0 | 101001 | 11100100 | 111001 | 100101 |
Color Harmonies of #293F96
Complementary color
Monochromatic Colors of #293F96
Black with #293F96
Text Example
Text Example
White with #293F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F96; }
p { color: rgb(41,63,150); }
H1.HeaderClassName
{
color: #293F96;
}
.AnyTagClassName
{
color: #293F96;
}
</style>
background-color css
<style>
a { background-color: #293F96; }
a { background-color: rgb(41,63,150); }
div.DivClassName
{
background-color: #293F96;
}
.BgClassName
{
background-color: #293F96;
}
</style>
border-color css
<style>
span { border-color: #293F96; }
span { border-color: rgb(41,63,150); }
td.TdClassName
{
border-color: #293F96;
}
.TagClassName
{
border-color: #293F96;
}
</style>