Shades of Tory Blue #29499B
Tints of Tory Blue #29499B
RGB
CMYK
RGB Variations
Color information
#29499B (or 0x29499B) is known color: Tory Blue. HEX triplet: 29, 49 and 9B. RGB value is (41,73,155). Sum of RGB (Red+Green+Blue) = 41+73+155=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #29499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29499B is #D6B664. Grayscale: #484848. Windows color (decimal): -14071397 or 10176809. OLE color: 10176809.
HSL color Cylindrical-coordinate representation of color #29499B: hue angle of 223.16º 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 #29499B is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 73 | 155 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.39 |
| HSL | 223.16º | 0.58% | 0.38% | - |
| HSV(B) | 223.16º | 0.74% | 0.61% | - |
| XYZ | 9.21 | 7.6 | 31.99 | - |
| YUV | 72.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 155 | 0.74 | 0.53 | 0 | 0.39 | 223.16 | 0.58 | 0.38 |
| Hex | 29 | 49 | 9B | 4A | 35 | 0 | 27 | DF | 3A | 26 |
| Octal | 51 | 111 | 233 | 112 | 65 | 0 | 47 | 337 | 72 | 46 |
| Binary | 101001 | 1001001 | 10011011 | 1001010 | 110101 | 0 | 100111 | 11011111 | 111010 | 100110 |
Color Harmonies of #29499B
Complementary color
Monochromatic Colors of #29499B
Black with #29499B
Text Example
Text Example
White with #29499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29499B; }
p { color: rgb(41,73,155); }
H1.HeaderClassName
{
color: #29499B;
}
.AnyTagClassName
{
color: #29499B;
}
</style>
background-color css
<style>
a { background-color: #29499B; }
a { background-color: rgb(41,73,155); }
div.DivClassName
{
background-color: #29499B;
}
.BgClassName
{
background-color: #29499B;
}
</style>
border-color css
<style>
span { border-color: #29499B; }
span { border-color: rgb(41,73,155); }
td.TdClassName
{
border-color: #29499B;
}
.TagClassName
{
border-color: #29499B;
}
</style>