#325376

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

Shades of Venice Blue #325376

Tints of Venice Blue #325376

Color information

#325376 (or 0x325376) is unknown color: approx Venice Blue. HEX triplet: 32, 53 and 76. RGB value is (50,83,118). Sum of RGB (Red+Green+Blue) = 50+83+118=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #325376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325376 is #CDAC89. Grayscale: #4C4C4C. Windows color (decimal): -13479050 or 7754546. OLE color: 7754546.

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

Color convert

RGB5083118-
CMYK0.580.3000.54
HSL210.88º40.48%32.94%-
HSV(B)210.88º57.63%46.27%-
XYZ7.688.1718.31-
YUV77.12151.07108.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=19.92%
G=33.07%
B=47.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50831180.580.3000.54210.8840.4832.94
Hex3253763A1E036d32821
Octal6212316672360663235041
Binary1100101010011111011011101011110011011011010011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325376; }

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

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

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

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

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

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

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

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