#325978

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

Shades of Venice Blue #325978

Tints of Venice Blue #325978

Color information

#325978 (or 0x325978) is unknown color: approx Venice Blue. HEX triplet: 32, 59 and 78. RGB value is (50,89,120). Sum of RGB (Red+Green+Blue) = 50+89+120=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #325978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325978 is #CDA687. Grayscale: #505050. Windows color (decimal): -13477512 or 7887154. OLE color: 7887154.

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

Color convert

RGB5089120-
CMYK0.580.2600.53
HSL206.57º41.18%33.33%-
HSV(B)206.57º58.33%47.06%-
XYZ8.289.1819.1-
YUV80.87150.08105.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=19.31%
G=34.36%
B=46.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50891200.580.2600.53206.5741.1833.33
Hex3259783A1A035cf2921
Octal6213117072320653175141
Binary1100101011001111100011101011010011010111001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325978; }

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

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

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

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

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

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

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

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