#34526D

Color #34526D Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #34526D

Tints of Venice Blue #34526D

Color information

#34526D (or 0x34526D) is unknown color: approx 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

RGB5282109-
CMYK0.520.2500.57
HSL208.42º35.4%31.57%-
HSV(B)208.42º52.29%42.75%-
XYZ7.197.8715.61-
YUV76.11146.56110.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=21.40%
G=33.74%
B=44.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52821090.520.2500.57208.4235.431.57
Hex34526D3419039d02320
Octal6412215564310713204340
Binary1101001010010110110111010011001011100111010000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>