Shades of Venice Blue #325071
Tints of Venice Blue #325071
RGB
CMYK
RGB Variations
Color information
#325071 (or 0x325071) is known color: Venice Blue. HEX triplet: 32, 50 and 71. RGB value is (50,80,113). Sum of RGB (Red+Green+Blue) = 50+80+113=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #325071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325071 is #CDAF8E. Grayscale: #4A4A4A. Windows color (decimal): -13479823 or 7426098. OLE color: 7426098.
HSL color Cylindrical-coordinate representation of color #325071: hue angle of 211.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325071 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 80 | 113 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.56 |
| HSL | 211.43º | 0.39% | 0.32% | - |
| HSV(B) | 211.43º | 0.56% | 0.44% | - |
| XYZ | 7.16 | 7.61 | 16.71 | - |
| YUV | 74.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 113 | 0.56 | 0.29 | 0 | 0.56 | 211.43 | 0.39 | 0.32 |
| Hex | 32 | 50 | 71 | 38 | 1D | 0 | 38 | D3 | 27 | 20 |
| Octal | 62 | 120 | 161 | 70 | 35 | 0 | 70 | 323 | 47 | 40 |
| Binary | 110010 | 1010000 | 1110001 | 111000 | 11101 | 0 | 111000 | 11010011 | 100111 | 100000 |
Color Harmonies of #325071
Complementary color
Monochromatic Colors of #325071
Black with #325071
Text Example
Text Example
White with #325071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325071; }
p { color: rgb(50,80,113); }
H1.HeaderClassName
{
color: #325071;
}
.AnyTagClassName
{
color: #325071;
}
</style>
background-color css
<style>
a { background-color: #325071; }
a { background-color: rgb(50,80,113); }
div.DivClassName
{
background-color: #325071;
}
.BgClassName
{
background-color: #325071;
}
</style>
border-color css
<style>
span { border-color: #325071; }
span { border-color: rgb(50,80,113); }
td.TdClassName
{
border-color: #325071;
}
.TagClassName
{
border-color: #325071;
}
</style>