Shades of Venice Blue #324F73
Tints of Venice Blue #324F73
RGB
CMYK
RGB Variations
Color information
#324F73 (or 0x324F73) is known color: Venice Blue. HEX triplet: 32, 4F and 73. RGB value is (50,79,115). Sum of RGB (Red+Green+Blue) = 50+79+115=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #324F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F73 is #CDB08C. Grayscale: #4A4A4A. Windows color (decimal): -13480077 or 7556914. OLE color: 7556914.
HSL color Cylindrical-coordinate representation of color #324F73: hue angle of 213.23º 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 #324F73 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 79 | 115 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.55 |
| HSL | 213.23º | 0.39% | 0.32% | - |
| HSV(B) | 213.23º | 0.57% | 0.45% | - |
| XYZ | 7.21 | 7.51 | 17.29 | - |
| YUV | 74.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 115 | 0.57 | 0.31 | 0 | 0.55 | 213.23 | 0.39 | 0.32 |
| Hex | 32 | 4F | 73 | 39 | 1F | 0 | 37 | D5 | 27 | 20 |
| Octal | 62 | 117 | 163 | 71 | 37 | 0 | 67 | 325 | 47 | 40 |
| Binary | 110010 | 1001111 | 1110011 | 111001 | 11111 | 0 | 110111 | 11010101 | 100111 | 100000 |
Color Harmonies of #324F73
Complementary color
Monochromatic Colors of #324F73
Black with #324F73
Text Example
Text Example
White with #324F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F73; }
p { color: rgb(50,79,115); }
H1.HeaderClassName
{
color: #324F73;
}
.AnyTagClassName
{
color: #324F73;
}
</style>
background-color css
<style>
a { background-color: #324F73; }
a { background-color: rgb(50,79,115); }
div.DivClassName
{
background-color: #324F73;
}
.BgClassName
{
background-color: #324F73;
}
</style>
border-color css
<style>
span { border-color: #324F73; }
span { border-color: rgb(50,79,115); }
td.TdClassName
{
border-color: #324F73;
}
.TagClassName
{
border-color: #324F73;
}
</style>