Shades of Venice Blue #294A70
Tints of Venice Blue #294A70
RGB
CMYK
RGB Variations
Color information
#294A70 (or 0x294A70) is known color: Venice Blue. HEX triplet: 29, 4A and 70. RGB value is (41,74,112). Sum of RGB (Red+Green+Blue) = 41+74+112=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #294A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A70 is #D6B58F. Grayscale: #444444. Windows color (decimal): -14071184 or 7359017. OLE color: 7359017.
HSL color Cylindrical-coordinate representation of color #294A70: hue angle of 212.11º 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 #294A70 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 74 | 112 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.56 |
| HSL | 212.11º | 0.46% | 0.3% | - |
| HSV(B) | 212.11º | 0.63% | 0.44% | - |
| XYZ | 6.29 | 6.54 | 16.26 | - |
| YUV | 68.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 112 | 0.63 | 0.34 | 0 | 0.56 | 212.11 | 0.46 | 0.3 |
| Hex | 29 | 4A | 70 | 3F | 22 | 0 | 38 | D4 | 2E | 1E |
| Octal | 51 | 112 | 160 | 77 | 42 | 0 | 70 | 324 | 56 | 36 |
| Binary | 101001 | 1001010 | 1110000 | 111111 | 100010 | 0 | 111000 | 11010100 | 101110 | 11110 |
Color Harmonies of #294A70
Complementary color
Monochromatic Colors of #294A70
Black with #294A70
Text Example
Text Example
White with #294A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A70; }
p { color: rgb(41,74,112); }
H1.HeaderClassName
{
color: #294A70;
}
.AnyTagClassName
{
color: #294A70;
}
</style>
background-color css
<style>
a { background-color: #294A70; }
a { background-color: rgb(41,74,112); }
div.DivClassName
{
background-color: #294A70;
}
.BgClassName
{
background-color: #294A70;
}
</style>
border-color css
<style>
span { border-color: #294A70; }
span { border-color: rgb(41,74,112); }
td.TdClassName
{
border-color: #294A70;
}
.TagClassName
{
border-color: #294A70;
}
</style>