Shades of Tory Blue #294187
Tints of Tory Blue #294187
RGB
CMYK
RGB Variations
Color information
#294187 (or 0x294187) is known color: Tory Blue. HEX triplet: 29, 41 and 87. RGB value is (41,65,135). Sum of RGB (Red+Green+Blue) = 41+65+135=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #294187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294187 is #D6BE78. Grayscale: #414141. Windows color (decimal): -14073465 or 8864041. OLE color: 8864041.
HSL color Cylindrical-coordinate representation of color #294187: hue angle of 224.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294187 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 65 | 135 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.47 |
| HSL | 224.68º | 0.53% | 0.35% | - |
| HSV(B) | 224.68º | 0.7% | 0.53% | - |
| XYZ | 7.18 | 6 | 23.7 | - |
| YUV | 65.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 135 | 0.70 | 0.52 | 0 | 0.47 | 224.68 | 0.53 | 0.35 |
| Hex | 29 | 41 | 87 | 46 | 34 | 0 | 2F | E1 | 35 | 23 |
| Octal | 51 | 101 | 207 | 106 | 64 | 0 | 57 | 341 | 65 | 43 |
| Binary | 101001 | 1000001 | 10000111 | 1000110 | 110100 | 0 | 101111 | 11100001 | 110101 | 100011 |
Color Harmonies of #294187
Complementary color
Monochromatic Colors of #294187
Black with #294187
Text Example
Text Example
White with #294187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294187; }
p { color: rgb(41,65,135); }
H1.HeaderClassName
{
color: #294187;
}
.AnyTagClassName
{
color: #294187;
}
</style>
background-color css
<style>
a { background-color: #294187; }
a { background-color: rgb(41,65,135); }
div.DivClassName
{
background-color: #294187;
}
.BgClassName
{
background-color: #294187;
}
</style>
border-color css
<style>
span { border-color: #294187; }
span { border-color: rgb(41,65,135); }
td.TdClassName
{
border-color: #294187;
}
.TagClassName
{
border-color: #294187;
}
</style>