Shades of Tory Blue #293D90
Tints of Tory Blue #293D90
RGB
CMYK
RGB Variations
Color information
#293D90 (or 0x293D90) is known color: Tory Blue. HEX triplet: 29, 3D and 90. RGB value is (41,61,144). Sum of RGB (Red+Green+Blue) = 41+61+144=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #293D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D90 is #D6C26F. Grayscale: #404040. Windows color (decimal): -14074480 or 9452841. OLE color: 9452841.
HSL color Cylindrical-coordinate representation of color #293D90: hue angle of 228.35º 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 #293D90 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 61 | 144 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.44 |
| HSL | 228.35º | 0.56% | 0.36% | - |
| HSV(B) | 228.35º | 0.72% | 0.56% | - |
| XYZ | 7.62 | 5.82 | 27.11 | - |
| YUV | 64.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 144 | 0.72 | 0.58 | 0 | 0.44 | 228.35 | 0.56 | 0.36 |
| Hex | 29 | 3D | 90 | 48 | 3A | 0 | 2C | E4 | 38 | 24 |
| Octal | 51 | 75 | 220 | 110 | 72 | 0 | 54 | 344 | 70 | 44 |
| Binary | 101001 | 111101 | 10010000 | 1001000 | 111010 | 0 | 101100 | 11100100 | 111000 | 100100 |
Color Harmonies of #293D90
Complementary color
Monochromatic Colors of #293D90
Black with #293D90
Text Example
Text Example
White with #293D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D90; }
p { color: rgb(41,61,144); }
H1.HeaderClassName
{
color: #293D90;
}
.AnyTagClassName
{
color: #293D90;
}
</style>
background-color css
<style>
a { background-color: #293D90; }
a { background-color: rgb(41,61,144); }
div.DivClassName
{
background-color: #293D90;
}
.BgClassName
{
background-color: #293D90;
}
</style>
border-color css
<style>
span { border-color: #293D90; }
span { border-color: rgb(41,61,144); }
td.TdClassName
{
border-color: #293D90;
}
.TagClassName
{
border-color: #293D90;
}
</style>