Shades of Venice Blue #294C78
Tints of Venice Blue #294C78
RGB
CMYK
RGB Variations
Color information
#294C78 (or 0x294C78) is known color: Venice Blue. HEX triplet: 29, 4C and 78. RGB value is (41,76,120). Sum of RGB (Red+Green+Blue) = 41+76+120=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #294C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C78 is #D6B387. Grayscale: #464646. Windows color (decimal): -14070664 or 7883817. OLE color: 7883817.
HSL color Cylindrical-coordinate representation of color #294C78: hue angle of 213.42º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294C78 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 76 | 120 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.53 |
| HSL | 213.42º | 0.49% | 0.32% | - |
| HSV(B) | 213.42º | 0.66% | 0.47% | - |
| XYZ | 6.89 | 7 | 18.76 | - |
| YUV | 70.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 120 | 0.66 | 0.37 | 0 | 0.53 | 213.42 | 0.49 | 0.32 |
| Hex | 29 | 4C | 78 | 42 | 25 | 0 | 35 | D5 | 31 | 20 |
| Octal | 51 | 114 | 170 | 102 | 45 | 0 | 65 | 325 | 61 | 40 |
| Binary | 101001 | 1001100 | 1111000 | 1000010 | 100101 | 0 | 110101 | 11010101 | 110001 | 100000 |
Color Harmonies of #294C78
Complementary color
Monochromatic Colors of #294C78
Black with #294C78
Text Example
Text Example
White with #294C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C78; }
p { color: rgb(41,76,120); }
H1.HeaderClassName
{
color: #294C78;
}
.AnyTagClassName
{
color: #294C78;
}
</style>
background-color css
<style>
a { background-color: #294C78; }
a { background-color: rgb(41,76,120); }
div.DivClassName
{
background-color: #294C78;
}
.BgClassName
{
background-color: #294C78;
}
</style>
border-color css
<style>
span { border-color: #294C78; }
span { border-color: rgb(41,76,120); }
td.TdClassName
{
border-color: #294C78;
}
.TagClassName
{
border-color: #294C78;
}
</style>