Shades of Venice Blue #325778
Tints of Venice Blue #325778
RGB
CMYK
RGB Variations
Color information
#325778 (or 0x325778) is known color: Venice Blue. HEX triplet: 32, 57 and 78. RGB value is (50,87,120). Sum of RGB (Red+Green+Blue) = 50+87+120=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #325778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325778 is #CDA887. Grayscale: #4F4F4F. Windows color (decimal): -13478024 or 7886642. OLE color: 7886642.
HSL color Cylindrical-coordinate representation of color #325778: hue angle of 208.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325778 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 87 | 120 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.53 |
| HSL | 208.29º | 0.41% | 0.33% | - |
| HSV(B) | 208.29º | 0.58% | 0.47% | - |
| XYZ | 8.11 | 8.85 | 19.05 | - |
| YUV | 79.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 120 | 0.58 | 0.28 | 0 | 0.53 | 208.29 | 0.41 | 0.33 |
| Hex | 32 | 57 | 78 | 3A | 1C | 0 | 35 | D0 | 29 | 21 |
| Octal | 62 | 127 | 170 | 72 | 34 | 0 | 65 | 320 | 51 | 41 |
| Binary | 110010 | 1010111 | 1111000 | 111010 | 11100 | 0 | 110101 | 11010000 | 101001 | 100001 |
Color Harmonies of #325778
Complementary color
Monochromatic Colors of #325778
Black with #325778
Text Example
Text Example
White with #325778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325778; }
p { color: rgb(50,87,120); }
H1.HeaderClassName
{
color: #325778;
}
.AnyTagClassName
{
color: #325778;
}
</style>
background-color css
<style>
a { background-color: #325778; }
a { background-color: rgb(50,87,120); }
div.DivClassName
{
background-color: #325778;
}
.BgClassName
{
background-color: #325778;
}
</style>
border-color css
<style>
span { border-color: #325778; }
span { border-color: rgb(50,87,120); }
td.TdClassName
{
border-color: #325778;
}
.TagClassName
{
border-color: #325778;
}
</style>