#325A77

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

Shades of Venice Blue #325A77

Tints of Venice Blue #325A77

Color information

#325A77 (or 0x325A77) is unknown color: approx Venice Blue. HEX triplet: 32, 5A and 77. RGB value is (50,90,119). Sum of RGB (Red+Green+Blue) = 50+90+119=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #325A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A77 is #CDA588. Grayscale: #515151. Windows color (decimal): -13477257 or 7821874. OLE color: 7821874.

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

Color convert

RGB5090119-
CMYK0.580.2400.53
HSL205.22º40.83%33.14%-
HSV(B)205.22º57.98%46.67%-
XYZ8.39.3218.81-
YUV81.35149.25105.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=19.31%
G=34.75%
B=45.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50901190.580.2400.53205.2240.8333.14
Hex325A773A18035cd2921
Octal6213216772300653155141
Binary1100101011010111011111101011000011010111001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A77; }

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

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

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

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

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

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

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

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