Shades of Venice Blue #345473
Tints of Venice Blue #345473
RGB
CMYK
RGB Variations
Color information
#345473 (or 0x345473) is known color: Venice Blue. HEX triplet: 34, 54 and 73. RGB value is (52,84,115). Sum of RGB (Red+Green+Blue) = 52+84+115=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #345473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345473 is #CBAB8C. Grayscale: #4D4D4D. Windows color (decimal): -13347725 or 7558196. OLE color: 7558196.
HSL color Cylindrical-coordinate representation of color #345473: hue angle of 209.52º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345473 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 84 | 115 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.55 |
| HSL | 209.52º | 0.38% | 0.33% | - |
| HSV(B) | 209.52º | 0.55% | 0.45% | - |
| XYZ | 7.68 | 8.31 | 17.42 | - |
| YUV | 77.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 115 | 0.55 | 0.27 | 0 | 0.55 | 209.52 | 0.38 | 0.33 |
| Hex | 34 | 54 | 73 | 37 | 1B | 0 | 37 | D2 | 26 | 21 |
| Octal | 64 | 124 | 163 | 67 | 33 | 0 | 67 | 322 | 46 | 41 |
| Binary | 110100 | 1010100 | 1110011 | 110111 | 11011 | 0 | 110111 | 11010010 | 100110 | 100001 |
Color Harmonies of #345473
Complementary color
Monochromatic Colors of #345473
Black with #345473
Text Example
Text Example
White with #345473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345473; }
p { color: rgb(52,84,115); }
H1.HeaderClassName
{
color: #345473;
}
.AnyTagClassName
{
color: #345473;
}
</style>
background-color css
<style>
a { background-color: #345473; }
a { background-color: rgb(52,84,115); }
div.DivClassName
{
background-color: #345473;
}
.BgClassName
{
background-color: #345473;
}
</style>
border-color css
<style>
span { border-color: #345473; }
span { border-color: rgb(52,84,115); }
td.TdClassName
{
border-color: #345473;
}
.TagClassName
{
border-color: #345473;
}
</style>