Shades of Venice Blue #325478
Tints of Venice Blue #325478
RGB
CMYK
RGB Variations
Color information
#325478 (or 0x325478) is known color: Venice Blue. HEX triplet: 32, 54 and 78. RGB value is (50,84,120). Sum of RGB (Red+Green+Blue) = 50+84+120=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #325478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325478 is #CDAB87. Grayscale: #4D4D4D. Windows color (decimal): -13478792 or 7885874. OLE color: 7885874.
HSL color Cylindrical-coordinate representation of color #325478: hue angle of 210.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325478 is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 84 | 120 | - |
| CMYK | 0.58 | 0.3 | 0 | 0.53 |
| HSL | 210.86º | 0.41% | 0.33% | - |
| HSV(B) | 210.86º | 0.58% | 0.47% | - |
| XYZ | 7.88 | 8.37 | 18.97 | - |
| YUV | 77.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 120 | 0.58 | 0.3 | 0 | 0.53 | 210.86 | 0.41 | 0.33 |
| Hex | 32 | 54 | 78 | 3A | 1E | 0 | 35 | D3 | 29 | 21 |
| Octal | 62 | 124 | 170 | 72 | 36 | 0 | 65 | 323 | 51 | 41 |
| Binary | 110010 | 1010100 | 1111000 | 111010 | 11110 | 0 | 110101 | 11010011 | 101001 | 100001 |
Color Harmonies of #325478
Complementary color
Monochromatic Colors of #325478
Black with #325478
Text Example
Text Example
White with #325478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325478; }
p { color: rgb(50,84,120); }
H1.HeaderClassName
{
color: #325478;
}
.AnyTagClassName
{
color: #325478;
}
</style>
background-color css
<style>
a { background-color: #325478; }
a { background-color: rgb(50,84,120); }
div.DivClassName
{
background-color: #325478;
}
.BgClassName
{
background-color: #325478;
}
</style>
border-color css
<style>
span { border-color: #325478; }
span { border-color: rgb(50,84,120); }
td.TdClassName
{
border-color: #325478;
}
.TagClassName
{
border-color: #325478;
}
</style>