Shades of Venice Blue #345474
Tints of Venice Blue #345474
RGB
CMYK
RGB Variations
Color information
#345474 (or 0x345474) is known color: Venice Blue. HEX triplet: 34, 54 and 74. RGB value is (52,84,116). Sum of RGB (Red+Green+Blue) = 52+84+116=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #345474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345474 is #CBAB8B. Grayscale: #4D4D4D. Windows color (decimal): -13347724 or 7623732. OLE color: 7623732.
HSL color Cylindrical-coordinate representation of color #345474: hue angle of 210º 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 #345474 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 84 | 116 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.55 |
| HSL | 210º | 0.38% | 0.33% | - |
| HSV(B) | 210º | 0.55% | 0.45% | - |
| XYZ | 7.74 | 8.33 | 17.72 | - |
| YUV | 78.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 116 | 0.55 | 0.28 | 0 | 0.55 | 210 | 0.38 | 0.33 |
| Hex | 34 | 54 | 74 | 37 | 1C | 0 | 37 | D2 | 26 | 21 |
| Octal | 64 | 124 | 164 | 67 | 34 | 0 | 67 | 322 | 46 | 41 |
| Binary | 110100 | 1010100 | 1110100 | 110111 | 11100 | 0 | 110111 | 11010010 | 100110 | 100001 |
Color Harmonies of #345474
Complementary color
Monochromatic Colors of #345474
Black with #345474
Text Example
Text Example
White with #345474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345474; }
p { color: rgb(52,84,116); }
H1.HeaderClassName
{
color: #345474;
}
.AnyTagClassName
{
color: #345474;
}
</style>
background-color css
<style>
a { background-color: #345474; }
a { background-color: rgb(52,84,116); }
div.DivClassName
{
background-color: #345474;
}
.BgClassName
{
background-color: #345474;
}
</style>
border-color css
<style>
span { border-color: #345474; }
span { border-color: rgb(52,84,116); }
td.TdClassName
{
border-color: #345474;
}
.TagClassName
{
border-color: #345474;
}
</style>