#325575

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

Shades of Venice Blue #325575

Tints of Venice Blue #325575

Color information

#325575 (or 0x325575) is unknown color: approx Venice Blue. HEX triplet: 32, 55 and 75. RGB value is (50,85,117). Sum of RGB (Red+Green+Blue) = 50+85+117=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #325575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325575 is #CDAA8A. Grayscale: #4E4E4E. Windows color (decimal): -13478539 or 7689522. OLE color: 7689522.

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

Color convert

RGB5085117-
CMYK0.570.2700.54
HSL208.66º40.12%32.75%-
HSV(B)208.66º57.26%45.88%-
XYZ7.778.4618.05-
YUV78.18149.9107.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=19.84%
G=33.73%
B=46.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50851170.570.2700.54208.6640.1232.75
Hex325575391B036d12821
Octal6212516571330663215041
Binary1100101010101111010111100111011011011011010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325575; }

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

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

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

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

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

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

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

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