Shades of Venice Blue #294D77
Tints of Venice Blue #294D77
RGB
CMYK
RGB Variations
Color information
#294D77 (or 0x294D77) is known color: Venice Blue. HEX triplet: 29, 4D and 77. RGB value is (41,77,119). Sum of RGB (Red+Green+Blue) = 41+77+119=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #294D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D77 is #D6B288. Grayscale: #464646. Windows color (decimal): -14070409 or 7818537. OLE color: 7818537.
HSL color Cylindrical-coordinate representation of color #294D77: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294D77 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 77 | 119 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.53 |
| HSL | 212.31º | 0.49% | 0.31% | - |
| HSV(B) | 212.31º | 0.66% | 0.47% | - |
| XYZ | 6.9 | 7.11 | 18.46 | - |
| YUV | 71.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 119 | 0.66 | 0.35 | 0 | 0.53 | 212.31 | 0.49 | 0.31 |
| Hex | 29 | 4D | 77 | 42 | 23 | 0 | 35 | D4 | 31 | 1F |
| Octal | 51 | 115 | 167 | 102 | 43 | 0 | 65 | 324 | 61 | 37 |
| Binary | 101001 | 1001101 | 1110111 | 1000010 | 100011 | 0 | 110101 | 11010100 | 110001 | 11111 |
Color Harmonies of #294D77
Complementary color
Monochromatic Colors of #294D77
Black with #294D77
Text Example
Text Example
White with #294D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D77; }
p { color: rgb(41,77,119); }
H1.HeaderClassName
{
color: #294D77;
}
.AnyTagClassName
{
color: #294D77;
}
</style>
background-color css
<style>
a { background-color: #294D77; }
a { background-color: rgb(41,77,119); }
div.DivClassName
{
background-color: #294D77;
}
.BgClassName
{
background-color: #294D77;
}
</style>
border-color css
<style>
span { border-color: #294D77; }
span { border-color: rgb(41,77,119); }
td.TdClassName
{
border-color: #294D77;
}
.TagClassName
{
border-color: #294D77;
}
</style>