#325B76

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

Shades of Venice Blue #325B76

Tints of Venice Blue #325B76

Color information

#325B76 (or 0x325B76) is unknown color: approx Venice Blue. HEX triplet: 32, 5B and 76. RGB value is (50,91,118). Sum of RGB (Red+Green+Blue) = 50+91+118=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #325B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B76 is #CDA489. Grayscale: #515151. Windows color (decimal): -13477002 or 7756594. OLE color: 7756594.

HSL color Cylindrical-coordinate representation of color #325B76: hue angle of 203.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325B76 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5091118-
CMYK0.580.2300.54
HSL203.82º40.48%32.94%-
HSV(B)203.82º57.63%46.27%-
XYZ8.339.4718.53-
YUV81.82148.42105.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=19.31%
G=35.14%
B=45.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50911180.580.2300.54203.8240.4832.94
Hex325B763A17036cc2821
Octal6213316672270663145041
Binary1100101011011111011011101010111011011011001100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B76; }

 p { color: rgb(50,91,118); }

 H1.HeaderClassName
 {
   color: #325B76;
 }
 .AnyTagClassName
 {
   color: #325B76;
 }
</style>
background-color css

<style>
 a { background-color: #325B76; }

 a { background-color: rgb(50,91,118); }

 div.DivClassName
 {
   background-color: #325B76;
 }
 .BgClassName
 {
   background-color: #325B76;
 }
</style>
border-color css

<style>
 span { border-color: #325B76; }

 span { border-color: rgb(50,91,118); }

 td.TdClassName
 {
   border-color: #325B76;
 }
 .TagClassName
 {
   border-color: #325B76;
 }
</style>