#325778

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

Shades of Venice Blue #325778

Tints of Venice Blue #325778

Color information

#325778 (or 0x325778) is unknown color: approx Venice Blue. HEX triplet: 32, 57 and 78. RGB value is (50,87,120). Sum of RGB (Red+Green+Blue) = 50+87+120=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #325778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325778 is #CDA887. Grayscale: #4F4F4F. Windows color (decimal): -13478024 or 7886642. OLE color: 7886642.

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

Color convert

RGB5087120-
CMYK0.580.2800.53
HSL208.29º41.18%33.33%-
HSV(B)208.29º58.33%47.06%-
XYZ8.118.8519.05-
YUV79.7150.74106.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=19.46%
G=33.85%
B=46.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50871200.580.2800.53208.2941.1833.33
Hex3257783A1C035d02921
Octal6212717072340653205141
Binary1100101010111111100011101011100011010111010000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325778; }

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

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

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

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

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

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

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

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