Shades of Tory Blue #293F94
Tints of Tory Blue #293F94
RGB
CMYK
RGB Variations
Color information
#293F94 (or 0x293F94) is known color: Tory Blue. HEX triplet: 29, 3F and 94. RGB value is (41,63,148). Sum of RGB (Red+Green+Blue) = 41+63+148=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #293F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F94 is #D6C06B. Grayscale: #414141. Windows color (decimal): -14073964 or 9715497. OLE color: 9715497.
HSL color Cylindrical-coordinate representation of color #293F94: hue angle of 227.66º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293F94 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 63 | 148 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.42 |
| HSL | 227.66º | 0.57% | 0.37% | - |
| HSV(B) | 227.66º | 0.72% | 0.58% | - |
| XYZ | 8.04 | 6.16 | 28.78 | - |
| YUV | 66.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 148 | 0.72 | 0.57 | 0 | 0.42 | 227.66 | 0.57 | 0.37 |
| Hex | 29 | 3F | 94 | 48 | 39 | 0 | 2A | E4 | 39 | 25 |
| Octal | 51 | 77 | 224 | 110 | 71 | 0 | 52 | 344 | 71 | 45 |
| Binary | 101001 | 111111 | 10010100 | 1001000 | 111001 | 0 | 101010 | 11100100 | 111001 | 100101 |
Color Harmonies of #293F94
Complementary color
Monochromatic Colors of #293F94
Black with #293F94
Text Example
Text Example
White with #293F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F94; }
p { color: rgb(41,63,148); }
H1.HeaderClassName
{
color: #293F94;
}
.AnyTagClassName
{
color: #293F94;
}
</style>
background-color css
<style>
a { background-color: #293F94; }
a { background-color: rgb(41,63,148); }
div.DivClassName
{
background-color: #293F94;
}
.BgClassName
{
background-color: #293F94;
}
</style>
border-color css
<style>
span { border-color: #293F94; }
span { border-color: rgb(41,63,148); }
td.TdClassName
{
border-color: #293F94;
}
.TagClassName
{
border-color: #293F94;
}
</style>