#325571

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

Shades of Venice Blue #325571

Tints of Venice Blue #325571

Color information

#325571 (or 0x325571) is unknown color: approx Venice Blue. HEX triplet: 32, 55 and 71. RGB value is (50,85,113). Sum of RGB (Red+Green+Blue) = 50+85+113=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #325571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325571 is #CDAA8E. Grayscale: #4D4D4D. Windows color (decimal): -13478543 or 7427378. OLE color: 7427378.

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

Color convert

RGB5085113-
CMYK0.560.2500.56
HSL206.67º38.65%31.96%-
HSV(B)206.67º55.75%44.31%-
XYZ7.548.3716.84-
YUV77.73147.9108.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=20.16%
G=34.27%
B=45.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50851130.560.2500.56206.6738.6531.96
Hex3255713819038cf2720
Octal6212516170310703174740
Binary1100101010101111000111100011001011100011001111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325571; }

 p { color: rgb(50,85,113); }

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

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

 a { background-color: rgb(50,85,113); }

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

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

 span { border-color: rgb(50,85,113); }

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