Shades of Venice Blue #325070
Tints of Venice Blue #325070
RGB
CMYK
RGB Variations
Color information
#325070 (or 0x325070) is known color: Venice Blue. HEX triplet: 32, 50 and 70. RGB value is (50,80,112). Sum of RGB (Red+Green+Blue) = 50+80+112=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #325070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325070 is #CDAF8F. Grayscale: #4A4A4A. Windows color (decimal): -13479824 or 7360562. OLE color: 7360562.
HSL color Cylindrical-coordinate representation of color #325070: hue angle of 210.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325070 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 80 | 112 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.56 |
| HSL | 210.97º | 0.38% | 0.32% | - |
| HSV(B) | 210.97º | 0.55% | 0.44% | - |
| XYZ | 7.11 | 7.59 | 16.42 | - |
| YUV | 74.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 112 | 0.55 | 0.29 | 0 | 0.56 | 210.97 | 0.38 | 0.32 |
| Hex | 32 | 50 | 70 | 37 | 1D | 0 | 38 | D3 | 26 | 20 |
| Octal | 62 | 120 | 160 | 67 | 35 | 0 | 70 | 323 | 46 | 40 |
| Binary | 110010 | 1010000 | 1110000 | 110111 | 11101 | 0 | 111000 | 11010011 | 100110 | 100000 |
Color Harmonies of #325070
Complementary color
Monochromatic Colors of #325070
Black with #325070
Text Example
Text Example
White with #325070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325070; }
p { color: rgb(50,80,112); }
H1.HeaderClassName
{
color: #325070;
}
.AnyTagClassName
{
color: #325070;
}
</style>
background-color css
<style>
a { background-color: #325070; }
a { background-color: rgb(50,80,112); }
div.DivClassName
{
background-color: #325070;
}
.BgClassName
{
background-color: #325070;
}
</style>
border-color css
<style>
span { border-color: #325070; }
span { border-color: rgb(50,80,112); }
td.TdClassName
{
border-color: #325070;
}
.TagClassName
{
border-color: #325070;
}
</style>