Shades of Venice Blue #294C6C
Tints of Venice Blue #294C6C
RGB
CMYK
RGB Variations
Color information
#294C6C (or 0x294C6C) is known color: Venice Blue. HEX triplet: 29, 4C and 6C. RGB value is (41,76,108). Sum of RGB (Red+Green+Blue) = 41+76+108=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #294C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C6C is #D6B393. Grayscale: #454545. Windows color (decimal): -14070676 or 7097385. OLE color: 7097385.
HSL color Cylindrical-coordinate representation of color #294C6C: hue angle of 208.66º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294C6C is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 76 | 108 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.58 |
| HSL | 208.66º | 0.45% | 0.29% | - |
| HSV(B) | 208.66º | 0.62% | 0.42% | - |
| XYZ | 6.21 | 6.72 | 15.16 | - |
| YUV | 69.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 108 | 0.62 | 0.30 | 0 | 0.58 | 208.66 | 0.45 | 0.29 |
| Hex | 29 | 4C | 6C | 3E | 1E | 0 | 3A | D1 | 2D | 1D |
| Octal | 51 | 114 | 154 | 76 | 36 | 0 | 72 | 321 | 55 | 35 |
| Binary | 101001 | 1001100 | 1101100 | 111110 | 11110 | 0 | 111010 | 11010001 | 101101 | 11101 |
Color Harmonies of #294C6C
Complementary color
Monochromatic Colors of #294C6C
Black with #294C6C
Text Example
Text Example
White with #294C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C6C; }
p { color: rgb(41,76,108); }
H1.HeaderClassName
{
color: #294C6C;
}
.AnyTagClassName
{
color: #294C6C;
}
</style>
background-color css
<style>
a { background-color: #294C6C; }
a { background-color: rgb(41,76,108); }
div.DivClassName
{
background-color: #294C6C;
}
.BgClassName
{
background-color: #294C6C;
}
</style>
border-color css
<style>
span { border-color: #294C6C; }
span { border-color: rgb(41,76,108); }
td.TdClassName
{
border-color: #294C6C;
}
.TagClassName
{
border-color: #294C6C;
}
</style>