Shades of Venice Blue #345573
Tints of Venice Blue #345573
RGB
CMYK
RGB Variations
Color information
#345573 (or 0x345573) is known color: Venice Blue. HEX triplet: 34, 55 and 73. RGB value is (52,85,115). Sum of RGB (Red+Green+Blue) = 52+85+115=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #345573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345573 is #CBAA8C. Grayscale: #4E4E4E. Windows color (decimal): -13347469 or 7558452. OLE color: 7558452.
HSL color Cylindrical-coordinate representation of color #345573: hue angle of 208.57º 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 #345573 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 85 | 115 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.55 |
| HSL | 208.57º | 0.38% | 0.33% | - |
| HSV(B) | 208.57º | 0.55% | 0.45% | - |
| XYZ | 7.76 | 8.46 | 17.44 | - |
| YUV | 78.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 115 | 0.55 | 0.26 | 0 | 0.55 | 208.57 | 0.38 | 0.33 |
| Hex | 34 | 55 | 73 | 37 | 1A | 0 | 37 | D1 | 26 | 21 |
| Octal | 64 | 125 | 163 | 67 | 32 | 0 | 67 | 321 | 46 | 41 |
| Binary | 110100 | 1010101 | 1110011 | 110111 | 11010 | 0 | 110111 | 11010001 | 100110 | 100001 |
Color Harmonies of #345573
Complementary color
Monochromatic Colors of #345573
Black with #345573
Text Example
Text Example
White with #345573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345573; }
p { color: rgb(52,85,115); }
H1.HeaderClassName
{
color: #345573;
}
.AnyTagClassName
{
color: #345573;
}
</style>
background-color css
<style>
a { background-color: #345573; }
a { background-color: rgb(52,85,115); }
div.DivClassName
{
background-color: #345573;
}
.BgClassName
{
background-color: #345573;
}
</style>
border-color css
<style>
span { border-color: #345573; }
span { border-color: rgb(52,85,115); }
td.TdClassName
{
border-color: #345573;
}
.TagClassName
{
border-color: #345573;
}
</style>