#325876

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

Shades of Venice Blue #325876

Tints of Venice Blue #325876

Color information

#325876 (or 0x325876) is unknown color: approx Venice Blue. HEX triplet: 32, 58 and 76. RGB value is (50,88,118). Sum of RGB (Red+Green+Blue) = 50+88+118=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #325876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325876 is #CDA789. Grayscale: #4F4F4F. Windows color (decimal): -13477770 or 7755826. OLE color: 7755826.

HSL color Cylindrical-coordinate representation of color #325876: hue angle of 206.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325876 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5088118-
CMYK0.580.2500.54
HSL206.47º40.48%32.94%-
HSV(B)206.47º57.63%46.27%-
XYZ8.088.9718.44-
YUV80.06149.41106.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=19.53%
G=34.38%
B=46.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50881180.580.2500.54206.4740.4832.94
Hex3258763A19036ce2821
Octal6213016672310663165041
Binary1100101011000111011011101011001011011011001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325876; }

 p { color: rgb(50,88,118); }

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

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

 a { background-color: rgb(50,88,118); }

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

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

 span { border-color: rgb(50,88,118); }

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