Shades of Venice Blue #294C73
Tints of Venice Blue #294C73
RGB
CMYK
RGB Variations
Color information
#294C73 (or 0x294C73) is known color: Venice Blue. HEX triplet: 29, 4C and 73. RGB value is (41,76,115). Sum of RGB (Red+Green+Blue) = 41+76+115=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #294C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C73 is #D6B38C. Grayscale: #454545. Windows color (decimal): -14070669 or 7556137. OLE color: 7556137.
HSL color Cylindrical-coordinate representation of color #294C73: hue angle of 211.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294C73 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 76 | 115 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.55 |
| HSL | 211.62º | 0.47% | 0.31% | - |
| HSV(B) | 211.62º | 0.64% | 0.45% | - |
| XYZ | 6.59 | 6.88 | 17.2 | - |
| YUV | 69.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 115 | 0.64 | 0.34 | 0 | 0.55 | 211.62 | 0.47 | 0.31 |
| Hex | 29 | 4C | 73 | 40 | 22 | 0 | 37 | D4 | 2F | 1F |
| Octal | 51 | 114 | 163 | 100 | 42 | 0 | 67 | 324 | 57 | 37 |
| Binary | 101001 | 1001100 | 1110011 | 1000000 | 100010 | 0 | 110111 | 11010100 | 101111 | 11111 |
Color Harmonies of #294C73
Complementary color
Monochromatic Colors of #294C73
Black with #294C73
Text Example
Text Example
White with #294C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C73; }
p { color: rgb(41,76,115); }
H1.HeaderClassName
{
color: #294C73;
}
.AnyTagClassName
{
color: #294C73;
}
</style>
background-color css
<style>
a { background-color: #294C73; }
a { background-color: rgb(41,76,115); }
div.DivClassName
{
background-color: #294C73;
}
.BgClassName
{
background-color: #294C73;
}
</style>
border-color css
<style>
span { border-color: #294C73; }
span { border-color: rgb(41,76,115); }
td.TdClassName
{
border-color: #294C73;
}
.TagClassName
{
border-color: #294C73;
}
</style>