Shades of Venice Blue #294C71
Tints of Venice Blue #294C71
RGB
CMYK
RGB Variations
Color information
#294C71 (or 0x294C71) is known color: Venice Blue. HEX triplet: 29, 4C and 71. RGB value is (41,76,113). Sum of RGB (Red+Green+Blue) = 41+76+113=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #294C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C71 is #D6B38E. Grayscale: #454545. Windows color (decimal): -14070671 or 7425065. OLE color: 7425065.
HSL color Cylindrical-coordinate representation of color #294C71: hue angle of 210.83º 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 #294C71 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 76 | 113 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.56 |
| HSL | 210.83º | 0.47% | 0.3% | - |
| HSV(B) | 210.83º | 0.64% | 0.44% | - |
| XYZ | 6.48 | 6.83 | 16.6 | - |
| YUV | 69.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 113 | 0.64 | 0.33 | 0 | 0.56 | 210.83 | 0.47 | 0.3 |
| Hex | 29 | 4C | 71 | 40 | 21 | 0 | 38 | D3 | 2F | 1E |
| Octal | 51 | 114 | 161 | 100 | 41 | 0 | 70 | 323 | 57 | 36 |
| Binary | 101001 | 1001100 | 1110001 | 1000000 | 100001 | 0 | 111000 | 11010011 | 101111 | 11110 |
Color Harmonies of #294C71
Complementary color
Monochromatic Colors of #294C71
Black with #294C71
Text Example
Text Example
White with #294C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C71; }
p { color: rgb(41,76,113); }
H1.HeaderClassName
{
color: #294C71;
}
.AnyTagClassName
{
color: #294C71;
}
</style>
background-color css
<style>
a { background-color: #294C71; }
a { background-color: rgb(41,76,113); }
div.DivClassName
{
background-color: #294C71;
}
.BgClassName
{
background-color: #294C71;
}
</style>
border-color css
<style>
span { border-color: #294C71; }
span { border-color: rgb(41,76,113); }
td.TdClassName
{
border-color: #294C71;
}
.TagClassName
{
border-color: #294C71;
}
</style>