Shades of Venice Blue #294E79
Tints of Venice Blue #294E79
RGB
CMYK
RGB Variations
Color information
#294E79 (or 0x294E79) is known color: Venice Blue. HEX triplet: 29, 4E and 79. RGB value is (41,78,121). Sum of RGB (Red+Green+Blue) = 41+78+121=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #294E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E79 is #D6B186. Grayscale: #474747. Windows color (decimal): -14070151 or 7949865. OLE color: 7949865.
HSL color Cylindrical-coordinate representation of color #294E79: hue angle of 212.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294E79 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 78 | 121 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.53 |
| HSL | 212.25º | 0.49% | 0.32% | - |
| HSV(B) | 212.25º | 0.66% | 0.47% | - |
| XYZ | 7.09 | 7.3 | 19.12 | - |
| YUV | 71.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 121 | 0.66 | 0.36 | 0 | 0.53 | 212.25 | 0.49 | 0.32 |
| Hex | 29 | 4E | 79 | 42 | 24 | 0 | 35 | D4 | 31 | 20 |
| Octal | 51 | 116 | 171 | 102 | 44 | 0 | 65 | 324 | 61 | 40 |
| Binary | 101001 | 1001110 | 1111001 | 1000010 | 100100 | 0 | 110101 | 11010100 | 110001 | 100000 |
Color Harmonies of #294E79
Complementary color
Monochromatic Colors of #294E79
Black with #294E79
Text Example
Text Example
White with #294E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E79; }
p { color: rgb(41,78,121); }
H1.HeaderClassName
{
color: #294E79;
}
.AnyTagClassName
{
color: #294E79;
}
</style>
background-color css
<style>
a { background-color: #294E79; }
a { background-color: rgb(41,78,121); }
div.DivClassName
{
background-color: #294E79;
}
.BgClassName
{
background-color: #294E79;
}
</style>
border-color css
<style>
span { border-color: #294E79; }
span { border-color: rgb(41,78,121); }
td.TdClassName
{
border-color: #294E79;
}
.TagClassName
{
border-color: #294E79;
}
</style>