Shades of Tory Blue #293B8F
Tints of Tory Blue #293B8F
RGB
CMYK
RGB Variations
Color information
#293B8F (or 0x293B8F) is known color: Tory Blue. HEX triplet: 29, 3B and 8F. RGB value is (41,59,143). Sum of RGB (Red+Green+Blue) = 41+59+143=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #293B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B8F is #D6C470. Grayscale: #3E3E3E. Windows color (decimal): -14074993 or 9386793. OLE color: 9386793.
HSL color Cylindrical-coordinate representation of color #293B8F: hue angle of 229.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293B8F is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 59 | 143 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.44 |
| HSL | 229.41º | 0.55% | 0.36% | - |
| HSV(B) | 229.41º | 0.71% | 0.56% | - |
| XYZ | 7.44 | 5.58 | 26.67 | - |
| YUV | 63.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 143 | 0.71 | 0.59 | 0 | 0.44 | 229.41 | 0.55 | 0.36 |
| Hex | 29 | 3B | 8F | 47 | 3B | 0 | 2C | E5 | 37 | 24 |
| Octal | 51 | 73 | 217 | 107 | 73 | 0 | 54 | 345 | 67 | 44 |
| Binary | 101001 | 111011 | 10001111 | 1000111 | 111011 | 0 | 101100 | 11100101 | 110111 | 100100 |
Color Harmonies of #293B8F
Complementary color
Monochromatic Colors of #293B8F
Black with #293B8F
Text Example
Text Example
White with #293B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B8F; }
p { color: rgb(41,59,143); }
H1.HeaderClassName
{
color: #293B8F;
}
.AnyTagClassName
{
color: #293B8F;
}
</style>
background-color css
<style>
a { background-color: #293B8F; }
a { background-color: rgb(41,59,143); }
div.DivClassName
{
background-color: #293B8F;
}
.BgClassName
{
background-color: #293B8F;
}
</style>
border-color css
<style>
span { border-color: #293B8F; }
span { border-color: rgb(41,59,143); }
td.TdClassName
{
border-color: #293B8F;
}
.TagClassName
{
border-color: #293B8F;
}
</style>