#325673

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

Shades of Venice Blue #325673

Tints of Venice Blue #325673

Color information

#325673 (or 0x325673) is unknown color: approx Venice Blue. HEX triplet: 32, 56 and 73. RGB value is (50,86,115). Sum of RGB (Red+Green+Blue) = 50+86+115=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #325673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325673 is #CDA98C. Grayscale: #4E4E4E. Windows color (decimal): -13478285 or 7558706. OLE color: 7558706.

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

Color convert

RGB5086115-
CMYK0.570.2500.55
HSL206.77º39.39%32.35%-
HSV(B)206.77º56.52%45.1%-
XYZ7.748.5717.47-
YUV78.54148.57107.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=19.92%
G=34.26%
B=45.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50861150.570.2500.55206.7739.3932.35
Hex3256733919037cf2720
Octal6212616371310673174740
Binary1100101010110111001111100111001011011111001111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325673; }

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

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

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

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

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

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

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

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