Shades of Venice Blue #295979
Tints of Venice Blue #295979
RGB
CMYK
RGB Variations
Color information
#295979 (or 0x295979) is known color: Venice Blue. HEX triplet: 29, 59 and 79. RGB value is (41,89,121). Sum of RGB (Red+Green+Blue) = 41+89+121=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #295979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295979 is #D6A686. Grayscale: #4E4E4E. Windows color (decimal): -14067335 or 7952681. OLE color: 7952681.
HSL color Cylindrical-coordinate representation of color #295979: hue angle of 204º 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 #295979 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 89 | 121 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.53 |
| HSL | 204º | 0.49% | 0.32% | - |
| HSV(B) | 204º | 0.66% | 0.47% | - |
| XYZ | 7.94 | 9 | 19.41 | - |
| YUV | 78.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 121 | 0.66 | 0.26 | 0 | 0.53 | 204 | 0.49 | 0.32 |
| Hex | 29 | 59 | 79 | 42 | 1A | 0 | 35 | CC | 31 | 20 |
| Octal | 51 | 131 | 171 | 102 | 32 | 0 | 65 | 314 | 61 | 40 |
| Binary | 101001 | 1011001 | 1111001 | 1000010 | 11010 | 0 | 110101 | 11001100 | 110001 | 100000 |
Color Harmonies of #295979
Complementary color
Monochromatic Colors of #295979
Black with #295979
Text Example
Text Example
White with #295979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295979; }
p { color: rgb(41,89,121); }
H1.HeaderClassName
{
color: #295979;
}
.AnyTagClassName
{
color: #295979;
}
</style>
background-color css
<style>
a { background-color: #295979; }
a { background-color: rgb(41,89,121); }
div.DivClassName
{
background-color: #295979;
}
.BgClassName
{
background-color: #295979;
}
</style>
border-color css
<style>
span { border-color: #295979; }
span { border-color: rgb(41,89,121); }
td.TdClassName
{
border-color: #295979;
}
.TagClassName
{
border-color: #295979;
}
</style>