#325473

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

Shades of Venice Blue #325473

Tints of Venice Blue #325473

Color information

#325473 (or 0x325473) is unknown color: approx Venice Blue. HEX triplet: 32, 54 and 73. RGB value is (50,84,115). Sum of RGB (Red+Green+Blue) = 50+84+115=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #325473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325473 is #CDAB8C. Grayscale: #4D4D4D. Windows color (decimal): -13478797 or 7558194. OLE color: 7558194.

HSL color Cylindrical-coordinate representation of color #325473: hue angle of 208.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325473 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5084115-
CMYK0.570.2700.55
HSL208.62º39.39%32.35%-
HSV(B)208.62º56.52%45.1%-
XYZ7.588.2617.41-
YUV77.37149.24108.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=20.08%
G=33.73%
B=46.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50841150.570.2700.55208.6239.3932.35
Hex325473391B037d12720
Octal6212416371330673214740
Binary1100101010100111001111100111011011011111010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325473; }

 p { color: rgb(50,84,115); }

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

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

 a { background-color: rgb(50,84,115); }

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

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

 span { border-color: rgb(50,84,115); }

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