Shades of Tory Blue #293B91
Tints of Tory Blue #293B91
RGB
CMYK
RGB Variations
Color information
#293B91 (or 0x293B91) is known color: Tory Blue. HEX triplet: 29, 3B and 91. RGB value is (41,59,145). Sum of RGB (Red+Green+Blue) = 41+59+145=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #293B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B91 is #D6C46E. Grayscale: #3F3F3F. Windows color (decimal): -14074991 or 9517865. OLE color: 9517865.
HSL color Cylindrical-coordinate representation of color #293B91: hue angle of 229.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293B91 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 59 | 145 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.43 |
| HSL | 229.62º | 0.56% | 0.36% | - |
| HSV(B) | 229.62º | 0.72% | 0.57% | - |
| XYZ | 7.59 | 5.64 | 27.48 | - |
| YUV | 63.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 145 | 0.72 | 0.59 | 0 | 0.43 | 229.62 | 0.56 | 0.36 |
| Hex | 29 | 3B | 91 | 48 | 3B | 0 | 2B | E6 | 38 | 24 |
| Octal | 51 | 73 | 221 | 110 | 73 | 0 | 53 | 346 | 70 | 44 |
| Binary | 101001 | 111011 | 10010001 | 1001000 | 111011 | 0 | 101011 | 11100110 | 111000 | 100100 |
Color Harmonies of #293B91
Complementary color
Monochromatic Colors of #293B91
Black with #293B91
Text Example
Text Example
White with #293B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B91; }
p { color: rgb(41,59,145); }
H1.HeaderClassName
{
color: #293B91;
}
.AnyTagClassName
{
color: #293B91;
}
</style>
background-color css
<style>
a { background-color: #293B91; }
a { background-color: rgb(41,59,145); }
div.DivClassName
{
background-color: #293B91;
}
.BgClassName
{
background-color: #293B91;
}
</style>
border-color css
<style>
span { border-color: #293B91; }
span { border-color: rgb(41,59,145); }
td.TdClassName
{
border-color: #293B91;
}
.TagClassName
{
border-color: #293B91;
}
</style>