Shades of Venice Blue #325374
Tints of Venice Blue #325374
RGB
CMYK
RGB Variations
Color information
#325374 (or 0x325374) is known color: Venice Blue. HEX triplet: 32, 53 and 74. RGB value is (50,83,116). Sum of RGB (Red+Green+Blue) = 50+83+116=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #325374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325374 is #CDAC8B. Grayscale: #4C4C4C. Windows color (decimal): -13479052 or 7623474. OLE color: 7623474.
HSL color Cylindrical-coordinate representation of color #325374: hue angle of 210º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325374 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 83 | 116 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.55 |
| HSL | 210º | 0.4% | 0.33% | - |
| HSV(B) | 210º | 0.57% | 0.45% | - |
| XYZ | 7.56 | 8.13 | 17.69 | - |
| YUV | 76.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 116 | 0.57 | 0.28 | 0 | 0.55 | 210 | 0.4 | 0.33 |
| Hex | 32 | 53 | 74 | 39 | 1C | 0 | 37 | D2 | 28 | 21 |
| Octal | 62 | 123 | 164 | 71 | 34 | 0 | 67 | 322 | 50 | 41 |
| Binary | 110010 | 1010011 | 1110100 | 111001 | 11100 | 0 | 110111 | 11010010 | 101000 | 100001 |
Color Harmonies of #325374
Complementary color
Monochromatic Colors of #325374
Black with #325374
Text Example
Text Example
White with #325374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325374; }
p { color: rgb(50,83,116); }
H1.HeaderClassName
{
color: #325374;
}
.AnyTagClassName
{
color: #325374;
}
</style>
background-color css
<style>
a { background-color: #325374; }
a { background-color: rgb(50,83,116); }
div.DivClassName
{
background-color: #325374;
}
.BgClassName
{
background-color: #325374;
}
</style>
border-color css
<style>
span { border-color: #325374; }
span { border-color: rgb(50,83,116); }
td.TdClassName
{
border-color: #325374;
}
.TagClassName
{
border-color: #325374;
}
</style>