Shades of Tory Blue #29438A
Tints of Tory Blue #29438A
RGB
CMYK
RGB Variations
Color information
#29438A (or 0x29438A) is known color: Tory Blue. HEX triplet: 29, 43 and 8A. RGB value is (41,67,138). Sum of RGB (Red+Green+Blue) = 41+67+138=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #29438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29438A is #D6BC75. Grayscale: #434343. Windows color (decimal): -14072950 or 9061161. OLE color: 9061161.
HSL color Cylindrical-coordinate representation of color #29438A: hue angle of 223.92º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29438A is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 67 | 138 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.46 |
| HSL | 223.92º | 0.54% | 0.35% | - |
| HSV(B) | 223.92º | 0.7% | 0.54% | - |
| XYZ | 7.51 | 6.32 | 24.87 | - |
| YUV | 67.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 138 | 0.70 | 0.51 | 0 | 0.46 | 223.92 | 0.54 | 0.35 |
| Hex | 29 | 43 | 8A | 46 | 33 | 0 | 2E | E0 | 36 | 23 |
| Octal | 51 | 103 | 212 | 106 | 63 | 0 | 56 | 340 | 66 | 43 |
| Binary | 101001 | 1000011 | 10001010 | 1000110 | 110011 | 0 | 101110 | 11100000 | 110110 | 100011 |
Color Harmonies of #29438A
Complementary color
Monochromatic Colors of #29438A
Black with #29438A
Text Example
Text Example
White with #29438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29438A; }
p { color: rgb(41,67,138); }
H1.HeaderClassName
{
color: #29438A;
}
.AnyTagClassName
{
color: #29438A;
}
</style>
background-color css
<style>
a { background-color: #29438A; }
a { background-color: rgb(41,67,138); }
div.DivClassName
{
background-color: #29438A;
}
.BgClassName
{
background-color: #29438A;
}
</style>
border-color css
<style>
span { border-color: #29438A; }
span { border-color: rgb(41,67,138); }
td.TdClassName
{
border-color: #29438A;
}
.TagClassName
{
border-color: #29438A;
}
</style>