Shades of Venice Blue #29527A
Tints of Venice Blue #29527A
RGB
CMYK
RGB Variations
Color information
#29527A (or 0x29527A) is known color: Venice Blue. HEX triplet: 29, 52 and 7A. RGB value is (41,82,122). Sum of RGB (Red+Green+Blue) = 41+82+122=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #29527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29527A is #D6AD85. Grayscale: #4A4A4A. Windows color (decimal): -14069126 or 8016425. OLE color: 8016425.
HSL color Cylindrical-coordinate representation of color #29527A: hue angle of 209.63º 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 #29527A is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 82 | 122 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.52 |
| HSL | 209.63º | 0.5% | 0.32% | - |
| HSV(B) | 209.63º | 0.66% | 0.48% | - |
| XYZ | 7.44 | 7.91 | 19.55 | - |
| YUV | 74.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 122 | 0.66 | 0.33 | 0 | 0.52 | 209.63 | 0.5 | 0.32 |
| Hex | 29 | 52 | 7A | 42 | 21 | 0 | 34 | D2 | 32 | 20 |
| Octal | 51 | 122 | 172 | 102 | 41 | 0 | 64 | 322 | 62 | 40 |
| Binary | 101001 | 1010010 | 1111010 | 1000010 | 100001 | 0 | 110100 | 11010010 | 110010 | 100000 |
Color Harmonies of #29527A
Complementary color
Monochromatic Colors of #29527A
Black with #29527A
Text Example
Text Example
White with #29527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29527A; }
p { color: rgb(41,82,122); }
H1.HeaderClassName
{
color: #29527A;
}
.AnyTagClassName
{
color: #29527A;
}
</style>
background-color css
<style>
a { background-color: #29527A; }
a { background-color: rgb(41,82,122); }
div.DivClassName
{
background-color: #29527A;
}
.BgClassName
{
background-color: #29527A;
}
</style>
border-color css
<style>
span { border-color: #29527A; }
span { border-color: rgb(41,82,122); }
td.TdClassName
{
border-color: #29527A;
}
.TagClassName
{
border-color: #29527A;
}
</style>