Shades of Tory Blue #293992
Tints of Tory Blue #293992
RGB
CMYK
RGB Variations
Color information
#293992 (or 0x293992) is known color: Tory Blue. HEX triplet: 29, 39 and 92. RGB value is (41,57,146). Sum of RGB (Red+Green+Blue) = 41+57+146=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #293992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293992 is #D6C66D. Grayscale: #3D3D3D. Windows color (decimal): -14075502 or 9582889. OLE color: 9582889.
HSL color Cylindrical-coordinate representation of color #293992: hue angle of 230.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293992 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 57 | 146 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.43 |
| HSL | 230.86º | 0.56% | 0.37% | - |
| HSV(B) | 230.86º | 0.72% | 0.57% | - |
| XYZ | 7.57 | 5.47 | 27.85 | - |
| YUV | 62.36 | 175.2 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 146 | 0.72 | 0.61 | 0 | 0.43 | 230.86 | 0.56 | 0.37 |
| Hex | 29 | 39 | 92 | 48 | 3D | 0 | 2B | E7 | 38 | 25 |
| Octal | 51 | 71 | 222 | 110 | 75 | 0 | 53 | 347 | 70 | 45 |
| Binary | 101001 | 111001 | 10010010 | 1001000 | 111101 | 0 | 101011 | 11100111 | 111000 | 100101 |
Color Harmonies of #293992
Complementary color
Monochromatic Colors of #293992
Black with #293992
Text Example
Text Example
White with #293992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293992; }
p { color: rgb(41,57,146); }
H1.HeaderClassName
{
color: #293992;
}
.AnyTagClassName
{
color: #293992;
}
</style>
background-color css
<style>
a { background-color: #293992; }
a { background-color: rgb(41,57,146); }
div.DivClassName
{
background-color: #293992;
}
.BgClassName
{
background-color: #293992;
}
</style>
border-color css
<style>
span { border-color: #293992; }
span { border-color: rgb(41,57,146); }
td.TdClassName
{
border-color: #293992;
}
.TagClassName
{
border-color: #293992;
}
</style>