Shades of Venice Blue #345476
Tints of Venice Blue #345476
RGB
CMYK
RGB Variations
Color information
#345476 (or 0x345476) is known color: Venice Blue. HEX triplet: 34, 54 and 76. RGB value is (52,84,118). Sum of RGB (Red+Green+Blue) = 52+84+118=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #345476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345476 is #CBAB89. Grayscale: #4E4E4E. Windows color (decimal): -13347722 or 7754804. OLE color: 7754804.
HSL color Cylindrical-coordinate representation of color #345476: hue angle of 210.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345476 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 84 | 118 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.54 |
| HSL | 210.91º | 0.39% | 0.33% | - |
| HSV(B) | 210.91º | 0.56% | 0.46% | - |
| XYZ | 7.86 | 8.38 | 18.34 | - |
| YUV | 78.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 118 | 0.56 | 0.29 | 0 | 0.54 | 210.91 | 0.39 | 0.33 |
| Hex | 34 | 54 | 76 | 38 | 1D | 0 | 36 | D3 | 27 | 21 |
| Octal | 64 | 124 | 166 | 70 | 35 | 0 | 66 | 323 | 47 | 41 |
| Binary | 110100 | 1010100 | 1110110 | 111000 | 11101 | 0 | 110110 | 11010011 | 100111 | 100001 |
Color Harmonies of #345476
Complementary color
Monochromatic Colors of #345476
Black with #345476
Text Example
Text Example
White with #345476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345476; }
p { color: rgb(52,84,118); }
H1.HeaderClassName
{
color: #345476;
}
.AnyTagClassName
{
color: #345476;
}
</style>
background-color css
<style>
a { background-color: #345476; }
a { background-color: rgb(52,84,118); }
div.DivClassName
{
background-color: #345476;
}
.BgClassName
{
background-color: #345476;
}
</style>
border-color css
<style>
span { border-color: #345476; }
span { border-color: rgb(52,84,118); }
td.TdClassName
{
border-color: #345476;
}
.TagClassName
{
border-color: #345476;
}
</style>