Shades of Venice Blue #325572
Tints of Venice Blue #325572
RGB
CMYK
RGB Variations
Color information
#325572 (or 0x325572) is known color: Venice Blue. HEX triplet: 32, 55 and 72. RGB value is (50,85,114). Sum of RGB (Red+Green+Blue) = 50+85+114=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #325572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325572 is #CDAA8D. Grayscale: #4D4D4D. Windows color (decimal): -13478542 or 7492914. OLE color: 7492914.
HSL color Cylindrical-coordinate representation of color #325572: hue angle of 207.19º 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 #325572 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 85 | 114 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.55 |
| HSL | 207.19º | 0.39% | 0.32% | - |
| HSV(B) | 207.19º | 0.56% | 0.45% | - |
| XYZ | 7.6 | 8.39 | 17.14 | - |
| YUV | 77.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 114 | 0.56 | 0.25 | 0 | 0.55 | 207.19 | 0.39 | 0.32 |
| Hex | 32 | 55 | 72 | 38 | 19 | 0 | 37 | CF | 27 | 20 |
| Octal | 62 | 125 | 162 | 70 | 31 | 0 | 67 | 317 | 47 | 40 |
| Binary | 110010 | 1010101 | 1110010 | 111000 | 11001 | 0 | 110111 | 11001111 | 100111 | 100000 |
Color Harmonies of #325572
Complementary color
Monochromatic Colors of #325572
Black with #325572
Text Example
Text Example
White with #325572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325572; }
p { color: rgb(50,85,114); }
H1.HeaderClassName
{
color: #325572;
}
.AnyTagClassName
{
color: #325572;
}
</style>
background-color css
<style>
a { background-color: #325572; }
a { background-color: rgb(50,85,114); }
div.DivClassName
{
background-color: #325572;
}
.BgClassName
{
background-color: #325572;
}
</style>
border-color css
<style>
span { border-color: #325572; }
span { border-color: rgb(50,85,114); }
td.TdClassName
{
border-color: #325572;
}
.TagClassName
{
border-color: #325572;
}
</style>