#325370

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

Shades of Venice Blue #325370

Tints of Venice Blue #325370

Color information

#325370 (or 0x325370) is unknown color: approx Venice Blue. HEX triplet: 32, 53 and 70. RGB value is (50,83,112). Sum of RGB (Red+Green+Blue) = 50+83+112=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #325370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325370 is #CDAC8F. Grayscale: #4C4C4C. Windows color (decimal): -13479056 or 7361330. OLE color: 7361330.

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

Color convert

RGB5083112-
CMYK0.550.2600.56
HSL208.06º38.27%31.76%-
HSV(B)208.06º55.36%43.92%-
XYZ7.338.0316.49-
YUV76.44148.07109.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=20.41%
G=33.88%
B=45.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50831120.550.2600.56208.0638.2731.76
Hex325370371A038d02620
Octal6212316067320703204640
Binary1100101010011111000011011111010011100011010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325370; }

 p { color: rgb(50,83,112); }

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

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

 a { background-color: rgb(50,83,112); }

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

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

 span { border-color: rgb(50,83,112); }

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