#325573

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

Shades of Venice Blue #325573

Tints of Venice Blue #325573

Color information

#325573 (or 0x325573) is unknown color: approx Venice Blue. HEX triplet: 32, 55 and 73. RGB value is (50,85,115). Sum of RGB (Red+Green+Blue) = 50+85+115=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #325573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325573 is #CDAA8C. Grayscale: #4D4D4D. Windows color (decimal): -13478541 or 7558450. OLE color: 7558450.

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

Color convert

RGB5085115-
CMYK0.570.2600.55
HSL207.69º39.39%32.35%-
HSV(B)207.69º56.52%45.1%-
XYZ7.668.4117.44-
YUV77.96148.9108.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 115 (45.31% from 255) = 46%
R=20%
G=34%
B=46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50851150.570.2600.55207.6939.3932.35
Hex325573391A037d02720
Octal6212516371320673204740
Binary1100101010101111001111100111010011011111010000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325573; }

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

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

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

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

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

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

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

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