Shades of Venice Blue #325B77
Tints of Venice Blue #325B77
RGB
CMYK
RGB Variations
Color information
#325B77 (or 0x325B77) is known color: Venice Blue. HEX triplet: 32, 5B and 77. RGB value is (50,91,119). Sum of RGB (Red+Green+Blue) = 50+91+119=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #325B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B77 is #CDA488. Grayscale: #515151. Windows color (decimal): -13477001 or 7822130. OLE color: 7822130.
HSL color Cylindrical-coordinate representation of color #325B77: hue angle of 204.35º 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 #325B77 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 91 | 119 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.53 |
| HSL | 204.35º | 0.41% | 0.33% | - |
| HSV(B) | 204.35º | 0.58% | 0.47% | - |
| XYZ | 8.39 | 9.49 | 18.84 | - |
| YUV | 81.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 119 | 0.58 | 0.24 | 0 | 0.53 | 204.35 | 0.41 | 0.33 |
| Hex | 32 | 5B | 77 | 3A | 18 | 0 | 35 | CC | 29 | 21 |
| Octal | 62 | 133 | 167 | 72 | 30 | 0 | 65 | 314 | 51 | 41 |
| Binary | 110010 | 1011011 | 1110111 | 111010 | 11000 | 0 | 110101 | 11001100 | 101001 | 100001 |
Color Harmonies of #325B77
Complementary color
Monochromatic Colors of #325B77
Black with #325B77
Text Example
Text Example
White with #325B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B77; }
p { color: rgb(50,91,119); }
H1.HeaderClassName
{
color: #325B77;
}
.AnyTagClassName
{
color: #325B77;
}
</style>
background-color css
<style>
a { background-color: #325B77; }
a { background-color: rgb(50,91,119); }
div.DivClassName
{
background-color: #325B77;
}
.BgClassName
{
background-color: #325B77;
}
</style>
border-color css
<style>
span { border-color: #325B77; }
span { border-color: rgb(50,91,119); }
td.TdClassName
{
border-color: #325B77;
}
.TagClassName
{
border-color: #325B77;
}
</style>