Shades of Venice Blue #325172
Tints of Venice Blue #325172
RGB
CMYK
RGB Variations
Color information
#325172 (or 0x325172) is known color: Venice Blue. HEX triplet: 32, 51 and 72. RGB value is (50,81,114). Sum of RGB (Red+Green+Blue) = 50+81+114=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #325172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325172 is #CDAE8D. Grayscale: #4B4B4B. Windows color (decimal): -13479566 or 7491890. OLE color: 7491890.
HSL color Cylindrical-coordinate representation of color #325172: hue angle of 210.94º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325172 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 81 | 114 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.55 |
| HSL | 210.94º | 0.39% | 0.32% | - |
| HSV(B) | 210.94º | 0.56% | 0.45% | - |
| XYZ | 7.3 | 7.78 | 17.04 | - |
| YUV | 75.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 114 | 0.56 | 0.29 | 0 | 0.55 | 210.94 | 0.39 | 0.32 |
| Hex | 32 | 51 | 72 | 38 | 1D | 0 | 37 | D3 | 27 | 20 |
| Octal | 62 | 121 | 162 | 70 | 35 | 0 | 67 | 323 | 47 | 40 |
| Binary | 110010 | 1010001 | 1110010 | 111000 | 11101 | 0 | 110111 | 11010011 | 100111 | 100000 |
Color Harmonies of #325172
Complementary color
Monochromatic Colors of #325172
Black with #325172
Text Example
Text Example
White with #325172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325172; }
p { color: rgb(50,81,114); }
H1.HeaderClassName
{
color: #325172;
}
.AnyTagClassName
{
color: #325172;
}
</style>
background-color css
<style>
a { background-color: #325172; }
a { background-color: rgb(50,81,114); }
div.DivClassName
{
background-color: #325172;
}
.BgClassName
{
background-color: #325172;
}
</style>
border-color css
<style>
span { border-color: #325172; }
span { border-color: rgb(50,81,114); }
td.TdClassName
{
border-color: #325172;
}
.TagClassName
{
border-color: #325172;
}
</style>