#325777

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

Shades of Venice Blue #325777

Tints of Venice Blue #325777

Color information

#325777 (or 0x325777) is unknown color: approx Venice Blue. HEX triplet: 32, 57 and 77. RGB value is (50,87,119). Sum of RGB (Red+Green+Blue) = 50+87+119=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #325777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325777 is #CDA888. Grayscale: #4F4F4F. Windows color (decimal): -13478025 or 7821106. OLE color: 7821106.

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

Color convert

RGB5087119-
CMYK0.580.2700.53
HSL207.83º40.83%33.14%-
HSV(B)207.83º57.98%46.67%-
XYZ8.058.8318.73-
YUV79.58150.24106.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=19.53%
G=33.98%
B=46.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50871190.580.2700.53207.8340.8333.14
Hex3257773A1B035d02921
Octal6212716772330653205141
Binary1100101010111111011111101011011011010111010000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325777; }

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

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

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

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

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

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

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

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