#325678

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

Shades of Venice Blue #325678

Tints of Venice Blue #325678

Color information

#325678 (or 0x325678) is unknown color: approx Venice Blue. HEX triplet: 32, 56 and 78. RGB value is (50,86,120). Sum of RGB (Red+Green+Blue) = 50+86+120=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #325678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325678 is #CDA987. Grayscale: #4E4E4E. Windows color (decimal): -13478280 or 7886386. OLE color: 7886386.

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

Color convert

RGB5086120-
CMYK0.580.2800.53
HSL209.14º41.18%33.33%-
HSV(B)209.14º58.33%47.06%-
XYZ8.038.6919.02-
YUV79.11151.07107.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=19.53%
G=33.59%
B=46.88%

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
Decimal50861200.580.2800.53209.1441.1833.33
Hex3256783A1C035d12921
Octal6212617072340653215141
Binary1100101010110111100011101011100011010111010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325678; }

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

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

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

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

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

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

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

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