Shades of Venice Blue #29587C
Tints of Venice Blue #29587C
RGB
CMYK
RGB Variations
Color information
#29587C (or 0x29587C) is known color: Venice Blue. HEX triplet: 29, 58 and 7C. RGB value is (41,88,124). Sum of RGB (Red+Green+Blue) = 41+88+124=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #29587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29587C is #D6A783. Grayscale: #4D4D4D. Windows color (decimal): -14067588 or 8149033. OLE color: 8149033.
HSL color Cylindrical-coordinate representation of color #29587C: hue angle of 206.02º 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 #29587C is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 88 | 124 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.51 |
| HSL | 206.02º | 0.5% | 0.32% | - |
| HSV(B) | 206.02º | 0.67% | 0.49% | - |
| XYZ | 8.04 | 8.91 | 20.36 | - |
| YUV | 78.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 124 | 0.67 | 0.29 | 0 | 0.51 | 206.02 | 0.5 | 0.32 |
| Hex | 29 | 58 | 7C | 43 | 1D | 0 | 33 | CE | 32 | 20 |
| Octal | 51 | 130 | 174 | 103 | 35 | 0 | 63 | 316 | 62 | 40 |
| Binary | 101001 | 1011000 | 1111100 | 1000011 | 11101 | 0 | 110011 | 11001110 | 110010 | 100000 |
Color Harmonies of #29587C
Complementary color
Monochromatic Colors of #29587C
Black with #29587C
Text Example
Text Example
White with #29587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29587C; }
p { color: rgb(41,88,124); }
H1.HeaderClassName
{
color: #29587C;
}
.AnyTagClassName
{
color: #29587C;
}
</style>
background-color css
<style>
a { background-color: #29587C; }
a { background-color: rgb(41,88,124); }
div.DivClassName
{
background-color: #29587C;
}
.BgClassName
{
background-color: #29587C;
}
</style>
border-color css
<style>
span { border-color: #29587C; }
span { border-color: rgb(41,88,124); }
td.TdClassName
{
border-color: #29587C;
}
.TagClassName
{
border-color: #29587C;
}
</style>