Shades of Venice Blue #325376
Tints of Venice Blue #325376
RGB
CMYK
RGB Variations
Color information
#325376 (or 0x325376) is known color: Venice Blue. HEX triplet: 32, 53 and 76. RGB value is (50,83,118). Sum of RGB (Red+Green+Blue) = 50+83+118=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #325376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325376 is #CDAC89. Grayscale: #4C4C4C. Windows color (decimal): -13479050 or 7754546. OLE color: 7754546.
HSL color Cylindrical-coordinate representation of color #325376: hue angle of 210.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325376 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 83 | 118 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.54 |
| HSL | 210.88º | 0.4% | 0.33% | - |
| HSV(B) | 210.88º | 0.58% | 0.46% | - |
| XYZ | 7.68 | 8.17 | 18.31 | - |
| YUV | 77.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 118 | 0.58 | 0.30 | 0 | 0.54 | 210.88 | 0.4 | 0.33 |
| Hex | 32 | 53 | 76 | 3A | 1E | 0 | 36 | D3 | 28 | 21 |
| Octal | 62 | 123 | 166 | 72 | 36 | 0 | 66 | 323 | 50 | 41 |
| Binary | 110010 | 1010011 | 1110110 | 111010 | 11110 | 0 | 110110 | 11010011 | 101000 | 100001 |
Color Harmonies of #325376
Complementary color
Monochromatic Colors of #325376
Black with #325376
Text Example
Text Example
White with #325376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325376; }
p { color: rgb(50,83,118); }
H1.HeaderClassName
{
color: #325376;
}
.AnyTagClassName
{
color: #325376;
}
</style>
background-color css
<style>
a { background-color: #325376; }
a { background-color: rgb(50,83,118); }
div.DivClassName
{
background-color: #325376;
}
.BgClassName
{
background-color: #325376;
}
</style>
border-color css
<style>
span { border-color: #325376; }
span { border-color: rgb(50,83,118); }
td.TdClassName
{
border-color: #325376;
}
.TagClassName
{
border-color: #325376;
}
</style>