#325A78

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

Shades of Venice Blue #325A78

Tints of Venice Blue #325A78

Color information

#325A78 (or 0x325A78) is unknown color: approx Venice Blue. HEX triplet: 32, 5A and 78. RGB value is (50,90,120). Sum of RGB (Red+Green+Blue) = 50+90+120=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #325A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A78 is #CDA587. Grayscale: #515151. Windows color (decimal): -13477256 or 7887410. OLE color: 7887410.

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

Color convert

RGB5090120-
CMYK0.580.2500.53
HSL205.71º41.18%33.33%-
HSV(B)205.71º58.33%47.06%-
XYZ8.369.3519.13-
YUV81.46149.75105.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=19.23%
G=34.62%
B=46.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50901200.580.2500.53205.7141.1833.33
Hex325A783A19035ce2921
Octal6213217072310653165141
Binary1100101011010111100011101011001011010111001110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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