Shades of Venice Blue #29547A
Tints of Venice Blue #29547A
RGB
CMYK
RGB Variations
Color information
#29547A (or 0x29547A) is known color: Venice Blue. HEX triplet: 29, 54 and 7A. RGB value is (41,84,122). Sum of RGB (Red+Green+Blue) = 41+84+122=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #29547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29547A is #D6AB85. Grayscale: #4B4B4B. Windows color (decimal): -14068614 or 8016937. OLE color: 8016937.
HSL color Cylindrical-coordinate representation of color #29547A: hue angle of 208.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29547A is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 84 | 122 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.52 |
| HSL | 208.15º | 0.5% | 0.32% | - |
| HSV(B) | 208.15º | 0.66% | 0.48% | - |
| XYZ | 7.6 | 8.22 | 19.6 | - |
| YUV | 75.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 122 | 0.66 | 0.31 | 0 | 0.52 | 208.15 | 0.5 | 0.32 |
| Hex | 29 | 54 | 7A | 42 | 1F | 0 | 34 | D0 | 32 | 20 |
| Octal | 51 | 124 | 172 | 102 | 37 | 0 | 64 | 320 | 62 | 40 |
| Binary | 101001 | 1010100 | 1111010 | 1000010 | 11111 | 0 | 110100 | 11010000 | 110010 | 100000 |
Color Harmonies of #29547A
Complementary color
Monochromatic Colors of #29547A
Black with #29547A
Text Example
Text Example
White with #29547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29547A; }
p { color: rgb(41,84,122); }
H1.HeaderClassName
{
color: #29547A;
}
.AnyTagClassName
{
color: #29547A;
}
</style>
background-color css
<style>
a { background-color: #29547A; }
a { background-color: rgb(41,84,122); }
div.DivClassName
{
background-color: #29547A;
}
.BgClassName
{
background-color: #29547A;
}
</style>
border-color css
<style>
span { border-color: #29547A; }
span { border-color: rgb(41,84,122); }
td.TdClassName
{
border-color: #29547A;
}
.TagClassName
{
border-color: #29547A;
}
</style>