#325372

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

Shades of Venice Blue #325372

Tints of Venice Blue #325372

Color information

#325372 (or 0x325372) is unknown color: approx Venice Blue. HEX triplet: 32, 53 and 72. RGB value is (50,83,114). Sum of RGB (Red+Green+Blue) = 50+83+114=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #325372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325372 is #CDAC8D. Grayscale: #4C4C4C. Windows color (decimal): -13479054 or 7492402. OLE color: 7492402.

HSL color Cylindrical-coordinate representation of color #325372: hue angle of 209.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325372 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5083114-
CMYK0.560.2700.55
HSL209.06º39.02%32.16%-
HSV(B)209.06º56.14%44.71%-
XYZ7.458.0817.09-
YUV76.67149.07108.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=20.24%
G=33.60%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50831140.560.2700.55209.0639.0232.16
Hex325372381B037d12720
Octal6212316270330673214740
Binary1100101010011111001011100011011011011111010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325372; }

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

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

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

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

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

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

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

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