Shades of Venice Blue #294A71
Tints of Venice Blue #294A71
RGB
CMYK
RGB Variations
Color information
#294A71 (or 0x294A71) is known color: Venice Blue. HEX triplet: 29, 4A and 71. RGB value is (41,74,113). Sum of RGB (Red+Green+Blue) = 41+74+113=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #294A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A71 is #D6B58E. Grayscale: #444444. Windows color (decimal): -14071183 or 7424553. OLE color: 7424553.
HSL color Cylindrical-coordinate representation of color #294A71: hue angle of 212.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294A71 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 74 | 113 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.56 |
| HSL | 212.5º | 0.47% | 0.3% | - |
| HSV(B) | 212.5º | 0.64% | 0.44% | - |
| XYZ | 6.34 | 6.56 | 16.55 | - |
| YUV | 68.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 113 | 0.64 | 0.35 | 0 | 0.56 | 212.5 | 0.47 | 0.3 |
| Hex | 29 | 4A | 71 | 40 | 23 | 0 | 38 | D4 | 2F | 1E |
| Octal | 51 | 112 | 161 | 100 | 43 | 0 | 70 | 324 | 57 | 36 |
| Binary | 101001 | 1001010 | 1110001 | 1000000 | 100011 | 0 | 111000 | 11010100 | 101111 | 11110 |
Color Harmonies of #294A71
Complementary color
Monochromatic Colors of #294A71
Black with #294A71
Text Example
Text Example
White with #294A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A71; }
p { color: rgb(41,74,113); }
H1.HeaderClassName
{
color: #294A71;
}
.AnyTagClassName
{
color: #294A71;
}
</style>
background-color css
<style>
a { background-color: #294A71; }
a { background-color: rgb(41,74,113); }
div.DivClassName
{
background-color: #294A71;
}
.BgClassName
{
background-color: #294A71;
}
</style>
border-color css
<style>
span { border-color: #294A71; }
span { border-color: rgb(41,74,113); }
td.TdClassName
{
border-color: #294A71;
}
.TagClassName
{
border-color: #294A71;
}
</style>