Shades of Venice Blue #34516F
Tints of Venice Blue #34516F
RGB
CMYK
RGB Variations
Color information
#34516F (or 0x34516F) is known color: Venice Blue. HEX triplet: 34, 51 and 6F. RGB value is (52,81,111). Sum of RGB (Red+Green+Blue) = 52+81+111=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #34516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34516F is #CBAE90. Grayscale: #4B4B4B. Windows color (decimal): -13348497 or 7295284. OLE color: 7295284.
HSL color Cylindrical-coordinate representation of color #34516F: hue angle of 210.51º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34516F is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 81 | 111 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.56 |
| HSL | 210.51º | 0.36% | 0.32% | - |
| HSV(B) | 210.51º | 0.53% | 0.44% | - |
| XYZ | 7.23 | 7.76 | 16.16 | - |
| YUV | 75.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 111 | 0.53 | 0.27 | 0 | 0.56 | 210.51 | 0.36 | 0.32 |
| Hex | 34 | 51 | 6F | 35 | 1B | 0 | 38 | D3 | 24 | 20 |
| Octal | 64 | 121 | 157 | 65 | 33 | 0 | 70 | 323 | 44 | 40 |
| Binary | 110100 | 1010001 | 1101111 | 110101 | 11011 | 0 | 111000 | 11010011 | 100100 | 100000 |
Color Harmonies of #34516F
Complementary color
Monochromatic Colors of #34516F
Black with #34516F
Text Example
Text Example
White with #34516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34516F; }
p { color: rgb(52,81,111); }
H1.HeaderClassName
{
color: #34516F;
}
.AnyTagClassName
{
color: #34516F;
}
</style>
background-color css
<style>
a { background-color: #34516F; }
a { background-color: rgb(52,81,111); }
div.DivClassName
{
background-color: #34516F;
}
.BgClassName
{
background-color: #34516F;
}
</style>
border-color css
<style>
span { border-color: #34516F; }
span { border-color: rgb(52,81,111); }
td.TdClassName
{
border-color: #34516F;
}
.TagClassName
{
border-color: #34516F;
}
</style>