Shades of Venice Blue #294A76
Tints of Venice Blue #294A76
RGB
CMYK
RGB Variations
Color information
#294A76 (or 0x294A76) is known color: Venice Blue. HEX triplet: 29, 4A and 76. RGB value is (41,74,118). Sum of RGB (Red+Green+Blue) = 41+74+118=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #294A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A76 is #D6B589. Grayscale: #444444. Windows color (decimal): -14071178 or 7752233. OLE color: 7752233.
HSL color Cylindrical-coordinate representation of color #294A76: hue angle of 214.29º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294A76 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 74 | 118 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.54 |
| HSL | 214.29º | 0.48% | 0.31% | - |
| HSV(B) | 214.29º | 0.65% | 0.46% | - |
| XYZ | 6.63 | 6.68 | 18.08 | - |
| YUV | 69.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 118 | 0.65 | 0.37 | 0 | 0.54 | 214.29 | 0.48 | 0.31 |
| Hex | 29 | 4A | 76 | 41 | 25 | 0 | 36 | D6 | 30 | 1F |
| Octal | 51 | 112 | 166 | 101 | 45 | 0 | 66 | 326 | 60 | 37 |
| Binary | 101001 | 1001010 | 1110110 | 1000001 | 100101 | 0 | 110110 | 11010110 | 110000 | 11111 |
Color Harmonies of #294A76
Complementary color
Monochromatic Colors of #294A76
Black with #294A76
Text Example
Text Example
White with #294A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A76; }
p { color: rgb(41,74,118); }
H1.HeaderClassName
{
color: #294A76;
}
.AnyTagClassName
{
color: #294A76;
}
</style>
background-color css
<style>
a { background-color: #294A76; }
a { background-color: rgb(41,74,118); }
div.DivClassName
{
background-color: #294A76;
}
.BgClassName
{
background-color: #294A76;
}
</style>
border-color css
<style>
span { border-color: #294A76; }
span { border-color: rgb(41,74,118); }
td.TdClassName
{
border-color: #294A76;
}
.TagClassName
{
border-color: #294A76;
}
</style>