Shades of Tory Blue #29439A
Tints of Tory Blue #29439A
RGB
CMYK
RGB Variations
Color information
#29439A (or 0x29439A) is known color: Tory Blue. HEX triplet: 29, 43 and 9A. RGB value is (41,67,154). Sum of RGB (Red+Green+Blue) = 41+67+154=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #29439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29439A is #D6BC65. Grayscale: #444444. Windows color (decimal): -14072934 or 10109737. OLE color: 10109737.
HSL color Cylindrical-coordinate representation of color #29439A: hue angle of 226.19º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29439A is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 67 | 154 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.40 |
| HSL | 226.19º | 0.58% | 0.38% | - |
| HSV(B) | 226.19º | 0.73% | 0.6% | - |
| XYZ | 8.75 | 6.82 | 31.43 | - |
| YUV | 69.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 154 | 0.73 | 0.56 | 0 | 0.40 | 226.19 | 0.58 | 0.38 |
| Hex | 29 | 43 | 9A | 49 | 38 | 0 | 28 | E2 | 3A | 26 |
| Octal | 51 | 103 | 232 | 111 | 70 | 0 | 50 | 342 | 72 | 46 |
| Binary | 101001 | 1000011 | 10011010 | 1001001 | 111000 | 0 | 101000 | 11100010 | 111010 | 100110 |
Color Harmonies of #29439A
Complementary color
Monochromatic Colors of #29439A
Black with #29439A
Text Example
Text Example
White with #29439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29439A; }
p { color: rgb(41,67,154); }
H1.HeaderClassName
{
color: #29439A;
}
.AnyTagClassName
{
color: #29439A;
}
</style>
background-color css
<style>
a { background-color: #29439A; }
a { background-color: rgb(41,67,154); }
div.DivClassName
{
background-color: #29439A;
}
.BgClassName
{
background-color: #29439A;
}
</style>
border-color css
<style>
span { border-color: #29439A; }
span { border-color: rgb(41,67,154); }
td.TdClassName
{
border-color: #29439A;
}
.TagClassName
{
border-color: #29439A;
}
</style>