#325776

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

Shades of Venice Blue #325776

Tints of Venice Blue #325776

Color information

#325776 (or 0x325776) is unknown color: approx Venice Blue. HEX triplet: 32, 57 and 76. RGB value is (50,87,118). Sum of RGB (Red+Green+Blue) = 50+87+118=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #325776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325776 is #CDA889. Grayscale: #4F4F4F. Windows color (decimal): -13478026 or 7755570. OLE color: 7755570.

HSL color Cylindrical-coordinate representation of color #325776: hue angle of 207.35º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325776 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5087118-
CMYK0.580.2600.54
HSL207.35º40.48%32.94%-
HSV(B)207.35º57.63%46.27%-
XYZ7.998.818.42-
YUV79.47149.74106.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=19.61%
G=34.12%
B=46.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50871180.580.2600.54207.3540.4832.94
Hex3257763A1A036cf2821
Octal6212716672320663175041
Binary1100101010111111011011101011010011011011001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325776; }

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

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

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

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

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

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

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

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