Shades of Venice Blue #29557C
Tints of Venice Blue #29557C
RGB
CMYK
RGB Variations
Color information
#29557C (or 0x29557C) is known color: Venice Blue. HEX triplet: 29, 55 and 7C. RGB value is (41,85,124). Sum of RGB (Red+Green+Blue) = 41+85+124=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #29557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29557C is #D6AA83. Grayscale: #4C4C4C. Windows color (decimal): -14068356 or 8148265. OLE color: 8148265.
HSL color Cylindrical-coordinate representation of color #29557C: hue angle of 208.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29557C is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 85 | 124 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.51 |
| HSL | 208.19º | 0.5% | 0.32% | - |
| HSV(B) | 208.19º | 0.67% | 0.49% | - |
| XYZ | 7.8 | 8.42 | 20.28 | - |
| YUV | 76.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 124 | 0.67 | 0.31 | 0 | 0.51 | 208.19 | 0.5 | 0.32 |
| Hex | 29 | 55 | 7C | 43 | 1F | 0 | 33 | D0 | 32 | 20 |
| Octal | 51 | 125 | 174 | 103 | 37 | 0 | 63 | 320 | 62 | 40 |
| Binary | 101001 | 1010101 | 1111100 | 1000011 | 11111 | 0 | 110011 | 11010000 | 110010 | 100000 |
Color Harmonies of #29557C
Complementary color
Monochromatic Colors of #29557C
Black with #29557C
Text Example
Text Example
White with #29557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29557C; }
p { color: rgb(41,85,124); }
H1.HeaderClassName
{
color: #29557C;
}
.AnyTagClassName
{
color: #29557C;
}
</style>
background-color css
<style>
a { background-color: #29557C; }
a { background-color: rgb(41,85,124); }
div.DivClassName
{
background-color: #29557C;
}
.BgClassName
{
background-color: #29557C;
}
</style>
border-color css
<style>
span { border-color: #29557C; }
span { border-color: rgb(41,85,124); }
td.TdClassName
{
border-color: #29557C;
}
.TagClassName
{
border-color: #29557C;
}
</style>