Shades of Venice Blue #295078
Tints of Venice Blue #295078
RGB
CMYK
RGB Variations
Color information
#295078 (or 0x295078) is known color: Venice Blue. HEX triplet: 29, 50 and 78. RGB value is (41,80,120). Sum of RGB (Red+Green+Blue) = 41+80+120=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #295078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295078 is #D6AF87. Grayscale: #484848. Windows color (decimal): -14069640 or 7884841. OLE color: 7884841.
HSL color Cylindrical-coordinate representation of color #295078: hue angle of 210.38º 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 #295078 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 80 | 120 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.53 |
| HSL | 210.38º | 0.49% | 0.32% | - |
| HSV(B) | 210.38º | 0.66% | 0.47% | - |
| XYZ | 7.17 | 7.56 | 18.85 | - |
| YUV | 72.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 120 | 0.66 | 0.33 | 0 | 0.53 | 210.38 | 0.49 | 0.32 |
| Hex | 29 | 50 | 78 | 42 | 21 | 0 | 35 | D2 | 31 | 20 |
| Octal | 51 | 120 | 170 | 102 | 41 | 0 | 65 | 322 | 61 | 40 |
| Binary | 101001 | 1010000 | 1111000 | 1000010 | 100001 | 0 | 110101 | 11010010 | 110001 | 100000 |
Color Harmonies of #295078
Complementary color
Monochromatic Colors of #295078
Black with #295078
Text Example
Text Example
White with #295078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295078; }
p { color: rgb(41,80,120); }
H1.HeaderClassName
{
color: #295078;
}
.AnyTagClassName
{
color: #295078;
}
</style>
background-color css
<style>
a { background-color: #295078; }
a { background-color: rgb(41,80,120); }
div.DivClassName
{
background-color: #295078;
}
.BgClassName
{
background-color: #295078;
}
</style>
border-color css
<style>
span { border-color: #295078; }
span { border-color: rgb(41,80,120); }
td.TdClassName
{
border-color: #295078;
}
.TagClassName
{
border-color: #295078;
}
</style>