Shades of Tory Blue #293D99
Tints of Tory Blue #293D99
RGB
CMYK
RGB Variations
Color information
#293D99 (or 0x293D99) is known color: Tory Blue. HEX triplet: 29, 3D and 99. RGB value is (41,61,153). Sum of RGB (Red+Green+Blue) = 41+61+153=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #293D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D99 is #D6C266. Grayscale: #414141. Windows color (decimal): -14074471 or 10042665. OLE color: 10042665.
HSL color Cylindrical-coordinate representation of color #293D99: hue angle of 229.29º 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 #293D99 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 61 | 153 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.4 |
| HSL | 229.29º | 0.58% | 0.38% | - |
| HSV(B) | 229.29º | 0.73% | 0.6% | - |
| XYZ | 8.33 | 6.11 | 30.88 | - |
| YUV | 65.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 153 | 0.73 | 0.60 | 0 | 0.4 | 229.29 | 0.58 | 0.38 |
| Hex | 29 | 3D | 99 | 49 | 3C | 0 | 28 | E5 | 3A | 26 |
| Octal | 51 | 75 | 231 | 111 | 74 | 0 | 50 | 345 | 72 | 46 |
| Binary | 101001 | 111101 | 10011001 | 1001001 | 111100 | 0 | 101000 | 11100101 | 111010 | 100110 |
Color Harmonies of #293D99
Complementary color
Monochromatic Colors of #293D99
Black with #293D99
Text Example
Text Example
White with #293D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D99; }
p { color: rgb(41,61,153); }
H1.HeaderClassName
{
color: #293D99;
}
.AnyTagClassName
{
color: #293D99;
}
</style>
background-color css
<style>
a { background-color: #293D99; }
a { background-color: rgb(41,61,153); }
div.DivClassName
{
background-color: #293D99;
}
.BgClassName
{
background-color: #293D99;
}
</style>
border-color css
<style>
span { border-color: #293D99; }
span { border-color: rgb(41,61,153); }
td.TdClassName
{
border-color: #293D99;
}
.TagClassName
{
border-color: #293D99;
}
</style>