Shades of Venice Blue #294B71
Tints of Venice Blue #294B71
RGB
CMYK
RGB Variations
Color information
#294B71 (or 0x294B71) is known color: Venice Blue. HEX triplet: 29, 4B and 71. RGB value is (41,75,113). Sum of RGB (Red+Green+Blue) = 41+75+113=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #294B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B71 is #D6B48E. Grayscale: #444444. Windows color (decimal): -14070927 or 7424809. OLE color: 7424809.
HSL color Cylindrical-coordinate representation of color #294B71: hue angle of 211.67º 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 #294B71 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 75 | 113 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.56 |
| HSL | 211.67º | 0.47% | 0.3% | - |
| HSV(B) | 211.67º | 0.64% | 0.44% | - |
| XYZ | 6.41 | 6.7 | 16.58 | - |
| YUV | 69.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 113 | 0.64 | 0.34 | 0 | 0.56 | 211.67 | 0.47 | 0.3 |
| Hex | 29 | 4B | 71 | 40 | 22 | 0 | 38 | D4 | 2F | 1E |
| Octal | 51 | 113 | 161 | 100 | 42 | 0 | 70 | 324 | 57 | 36 |
| Binary | 101001 | 1001011 | 1110001 | 1000000 | 100010 | 0 | 111000 | 11010100 | 101111 | 11110 |
Color Harmonies of #294B71
Complementary color
Monochromatic Colors of #294B71
Black with #294B71
Text Example
Text Example
White with #294B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B71; }
p { color: rgb(41,75,113); }
H1.HeaderClassName
{
color: #294B71;
}
.AnyTagClassName
{
color: #294B71;
}
</style>
background-color css
<style>
a { background-color: #294B71; }
a { background-color: rgb(41,75,113); }
div.DivClassName
{
background-color: #294B71;
}
.BgClassName
{
background-color: #294B71;
}
</style>
border-color css
<style>
span { border-color: #294B71; }
span { border-color: rgb(41,75,113); }
td.TdClassName
{
border-color: #294B71;
}
.TagClassName
{
border-color: #294B71;
}
</style>