#325B78

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

Shades of Venice Blue #325B78

Tints of Venice Blue #325B78

Color information

#325B78 (or 0x325B78) is unknown color: approx Venice Blue. HEX triplet: 32, 5B and 78. RGB value is (50,91,120). Sum of RGB (Red+Green+Blue) = 50+91+120=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #325B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B78 is #CDA487. Grayscale: #515151. Windows color (decimal): -13477000 or 7887666. OLE color: 7887666.

HSL color Cylindrical-coordinate representation of color #325B78: hue angle of 204.86º 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 #325B78 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5091120-
CMYK0.580.2400.53
HSL204.86º41.18%33.33%-
HSV(B)204.86º58.33%47.06%-
XYZ8.459.5219.16-
YUV82.05149.42105.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=19.16%
G=34.87%
B=45.98%

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
Decimal50911200.580.2400.53204.8641.1833.33
Hex325B783A18035cd2921
Octal6213317072300653155141
Binary1100101011011111100011101011000011010111001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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