Shades of Venice Blue #325273
Tints of Venice Blue #325273
RGB
CMYK
RGB Variations
Color information
#325273 (or 0x325273) is known color: Venice Blue. HEX triplet: 32, 52 and 73. RGB value is (50,82,115). Sum of RGB (Red+Green+Blue) = 50+82+115=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #325273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325273 is #CDAD8C. Grayscale: #4C4C4C. Windows color (decimal): -13479309 or 7557682. OLE color: 7557682.
HSL color Cylindrical-coordinate representation of color #325273: hue angle of 210.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325273 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 82 | 115 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.55 |
| HSL | 210.46º | 0.39% | 0.32% | - |
| HSV(B) | 210.46º | 0.57% | 0.45% | - |
| XYZ | 7.43 | 7.95 | 17.36 | - |
| YUV | 76.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 115 | 0.57 | 0.29 | 0 | 0.55 | 210.46 | 0.39 | 0.32 |
| Hex | 32 | 52 | 73 | 39 | 1D | 0 | 37 | D2 | 27 | 20 |
| Octal | 62 | 122 | 163 | 71 | 35 | 0 | 67 | 322 | 47 | 40 |
| Binary | 110010 | 1010010 | 1110011 | 111001 | 11101 | 0 | 110111 | 11010010 | 100111 | 100000 |
Color Harmonies of #325273
Complementary color
Monochromatic Colors of #325273
Black with #325273
Text Example
Text Example
White with #325273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325273; }
p { color: rgb(50,82,115); }
H1.HeaderClassName
{
color: #325273;
}
.AnyTagClassName
{
color: #325273;
}
</style>
background-color css
<style>
a { background-color: #325273; }
a { background-color: rgb(50,82,115); }
div.DivClassName
{
background-color: #325273;
}
.BgClassName
{
background-color: #325273;
}
</style>
border-color css
<style>
span { border-color: #325273; }
span { border-color: rgb(50,82,115); }
td.TdClassName
{
border-color: #325273;
}
.TagClassName
{
border-color: #325273;
}
</style>