Shades of Tory Blue #293891
Tints of Tory Blue #293891
RGB
CMYK
RGB Variations
Color information
#293891 (or 0x293891) is known color: Tory Blue. HEX triplet: 29, 38 and 91. RGB value is (41,56,145). Sum of RGB (Red+Green+Blue) = 41+56+145=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #293891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293891 is #D6C76E. Grayscale: #3D3D3D. Windows color (decimal): -14075759 or 9517097. OLE color: 9517097.
HSL color Cylindrical-coordinate representation of color #293891: hue angle of 231.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293891 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 56 | 145 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.43 |
| HSL | 231.35º | 0.56% | 0.36% | - |
| HSV(B) | 231.35º | 0.72% | 0.57% | - |
| XYZ | 7.44 | 5.34 | 27.43 | - |
| YUV | 61.66 | 175.03 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 145 | 0.72 | 0.61 | 0 | 0.43 | 231.35 | 0.56 | 0.36 |
| Hex | 29 | 38 | 91 | 48 | 3D | 0 | 2B | E7 | 38 | 24 |
| Octal | 51 | 70 | 221 | 110 | 75 | 0 | 53 | 347 | 70 | 44 |
| Binary | 101001 | 111000 | 10010001 | 1001000 | 111101 | 0 | 101011 | 11100111 | 111000 | 100100 |
Color Harmonies of #293891
Complementary color
Monochromatic Colors of #293891
Black with #293891
Text Example
Text Example
White with #293891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293891; }
p { color: rgb(41,56,145); }
H1.HeaderClassName
{
color: #293891;
}
.AnyTagClassName
{
color: #293891;
}
</style>
background-color css
<style>
a { background-color: #293891; }
a { background-color: rgb(41,56,145); }
div.DivClassName
{
background-color: #293891;
}
.BgClassName
{
background-color: #293891;
}
</style>
border-color css
<style>
span { border-color: #293891; }
span { border-color: rgb(41,56,145); }
td.TdClassName
{
border-color: #293891;
}
.TagClassName
{
border-color: #293891;
}
</style>