Shades of Venice Blue #325978
Tints of Venice Blue #325978
RGB
CMYK
RGB Variations
Color information
#325978 (or 0x325978) is known color: Venice Blue. HEX triplet: 32, 59 and 78. RGB value is (50,89,120). Sum of RGB (Red+Green+Blue) = 50+89+120=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #325978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325978 is #CDA687. Grayscale: #505050. Windows color (decimal): -13477512 or 7887154. OLE color: 7887154.
HSL color Cylindrical-coordinate representation of color #325978: hue angle of 206.57º 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 #325978 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 89 | 120 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.53 |
| HSL | 206.57º | 0.41% | 0.33% | - |
| HSV(B) | 206.57º | 0.58% | 0.47% | - |
| XYZ | 8.28 | 9.18 | 19.1 | - |
| YUV | 80.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 120 | 0.58 | 0.26 | 0 | 0.53 | 206.57 | 0.41 | 0.33 |
| Hex | 32 | 59 | 78 | 3A | 1A | 0 | 35 | CF | 29 | 21 |
| Octal | 62 | 131 | 170 | 72 | 32 | 0 | 65 | 317 | 51 | 41 |
| Binary | 110010 | 1011001 | 1111000 | 111010 | 11010 | 0 | 110101 | 11001111 | 101001 | 100001 |
Color Harmonies of #325978
Complementary color
Monochromatic Colors of #325978
Black with #325978
Text Example
Text Example
White with #325978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325978; }
p { color: rgb(50,89,120); }
H1.HeaderClassName
{
color: #325978;
}
.AnyTagClassName
{
color: #325978;
}
</style>
background-color css
<style>
a { background-color: #325978; }
a { background-color: rgb(50,89,120); }
div.DivClassName
{
background-color: #325978;
}
.BgClassName
{
background-color: #325978;
}
</style>
border-color css
<style>
span { border-color: #325978; }
span { border-color: rgb(50,89,120); }
td.TdClassName
{
border-color: #325978;
}
.TagClassName
{
border-color: #325978;
}
</style>