Shades of Venice Blue #294D71
Tints of Venice Blue #294D71
RGB
CMYK
RGB Variations
Color information
#294D71 (or 0x294D71) is known color: Venice Blue. HEX triplet: 29, 4D and 71. RGB value is (41,77,113). Sum of RGB (Red+Green+Blue) = 41+77+113=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #294D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D71 is #D6B28E. Grayscale: #464646. Windows color (decimal): -14070415 or 7425321. OLE color: 7425321.
HSL color Cylindrical-coordinate representation of color #294D71: hue angle of 210º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294D71 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 77 | 113 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.56 |
| HSL | 210º | 0.47% | 0.3% | - |
| HSV(B) | 210º | 0.64% | 0.44% | - |
| XYZ | 6.55 | 6.97 | 16.62 | - |
| YUV | 70.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 113 | 0.64 | 0.32 | 0 | 0.56 | 210 | 0.47 | 0.3 |
| Hex | 29 | 4D | 71 | 40 | 20 | 0 | 38 | D2 | 2F | 1E |
| Octal | 51 | 115 | 161 | 100 | 40 | 0 | 70 | 322 | 57 | 36 |
| Binary | 101001 | 1001101 | 1110001 | 1000000 | 100000 | 0 | 111000 | 11010010 | 101111 | 11110 |
Color Harmonies of #294D71
Complementary color
Monochromatic Colors of #294D71
Black with #294D71
Text Example
Text Example
White with #294D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D71; }
p { color: rgb(41,77,113); }
H1.HeaderClassName
{
color: #294D71;
}
.AnyTagClassName
{
color: #294D71;
}
</style>
background-color css
<style>
a { background-color: #294D71; }
a { background-color: rgb(41,77,113); }
div.DivClassName
{
background-color: #294D71;
}
.BgClassName
{
background-color: #294D71;
}
</style>
border-color css
<style>
span { border-color: #294D71; }
span { border-color: rgb(41,77,113); }
td.TdClassName
{
border-color: #294D71;
}
.TagClassName
{
border-color: #294D71;
}
</style>