Shades of Venice Blue #294D70
Tints of Venice Blue #294D70
RGB
CMYK
RGB Variations
Color information
#294D70 (or 0x294D70) is known color: Venice Blue. HEX triplet: 29, 4D and 70. RGB value is (41,77,112). Sum of RGB (Red+Green+Blue) = 41+77+112=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #294D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D70 is #D6B28F. Grayscale: #464646. Windows color (decimal): -14070416 or 7359785. OLE color: 7359785.
HSL color Cylindrical-coordinate representation of color #294D70: hue angle of 209.58º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294D70 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 77 | 112 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.56 |
| HSL | 209.58º | 0.46% | 0.3% | - |
| HSV(B) | 209.58º | 0.63% | 0.44% | - |
| XYZ | 6.49 | 6.95 | 16.33 | - |
| YUV | 70.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 112 | 0.63 | 0.31 | 0 | 0.56 | 209.58 | 0.46 | 0.3 |
| Hex | 29 | 4D | 70 | 3F | 1F | 0 | 38 | D2 | 2E | 1E |
| Octal | 51 | 115 | 160 | 77 | 37 | 0 | 70 | 322 | 56 | 36 |
| Binary | 101001 | 1001101 | 1110000 | 111111 | 11111 | 0 | 111000 | 11010010 | 101110 | 11110 |
Color Harmonies of #294D70
Complementary color
Monochromatic Colors of #294D70
Black with #294D70
Text Example
Text Example
White with #294D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D70; }
p { color: rgb(41,77,112); }
H1.HeaderClassName
{
color: #294D70;
}
.AnyTagClassName
{
color: #294D70;
}
</style>
background-color css
<style>
a { background-color: #294D70; }
a { background-color: rgb(41,77,112); }
div.DivClassName
{
background-color: #294D70;
}
.BgClassName
{
background-color: #294D70;
}
</style>
border-color css
<style>
span { border-color: #294D70; }
span { border-color: rgb(41,77,112); }
td.TdClassName
{
border-color: #294D70;
}
.TagClassName
{
border-color: #294D70;
}
</style>