Shades of Venice Blue #325074
Tints of Venice Blue #325074
RGB
CMYK
RGB Variations
Color information
#325074 (or 0x325074) is known color: Venice Blue. HEX triplet: 32, 50 and 74. RGB value is (50,80,116). Sum of RGB (Red+Green+Blue) = 50+80+116=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #325074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325074 is #CDAF8B. Grayscale: #4A4A4A. Windows color (decimal): -13479820 or 7622706. OLE color: 7622706.
HSL color Cylindrical-coordinate representation of color #325074: hue angle of 212.73º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325074 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 80 | 116 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.55 |
| HSL | 212.73º | 0.4% | 0.33% | - |
| HSV(B) | 212.73º | 0.57% | 0.45% | - |
| XYZ | 7.34 | 7.68 | 17.62 | - |
| YUV | 75.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 116 | 0.57 | 0.31 | 0 | 0.55 | 212.73 | 0.4 | 0.33 |
| Hex | 32 | 50 | 74 | 39 | 1F | 0 | 37 | D5 | 28 | 21 |
| Octal | 62 | 120 | 164 | 71 | 37 | 0 | 67 | 325 | 50 | 41 |
| Binary | 110010 | 1010000 | 1110100 | 111001 | 11111 | 0 | 110111 | 11010101 | 101000 | 100001 |
Color Harmonies of #325074
Complementary color
Monochromatic Colors of #325074
Black with #325074
Text Example
Text Example
White with #325074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325074; }
p { color: rgb(50,80,116); }
H1.HeaderClassName
{
color: #325074;
}
.AnyTagClassName
{
color: #325074;
}
</style>
background-color css
<style>
a { background-color: #325074; }
a { background-color: rgb(50,80,116); }
div.DivClassName
{
background-color: #325074;
}
.BgClassName
{
background-color: #325074;
}
</style>
border-color css
<style>
span { border-color: #325074; }
span { border-color: rgb(50,80,116); }
td.TdClassName
{
border-color: #325074;
}
.TagClassName
{
border-color: #325074;
}
</style>