Shades of Venice Blue #34516D
Tints of Venice Blue #34516D
RGB
CMYK
RGB Variations
Color information
#34516D (or 0x34516D) is known color: Venice Blue. HEX triplet: 34, 51 and 6D. RGB value is (52,81,109). Sum of RGB (Red+Green+Blue) = 52+81+109=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #34516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34516D is #CBAE92. Grayscale: #4B4B4B. Windows color (decimal): -13348499 or 7164212. OLE color: 7164212.
HSL color Cylindrical-coordinate representation of color #34516D: hue angle of 209.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34516D is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 81 | 109 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.57 |
| HSL | 209.47º | 0.35% | 0.32% | - |
| HSV(B) | 209.47º | 0.52% | 0.43% | - |
| XYZ | 7.12 | 7.72 | 15.58 | - |
| YUV | 75.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 109 | 0.52 | 0.26 | 0 | 0.57 | 209.47 | 0.35 | 0.32 |
| Hex | 34 | 51 | 6D | 34 | 1A | 0 | 39 | D1 | 23 | 20 |
| Octal | 64 | 121 | 155 | 64 | 32 | 0 | 71 | 321 | 43 | 40 |
| Binary | 110100 | 1010001 | 1101101 | 110100 | 11010 | 0 | 111001 | 11010001 | 100011 | 100000 |
Color Harmonies of #34516D
Complementary color
Monochromatic Colors of #34516D
Black with #34516D
Text Example
Text Example
White with #34516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34516D; }
p { color: rgb(52,81,109); }
H1.HeaderClassName
{
color: #34516D;
}
.AnyTagClassName
{
color: #34516D;
}
</style>
background-color css
<style>
a { background-color: #34516D; }
a { background-color: rgb(52,81,109); }
div.DivClassName
{
background-color: #34516D;
}
.BgClassName
{
background-color: #34516D;
}
</style>
border-color css
<style>
span { border-color: #34516D; }
span { border-color: rgb(52,81,109); }
td.TdClassName
{
border-color: #34516D;
}
.TagClassName
{
border-color: #34516D;
}
</style>