#325772

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

Shades of Venice Blue #325772

Tints of Venice Blue #325772

Color information

#325772 (or 0x325772) is unknown color: approx Venice Blue. HEX triplet: 32, 57 and 72. RGB value is (50,87,114). Sum of RGB (Red+Green+Blue) = 50+87+114=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #325772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325772 is #CDA88D. Grayscale: #4E4E4E. Windows color (decimal): -13478030 or 7493426. OLE color: 7493426.

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

Color convert

RGB5087114-
CMYK0.560.2400.55
HSL205.31º39.02%32.16%-
HSV(B)205.31º56.14%44.71%-
XYZ7.768.7117.19-
YUV79.01147.74107.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=19.92%
G=34.66%
B=45.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50871140.560.2400.55205.3139.0232.16
Hex3257723818037cd2720
Octal6212716270300673154740
Binary1100101010111111001011100011000011011111001101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325772; }

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

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

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

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

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

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

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

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