#325677

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

Shades of Venice Blue #325677

Tints of Venice Blue #325677

Color information

#325677 (or 0x325677) is unknown color: approx Venice Blue. HEX triplet: 32, 56 and 77. RGB value is (50,86,119). Sum of RGB (Red+Green+Blue) = 50+86+119=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #325677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325677 is #CDA988. Grayscale: #4E4E4E. Windows color (decimal): -13478281 or 7820850. OLE color: 7820850.

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

Color convert

RGB5086119-
CMYK0.580.2800.53
HSL208.7º40.83%33.14%-
HSV(B)208.7º57.98%46.67%-
XYZ7.978.6718.71-
YUV79150.57107.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=19.61%
G=33.73%
B=46.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50861190.580.2800.53208.740.8333.14
Hex3256773A1C035d12921
Octal6212616772340653215141
Binary1100101010110111011111101011100011010111010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325677; }

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

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

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

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

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

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

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

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