#325B77

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

Shades of Venice Blue #325B77

Tints of Venice Blue #325B77

Color information

#325B77 (or 0x325B77) is unknown color: approx Venice Blue. HEX triplet: 32, 5B and 77. RGB value is (50,91,119). Sum of RGB (Red+Green+Blue) = 50+91+119=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #325B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B77 is #CDA488. Grayscale: #515151. Windows color (decimal): -13477001 or 7822130. OLE color: 7822130.

HSL color Cylindrical-coordinate representation of color #325B77: hue angle of 204.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325B77 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5091119-
CMYK0.580.2400.53
HSL204.35º40.83%33.14%-
HSV(B)204.35º57.98%46.67%-
XYZ8.399.4918.84-
YUV81.93148.92105.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=19.23%
G=35%
B=45.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50911190.580.2400.53204.3540.8333.14
Hex325B773A18035cc2921
Octal6213316772300653145141
Binary1100101011011111011111101011000011010111001100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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