Shades of Tory Blue #294B9B
Tints of Tory Blue #294B9B
RGB
CMYK
RGB Variations
Color information
#294B9B (or 0x294B9B) is known color: Tory Blue. HEX triplet: 29, 4B and 9B. RGB value is (41,75,155). Sum of RGB (Red+Green+Blue) = 41+75+155=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #294B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B9B is #D6B464. Grayscale: #494949. Windows color (decimal): -14070885 or 10177321. OLE color: 10177321.
HSL color Cylindrical-coordinate representation of color #294B9B: hue angle of 222.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294B9B is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 75 | 155 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.39 |
| HSL | 222.11º | 0.58% | 0.38% | - |
| HSV(B) | 222.11º | 0.74% | 0.61% | - |
| XYZ | 9.35 | 7.87 | 32.04 | - |
| YUV | 73.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 155 | 0.74 | 0.52 | 0 | 0.39 | 222.11 | 0.58 | 0.38 |
| Hex | 29 | 4B | 9B | 4A | 34 | 0 | 27 | DE | 3A | 26 |
| Octal | 51 | 113 | 233 | 112 | 64 | 0 | 47 | 336 | 72 | 46 |
| Binary | 101001 | 1001011 | 10011011 | 1001010 | 110100 | 0 | 100111 | 11011110 | 111010 | 100110 |
Color Harmonies of #294B9B
Complementary color
Monochromatic Colors of #294B9B
Black with #294B9B
Text Example
Text Example
White with #294B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B9B; }
p { color: rgb(41,75,155); }
H1.HeaderClassName
{
color: #294B9B;
}
.AnyTagClassName
{
color: #294B9B;
}
</style>
background-color css
<style>
a { background-color: #294B9B; }
a { background-color: rgb(41,75,155); }
div.DivClassName
{
background-color: #294B9B;
}
.BgClassName
{
background-color: #294B9B;
}
</style>
border-color css
<style>
span { border-color: #294B9B; }
span { border-color: rgb(41,75,155); }
td.TdClassName
{
border-color: #294B9B;
}
.TagClassName
{
border-color: #294B9B;
}
</style>