Shades of Tory Blue #29429C
Tints of Tory Blue #29429C
RGB
CMYK
RGB Variations
Color information
#29429C (or 0x29429C) is known color: Tory Blue. HEX triplet: 29, 42 and 9C. RGB value is (41,66,156). Sum of RGB (Red+Green+Blue) = 41+66+156=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #29429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29429C is #D6BD63. Grayscale: #444444. Windows color (decimal): -14073188 or 10240553. OLE color: 10240553.
HSL color Cylindrical-coordinate representation of color #29429C: hue angle of 226.96º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29429C is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 66 | 156 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.39 |
| HSL | 226.96º | 0.58% | 0.39% | - |
| HSV(B) | 226.96º | 0.74% | 0.61% | - |
| XYZ | 8.86 | 6.77 | 32.29 | - |
| YUV | 68.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 156 | 0.74 | 0.58 | 0 | 0.39 | 226.96 | 0.58 | 0.39 |
| Hex | 29 | 42 | 9C | 4A | 3A | 0 | 27 | E3 | 3A | 27 |
| Octal | 51 | 102 | 234 | 112 | 72 | 0 | 47 | 343 | 72 | 47 |
| Binary | 101001 | 1000010 | 10011100 | 1001010 | 111010 | 0 | 100111 | 11100011 | 111010 | 100111 |
Color Harmonies of #29429C
Complementary color
Monochromatic Colors of #29429C
Black with #29429C
Text Example
Text Example
White with #29429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29429C; }
p { color: rgb(41,66,156); }
H1.HeaderClassName
{
color: #29429C;
}
.AnyTagClassName
{
color: #29429C;
}
</style>
background-color css
<style>
a { background-color: #29429C; }
a { background-color: rgb(41,66,156); }
div.DivClassName
{
background-color: #29429C;
}
.BgClassName
{
background-color: #29429C;
}
</style>
border-color css
<style>
span { border-color: #29429C; }
span { border-color: rgb(41,66,156); }
td.TdClassName
{
border-color: #29429C;
}
.TagClassName
{
border-color: #29429C;
}
</style>