#325675

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

Shades of Venice Blue #325675

Tints of Venice Blue #325675

Color information

#325675 (or 0x325675) is unknown color: approx Venice Blue. HEX triplet: 32, 56 and 75. RGB value is (50,86,117). Sum of RGB (Red+Green+Blue) = 50+86+117=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #325675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325675 is #CDA98A. Grayscale: #4E4E4E. Windows color (decimal): -13478283 or 7689778. OLE color: 7689778.

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

Color convert

RGB5086117-
CMYK0.570.2600.54
HSL207.76º40.12%32.75%-
HSV(B)207.76º57.26%45.88%-
XYZ7.858.6218.08-
YUV78.77149.57107.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=19.76%
G=33.99%
B=46.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50861170.570.2600.54207.7640.1232.75
Hex325675391A036d02821
Octal6212616571320663205041
Binary1100101010110111010111100111010011011011010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325675; }

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

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

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

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

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

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

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

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