Shades of Venice Blue #294873
Tints of Venice Blue #294873
RGB
CMYK
RGB Variations
Color information
#294873 (or 0x294873) is known color: Venice Blue. HEX triplet: 29, 48 and 73. RGB value is (41,72,115). Sum of RGB (Red+Green+Blue) = 41+72+115=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #294873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294873 is #D6B78C. Grayscale: #434343. Windows color (decimal): -14071693 or 7555113. OLE color: 7555113.
HSL color Cylindrical-coordinate representation of color #294873: hue angle of 214.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294873 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 72 | 115 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.55 |
| HSL | 214.86º | 0.47% | 0.31% | - |
| HSV(B) | 214.86º | 0.64% | 0.45% | - |
| XYZ | 6.33 | 6.34 | 17.11 | - |
| YUV | 67.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 115 | 0.64 | 0.37 | 0 | 0.55 | 214.86 | 0.47 | 0.31 |
| Hex | 29 | 48 | 73 | 40 | 25 | 0 | 37 | D7 | 2F | 1F |
| Octal | 51 | 110 | 163 | 100 | 45 | 0 | 67 | 327 | 57 | 37 |
| Binary | 101001 | 1001000 | 1110011 | 1000000 | 100101 | 0 | 110111 | 11010111 | 101111 | 11111 |
Color Harmonies of #294873
Complementary color
Monochromatic Colors of #294873
Black with #294873
Text Example
Text Example
White with #294873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294873; }
p { color: rgb(41,72,115); }
H1.HeaderClassName
{
color: #294873;
}
.AnyTagClassName
{
color: #294873;
}
</style>
background-color css
<style>
a { background-color: #294873; }
a { background-color: rgb(41,72,115); }
div.DivClassName
{
background-color: #294873;
}
.BgClassName
{
background-color: #294873;
}
</style>
border-color css
<style>
span { border-color: #294873; }
span { border-color: rgb(41,72,115); }
td.TdClassName
{
border-color: #294873;
}
.TagClassName
{
border-color: #294873;
}
</style>