#325570

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

Shades of Venice Blue #325570

Tints of Venice Blue #325570

Color information

#325570 (or 0x325570) is unknown color: approx Venice Blue. HEX triplet: 32, 55 and 70. RGB value is (50,85,112). Sum of RGB (Red+Green+Blue) = 50+85+112=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #325570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325570 is #CDAA8F. Grayscale: #4D4D4D. Windows color (decimal): -13478544 or 7361842. OLE color: 7361842.

HSL color Cylindrical-coordinate representation of color #325570: hue angle of 206.13º 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 #325570 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5085112-
CMYK0.550.2400.56
HSL206.13º38.27%31.76%-
HSV(B)206.13º55.36%43.92%-
XYZ7.498.3416.55-
YUV77.61147.4108.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=20.24%
G=34.41%
B=45.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50851120.550.2400.56206.1338.2731.76
Hex3255703718038ce2620
Octal6212516067300703164640
Binary1100101010101111000011011111000011100011001110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325570; }

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

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

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

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

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

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

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

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