Shades of Venice Blue #294870
Tints of Venice Blue #294870
RGB
CMYK
RGB Variations
Color information
#294870 (or 0x294870) is known color: Venice Blue. HEX triplet: 29, 48 and 70. RGB value is (41,72,112). Sum of RGB (Red+Green+Blue) = 41+72+112=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #294870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294870 is #D6B78F. Grayscale: #434343. Windows color (decimal): -14071696 or 7358505. OLE color: 7358505.
HSL color Cylindrical-coordinate representation of color #294870: hue angle of 213.8º 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 #294870 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 72 | 112 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.56 |
| HSL | 213.8º | 0.46% | 0.3% | - |
| HSV(B) | 213.8º | 0.63% | 0.44% | - |
| XYZ | 6.16 | 6.28 | 16.22 | - |
| YUV | 67.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 112 | 0.63 | 0.36 | 0 | 0.56 | 213.8 | 0.46 | 0.3 |
| Hex | 29 | 48 | 70 | 3F | 24 | 0 | 38 | D6 | 2E | 1E |
| Octal | 51 | 110 | 160 | 77 | 44 | 0 | 70 | 326 | 56 | 36 |
| Binary | 101001 | 1001000 | 1110000 | 111111 | 100100 | 0 | 111000 | 11010110 | 101110 | 11110 |
Color Harmonies of #294870
Complementary color
Monochromatic Colors of #294870
Black with #294870
Text Example
Text Example
White with #294870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294870; }
p { color: rgb(41,72,112); }
H1.HeaderClassName
{
color: #294870;
}
.AnyTagClassName
{
color: #294870;
}
</style>
background-color css
<style>
a { background-color: #294870; }
a { background-color: rgb(41,72,112); }
div.DivClassName
{
background-color: #294870;
}
.BgClassName
{
background-color: #294870;
}
</style>
border-color css
<style>
span { border-color: #294870; }
span { border-color: rgb(41,72,112); }
td.TdClassName
{
border-color: #294870;
}
.TagClassName
{
border-color: #294870;
}
</style>