Shades of Venice Blue #345072
Tints of Venice Blue #345072
RGB
CMYK
RGB Variations
Color information
#345072 (or 0x345072) is known color: Venice Blue. HEX triplet: 34, 50 and 72. RGB value is (52,80,114). Sum of RGB (Red+Green+Blue) = 52+80+114=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #345072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345072 is #CBAF8D. Grayscale: #4B4B4B. Windows color (decimal): -13348750 or 7491636. OLE color: 7491636.
HSL color Cylindrical-coordinate representation of color #345072: hue angle of 212.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345072 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 80 | 114 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.55 |
| HSL | 212.9º | 0.37% | 0.33% | - |
| HSV(B) | 212.9º | 0.54% | 0.45% | - |
| XYZ | 7.32 | 7.68 | 17.02 | - |
| YUV | 75.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 114 | 0.54 | 0.30 | 0 | 0.55 | 212.9 | 0.37 | 0.33 |
| Hex | 34 | 50 | 72 | 36 | 1E | 0 | 37 | D5 | 25 | 21 |
| Octal | 64 | 120 | 162 | 66 | 36 | 0 | 67 | 325 | 45 | 41 |
| Binary | 110100 | 1010000 | 1110010 | 110110 | 11110 | 0 | 110111 | 11010101 | 100101 | 100001 |
Color Harmonies of #345072
Complementary color
Monochromatic Colors of #345072
Black with #345072
Text Example
Text Example
White with #345072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345072; }
p { color: rgb(52,80,114); }
H1.HeaderClassName
{
color: #345072;
}
.AnyTagClassName
{
color: #345072;
}
</style>
background-color css
<style>
a { background-color: #345072; }
a { background-color: rgb(52,80,114); }
div.DivClassName
{
background-color: #345072;
}
.BgClassName
{
background-color: #345072;
}
</style>
border-color css
<style>
span { border-color: #345072; }
span { border-color: rgb(52,80,114); }
td.TdClassName
{
border-color: #345072;
}
.TagClassName
{
border-color: #345072;
}
</style>