Shades of Tory Blue #293B90
Tints of Tory Blue #293B90
RGB
CMYK
RGB Variations
Color information
#293B90 (or 0x293B90) is known color: Tory Blue. HEX triplet: 29, 3B and 90. RGB value is (41,59,144). Sum of RGB (Red+Green+Blue) = 41+59+144=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #293B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B90 is #D6C46F. Grayscale: #3E3E3E. Windows color (decimal): -14074992 or 9452329. OLE color: 9452329.
HSL color Cylindrical-coordinate representation of color #293B90: hue angle of 229.51º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293B90 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 59 | 144 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.44 |
| HSL | 229.51º | 0.56% | 0.36% | - |
| HSV(B) | 229.51º | 0.72% | 0.56% | - |
| XYZ | 7.51 | 5.61 | 27.07 | - |
| YUV | 63.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 144 | 0.72 | 0.59 | 0 | 0.44 | 229.51 | 0.56 | 0.36 |
| Hex | 29 | 3B | 90 | 48 | 3B | 0 | 2C | E6 | 38 | 24 |
| Octal | 51 | 73 | 220 | 110 | 73 | 0 | 54 | 346 | 70 | 44 |
| Binary | 101001 | 111011 | 10010000 | 1001000 | 111011 | 0 | 101100 | 11100110 | 111000 | 100100 |
Color Harmonies of #293B90
Complementary color
Monochromatic Colors of #293B90
Black with #293B90
Text Example
Text Example
White with #293B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B90; }
p { color: rgb(41,59,144); }
H1.HeaderClassName
{
color: #293B90;
}
.AnyTagClassName
{
color: #293B90;
}
</style>
background-color css
<style>
a { background-color: #293B90; }
a { background-color: rgb(41,59,144); }
div.DivClassName
{
background-color: #293B90;
}
.BgClassName
{
background-color: #293B90;
}
</style>
border-color css
<style>
span { border-color: #293B90; }
span { border-color: rgb(41,59,144); }
td.TdClassName
{
border-color: #293B90;
}
.TagClassName
{
border-color: #293B90;
}
</style>