#325579

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

Shades of Venice Blue #325579

Tints of Venice Blue #325579

Color information

#325579 (or 0x325579) is unknown color: approx Venice Blue. HEX triplet: 32, 55 and 79. RGB value is (50,85,121). Sum of RGB (Red+Green+Blue) = 50+85+121=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #325579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325579 is #CDAA86. Grayscale: #4E4E4E. Windows color (decimal): -13478535 or 7951666. OLE color: 7951666.

HSL color Cylindrical-coordinate representation of color #325579: hue angle of 210.42º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325579 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5085121-
CMYK0.590.3000.53
HSL210.42º41.52%33.53%-
HSV(B)210.42º58.68%47.45%-
XYZ8.028.5619.32-
YUV78.64151.9107.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=19.53%
G=33.20%
B=47.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50851210.590.3000.53210.4241.5233.53
Hex3255793B1E035d22a22
Octal6212517173360653225242
Binary1100101010101111100111101111110011010111010010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325579; }

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

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

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

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

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

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

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

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