Shades of Venice Blue #294C72
Tints of Venice Blue #294C72
RGB
CMYK
RGB Variations
Color information
#294C72 (or 0x294C72) is known color: Venice Blue. HEX triplet: 29, 4C and 72. RGB value is (41,76,114). Sum of RGB (Red+Green+Blue) = 41+76+114=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #294C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C72 is #D6B38D. Grayscale: #454545. Windows color (decimal): -14070670 or 7490601. OLE color: 7490601.
HSL color Cylindrical-coordinate representation of color #294C72: hue angle of 211.23º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294C72 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 76 | 114 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.55 |
| HSL | 211.23º | 0.47% | 0.3% | - |
| HSV(B) | 211.23º | 0.64% | 0.45% | - |
| XYZ | 6.54 | 6.86 | 16.9 | - |
| YUV | 69.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 114 | 0.64 | 0.33 | 0 | 0.55 | 211.23 | 0.47 | 0.3 |
| Hex | 29 | 4C | 72 | 40 | 21 | 0 | 37 | D3 | 2F | 1E |
| Octal | 51 | 114 | 162 | 100 | 41 | 0 | 67 | 323 | 57 | 36 |
| Binary | 101001 | 1001100 | 1110010 | 1000000 | 100001 | 0 | 110111 | 11010011 | 101111 | 11110 |
Color Harmonies of #294C72
Complementary color
Monochromatic Colors of #294C72
Black with #294C72
Text Example
Text Example
White with #294C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C72; }
p { color: rgb(41,76,114); }
H1.HeaderClassName
{
color: #294C72;
}
.AnyTagClassName
{
color: #294C72;
}
</style>
background-color css
<style>
a { background-color: #294C72; }
a { background-color: rgb(41,76,114); }
div.DivClassName
{
background-color: #294C72;
}
.BgClassName
{
background-color: #294C72;
}
</style>
border-color css
<style>
span { border-color: #294C72; }
span { border-color: rgb(41,76,114); }
td.TdClassName
{
border-color: #294C72;
}
.TagClassName
{
border-color: #294C72;
}
</style>