Shades of Tory Blue #293E99
Tints of Tory Blue #293E99
RGB
CMYK
RGB Variations
Color information
#293E99 (or 0x293E99) is known color: Tory Blue. HEX triplet: 29, 3E and 99. RGB value is (41,62,153). Sum of RGB (Red+Green+Blue) = 41+62+153=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #293E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293E99 is #D6C166. Grayscale: #414141. Windows color (decimal): -14074215 or 10042921. OLE color: 10042921.
HSL color Cylindrical-coordinate representation of color #293E99: hue angle of 228.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293E99 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 62 | 153 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.4 |
| HSL | 228.75º | 0.58% | 0.38% | - |
| HSV(B) | 228.75º | 0.73% | 0.6% | - |
| XYZ | 8.39 | 6.22 | 30.89 | - |
| YUV | 66.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 153 | 0.73 | 0.59 | 0 | 0.4 | 228.75 | 0.58 | 0.38 |
| Hex | 29 | 3E | 99 | 49 | 3B | 0 | 28 | E5 | 3A | 26 |
| Octal | 51 | 76 | 231 | 111 | 73 | 0 | 50 | 345 | 72 | 46 |
| Binary | 101001 | 111110 | 10011001 | 1001001 | 111011 | 0 | 101000 | 11100101 | 111010 | 100110 |
Color Harmonies of #293E99
Complementary color
Monochromatic Colors of #293E99
Black with #293E99
Text Example
Text Example
White with #293E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E99; }
p { color: rgb(41,62,153); }
H1.HeaderClassName
{
color: #293E99;
}
.AnyTagClassName
{
color: #293E99;
}
</style>
background-color css
<style>
a { background-color: #293E99; }
a { background-color: rgb(41,62,153); }
div.DivClassName
{
background-color: #293E99;
}
.BgClassName
{
background-color: #293E99;
}
</style>
border-color css
<style>
span { border-color: #293E99; }
span { border-color: rgb(41,62,153); }
td.TdClassName
{
border-color: #293E99;
}
.TagClassName
{
border-color: #293E99;
}
</style>