Shades of Venice Blue #324D70
Tints of Venice Blue #324D70
RGB
CMYK
RGB Variations
Color information
#324D70 (or 0x324D70) is known color: Venice Blue. HEX triplet: 32, 4D and 70. RGB value is (50,77,112). Sum of RGB (Red+Green+Blue) = 50+77+112=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #324D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D70 is #CDB28F. Grayscale: #484848. Windows color (decimal): -13480592 or 7359794. OLE color: 7359794.
HSL color Cylindrical-coordinate representation of color #324D70: hue angle of 213.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324D70 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 77 | 112 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.56 |
| HSL | 213.87º | 0.38% | 0.32% | - |
| HSV(B) | 213.87º | 0.55% | 0.44% | - |
| XYZ | 6.89 | 7.16 | 16.35 | - |
| YUV | 72.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 112 | 0.55 | 0.31 | 0 | 0.56 | 213.87 | 0.38 | 0.32 |
| Hex | 32 | 4D | 70 | 37 | 1F | 0 | 38 | D6 | 26 | 20 |
| Octal | 62 | 115 | 160 | 67 | 37 | 0 | 70 | 326 | 46 | 40 |
| Binary | 110010 | 1001101 | 1110000 | 110111 | 11111 | 0 | 111000 | 11010110 | 100110 | 100000 |
Color Harmonies of #324D70
Complementary color
Monochromatic Colors of #324D70
Black with #324D70
Text Example
Text Example
White with #324D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D70; }
p { color: rgb(50,77,112); }
H1.HeaderClassName
{
color: #324D70;
}
.AnyTagClassName
{
color: #324D70;
}
</style>
background-color css
<style>
a { background-color: #324D70; }
a { background-color: rgb(50,77,112); }
div.DivClassName
{
background-color: #324D70;
}
.BgClassName
{
background-color: #324D70;
}
</style>
border-color css
<style>
span { border-color: #324D70; }
span { border-color: rgb(50,77,112); }
td.TdClassName
{
border-color: #324D70;
}
.TagClassName
{
border-color: #324D70;
}
</style>