Shades of Venice Blue #294D72
Tints of Venice Blue #294D72
RGB
CMYK
RGB Variations
Color information
#294D72 (or 0x294D72) is known color: Venice Blue. HEX triplet: 29, 4D and 72. RGB value is (41,77,114). Sum of RGB (Red+Green+Blue) = 41+77+114=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #294D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D72 is #D6B28D. Grayscale: #464646. Windows color (decimal): -14070414 or 7490857. OLE color: 7490857.
HSL color Cylindrical-coordinate representation of color #294D72: hue angle of 210.41º 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 #294D72 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 77 | 114 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.55 |
| HSL | 210.41º | 0.47% | 0.3% | - |
| HSV(B) | 210.41º | 0.64% | 0.45% | - |
| XYZ | 6.61 | 6.99 | 16.92 | - |
| YUV | 70.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 114 | 0.64 | 0.32 | 0 | 0.55 | 210.41 | 0.47 | 0.3 |
| Hex | 29 | 4D | 72 | 40 | 20 | 0 | 37 | D2 | 2F | 1E |
| Octal | 51 | 115 | 162 | 100 | 40 | 0 | 67 | 322 | 57 | 36 |
| Binary | 101001 | 1001101 | 1110010 | 1000000 | 100000 | 0 | 110111 | 11010010 | 101111 | 11110 |
Color Harmonies of #294D72
Complementary color
Monochromatic Colors of #294D72
Black with #294D72
Text Example
Text Example
White with #294D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D72; }
p { color: rgb(41,77,114); }
H1.HeaderClassName
{
color: #294D72;
}
.AnyTagClassName
{
color: #294D72;
}
</style>
background-color css
<style>
a { background-color: #294D72; }
a { background-color: rgb(41,77,114); }
div.DivClassName
{
background-color: #294D72;
}
.BgClassName
{
background-color: #294D72;
}
</style>
border-color css
<style>
span { border-color: #294D72; }
span { border-color: rgb(41,77,114); }
td.TdClassName
{
border-color: #294D72;
}
.TagClassName
{
border-color: #294D72;
}
</style>