Shades of Venice Blue #324F70
Tints of Venice Blue #324F70
RGB
CMYK
RGB Variations
Color information
#324F70 (or 0x324F70) is known color: Venice Blue. HEX triplet: 32, 4F and 70. RGB value is (50,79,112). Sum of RGB (Red+Green+Blue) = 50+79+112=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #324F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F70 is #CDB08F. Grayscale: #494949. Windows color (decimal): -13480080 or 7360306. OLE color: 7360306.
HSL color Cylindrical-coordinate representation of color #324F70: hue angle of 211.94º 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 #324F70 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 79 | 112 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.56 |
| HSL | 211.94º | 0.38% | 0.32% | - |
| HSV(B) | 211.94º | 0.55% | 0.44% | - |
| XYZ | 7.04 | 7.44 | 16.39 | - |
| YUV | 74.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 112 | 0.55 | 0.29 | 0 | 0.56 | 211.94 | 0.38 | 0.32 |
| Hex | 32 | 4F | 70 | 37 | 1D | 0 | 38 | D4 | 26 | 20 |
| Octal | 62 | 117 | 160 | 67 | 35 | 0 | 70 | 324 | 46 | 40 |
| Binary | 110010 | 1001111 | 1110000 | 110111 | 11101 | 0 | 111000 | 11010100 | 100110 | 100000 |
Color Harmonies of #324F70
Complementary color
Monochromatic Colors of #324F70
Black with #324F70
Text Example
Text Example
White with #324F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F70; }
p { color: rgb(50,79,112); }
H1.HeaderClassName
{
color: #324F70;
}
.AnyTagClassName
{
color: #324F70;
}
</style>
background-color css
<style>
a { background-color: #324F70; }
a { background-color: rgb(50,79,112); }
div.DivClassName
{
background-color: #324F70;
}
.BgClassName
{
background-color: #324F70;
}
</style>
border-color css
<style>
span { border-color: #324F70; }
span { border-color: rgb(50,79,112); }
td.TdClassName
{
border-color: #324F70;
}
.TagClassName
{
border-color: #324F70;
}
</style>