#325374

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

Shades of Venice Blue #325374

Tints of Venice Blue #325374

Color information

#325374 (or 0x325374) is unknown color: approx Venice Blue. HEX triplet: 32, 53 and 74. RGB value is (50,83,116). Sum of RGB (Red+Green+Blue) = 50+83+116=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #325374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325374 is #CDAC8B. Grayscale: #4C4C4C. Windows color (decimal): -13479052 or 7623474. OLE color: 7623474.

HSL color Cylindrical-coordinate representation of color #325374: hue angle of 210º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325374 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5083116-
CMYK0.570.2800.55
HSL210º39.76%32.55%-
HSV(B)210º56.9%45.49%-
XYZ7.568.1317.69-
YUV76.9150.07108.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=20.08%
G=33.33%
B=46.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50831160.570.2800.5521039.7632.55
Hex325374391C037d22821
Octal6212316471340673225041
Binary1100101010011111010011100111100011011111010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325374; }

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

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

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

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

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

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

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

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