Shades of Venice Blue #295779
Tints of Venice Blue #295779
RGB
CMYK
RGB Variations
Color information
#295779 (or 0x295779) is known color: Venice Blue. HEX triplet: 29, 57 and 79. RGB value is (41,87,121). Sum of RGB (Red+Green+Blue) = 41+87+121=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #295779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295779 is #D6A886. Grayscale: #4C4C4C. Windows color (decimal): -14067847 or 7952169. OLE color: 7952169.
HSL color Cylindrical-coordinate representation of color #295779: hue angle of 205.5º 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 #295779 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 87 | 121 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.53 |
| HSL | 205.5º | 0.49% | 0.32% | - |
| HSV(B) | 205.5º | 0.66% | 0.47% | - |
| XYZ | 7.77 | 8.67 | 19.35 | - |
| YUV | 77.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 121 | 0.66 | 0.28 | 0 | 0.53 | 205.5 | 0.49 | 0.32 |
| Hex | 29 | 57 | 79 | 42 | 1C | 0 | 35 | CE | 31 | 20 |
| Octal | 51 | 127 | 171 | 102 | 34 | 0 | 65 | 316 | 61 | 40 |
| Binary | 101001 | 1010111 | 1111001 | 1000010 | 11100 | 0 | 110101 | 11001110 | 110001 | 100000 |
Color Harmonies of #295779
Complementary color
Monochromatic Colors of #295779
Black with #295779
Text Example
Text Example
White with #295779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295779; }
p { color: rgb(41,87,121); }
H1.HeaderClassName
{
color: #295779;
}
.AnyTagClassName
{
color: #295779;
}
</style>
background-color css
<style>
a { background-color: #295779; }
a { background-color: rgb(41,87,121); }
div.DivClassName
{
background-color: #295779;
}
.BgClassName
{
background-color: #295779;
}
</style>
border-color css
<style>
span { border-color: #295779; }
span { border-color: rgb(41,87,121); }
td.TdClassName
{
border-color: #295779;
}
.TagClassName
{
border-color: #295779;
}
</style>