Shades of Venice Blue #345174
Tints of Venice Blue #345174
RGB
CMYK
RGB Variations
Color information
#345174 (or 0x345174) is known color: Venice Blue. HEX triplet: 34, 51 and 74. RGB value is (52,81,116). Sum of RGB (Red+Green+Blue) = 52+81+116=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #345174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345174 is #CBAE8B. Grayscale: #4C4C4C. Windows color (decimal): -13348492 or 7622964. OLE color: 7622964.
HSL color Cylindrical-coordinate representation of color #345174: hue angle of 212.81º 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 #345174 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 81 | 116 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.55 |
| HSL | 212.81º | 0.38% | 0.33% | - |
| HSV(B) | 212.81º | 0.55% | 0.45% | - |
| XYZ | 7.51 | 7.88 | 17.65 | - |
| YUV | 76.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 116 | 0.55 | 0.30 | 0 | 0.55 | 212.81 | 0.38 | 0.33 |
| Hex | 34 | 51 | 74 | 37 | 1E | 0 | 37 | D5 | 26 | 21 |
| Octal | 64 | 121 | 164 | 67 | 36 | 0 | 67 | 325 | 46 | 41 |
| Binary | 110100 | 1010001 | 1110100 | 110111 | 11110 | 0 | 110111 | 11010101 | 100110 | 100001 |
Color Harmonies of #345174
Complementary color
Monochromatic Colors of #345174
Black with #345174
Text Example
Text Example
White with #345174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345174; }
p { color: rgb(52,81,116); }
H1.HeaderClassName
{
color: #345174;
}
.AnyTagClassName
{
color: #345174;
}
</style>
background-color css
<style>
a { background-color: #345174; }
a { background-color: rgb(52,81,116); }
div.DivClassName
{
background-color: #345174;
}
.BgClassName
{
background-color: #345174;
}
</style>
border-color css
<style>
span { border-color: #345174; }
span { border-color: rgb(52,81,116); }
td.TdClassName
{
border-color: #345174;
}
.TagClassName
{
border-color: #345174;
}
</style>