Shades of Venice Blue #34526D
Tints of Venice Blue #34526D
RGB
CMYK
RGB Variations
Color information
#34526D (or 0x34526D) is known color: Venice Blue. HEX triplet: 34, 52 and 6D. RGB value is (52,82,109). Sum of RGB (Red+Green+Blue) = 52+82+109=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #34526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34526D is #CBAD92. Grayscale: #4B4B4B. Windows color (decimal): -13348243 or 7164468. OLE color: 7164468.
HSL color Cylindrical-coordinate representation of color #34526D: hue angle of 208.42º 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 #34526D is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 82 | 109 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.57 |
| HSL | 208.42º | 0.35% | 0.32% | - |
| HSV(B) | 208.42º | 0.52% | 0.43% | - |
| XYZ | 7.19 | 7.87 | 15.61 | - |
| YUV | 76.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 109 | 0.52 | 0.25 | 0 | 0.57 | 208.42 | 0.35 | 0.32 |
| Hex | 34 | 52 | 6D | 34 | 19 | 0 | 39 | D0 | 23 | 20 |
| Octal | 64 | 122 | 155 | 64 | 31 | 0 | 71 | 320 | 43 | 40 |
| Binary | 110100 | 1010010 | 1101101 | 110100 | 11001 | 0 | 111001 | 11010000 | 100011 | 100000 |
Color Harmonies of #34526D
Complementary color
Monochromatic Colors of #34526D
Black with #34526D
Text Example
Text Example
White with #34526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34526D; }
p { color: rgb(52,82,109); }
H1.HeaderClassName
{
color: #34526D;
}
.AnyTagClassName
{
color: #34526D;
}
</style>
background-color css
<style>
a { background-color: #34526D; }
a { background-color: rgb(52,82,109); }
div.DivClassName
{
background-color: #34526D;
}
.BgClassName
{
background-color: #34526D;
}
</style>
border-color css
<style>
span { border-color: #34526D; }
span { border-color: rgb(52,82,109); }
td.TdClassName
{
border-color: #34526D;
}
.TagClassName
{
border-color: #34526D;
}
</style>