Shades of Venice Blue #325A77
Tints of Venice Blue #325A77
RGB
CMYK
RGB Variations
Color information
#325A77 (or 0x325A77) is known color: Venice Blue. HEX triplet: 32, 5A and 77. RGB value is (50,90,119). Sum of RGB (Red+Green+Blue) = 50+90+119=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #325A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A77 is #CDA588. Grayscale: #515151. Windows color (decimal): -13477257 or 7821874. OLE color: 7821874.
HSL color Cylindrical-coordinate representation of color #325A77: hue angle of 205.22º 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 #325A77 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 90 | 119 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.53 |
| HSL | 205.22º | 0.41% | 0.33% | - |
| HSV(B) | 205.22º | 0.58% | 0.47% | - |
| XYZ | 8.3 | 9.32 | 18.81 | - |
| YUV | 81.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 119 | 0.58 | 0.24 | 0 | 0.53 | 205.22 | 0.41 | 0.33 |
| Hex | 32 | 5A | 77 | 3A | 18 | 0 | 35 | CD | 29 | 21 |
| Octal | 62 | 132 | 167 | 72 | 30 | 0 | 65 | 315 | 51 | 41 |
| Binary | 110010 | 1011010 | 1110111 | 111010 | 11000 | 0 | 110101 | 11001101 | 101001 | 100001 |
Color Harmonies of #325A77
Complementary color
Monochromatic Colors of #325A77
Black with #325A77
Text Example
Text Example
White with #325A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A77; }
p { color: rgb(50,90,119); }
H1.HeaderClassName
{
color: #325A77;
}
.AnyTagClassName
{
color: #325A77;
}
</style>
background-color css
<style>
a { background-color: #325A77; }
a { background-color: rgb(50,90,119); }
div.DivClassName
{
background-color: #325A77;
}
.BgClassName
{
background-color: #325A77;
}
</style>
border-color css
<style>
span { border-color: #325A77; }
span { border-color: rgb(50,90,119); }
td.TdClassName
{
border-color: #325A77;
}
.TagClassName
{
border-color: #325A77;
}
</style>