Shades of Venice Blue #295278
Tints of Venice Blue #295278
RGB
CMYK
RGB Variations
Color information
#295278 (or 0x295278) is known color: Venice Blue. HEX triplet: 29, 52 and 78. RGB value is (41,82,120). Sum of RGB (Red+Green+Blue) = 41+82+120=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #295278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295278 is #D6AD87. Grayscale: #494949. Windows color (decimal): -14069128 or 7885353. OLE color: 7885353.
HSL color Cylindrical-coordinate representation of color #295278: hue angle of 208.86º 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 #295278 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 82 | 120 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.53 |
| HSL | 208.86º | 0.49% | 0.32% | - |
| HSV(B) | 208.86º | 0.66% | 0.47% | - |
| XYZ | 7.32 | 7.86 | 18.9 | - |
| YUV | 74.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 120 | 0.66 | 0.32 | 0 | 0.53 | 208.86 | 0.49 | 0.32 |
| Hex | 29 | 52 | 78 | 42 | 20 | 0 | 35 | D1 | 31 | 20 |
| Octal | 51 | 122 | 170 | 102 | 40 | 0 | 65 | 321 | 61 | 40 |
| Binary | 101001 | 1010010 | 1111000 | 1000010 | 100000 | 0 | 110101 | 11010001 | 110001 | 100000 |
Color Harmonies of #295278
Complementary color
Monochromatic Colors of #295278
Black with #295278
Text Example
Text Example
White with #295278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295278; }
p { color: rgb(41,82,120); }
H1.HeaderClassName
{
color: #295278;
}
.AnyTagClassName
{
color: #295278;
}
</style>
background-color css
<style>
a { background-color: #295278; }
a { background-color: rgb(41,82,120); }
div.DivClassName
{
background-color: #295278;
}
.BgClassName
{
background-color: #295278;
}
</style>
border-color css
<style>
span { border-color: #295278; }
span { border-color: rgb(41,82,120); }
td.TdClassName
{
border-color: #295278;
}
.TagClassName
{
border-color: #295278;
}
</style>