#325975

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

Shades of Venice Blue #325975

Tints of Venice Blue #325975

Color information

#325975 (or 0x325975) is unknown color: approx Venice Blue. HEX triplet: 32, 59 and 75. RGB value is (50,89,117). Sum of RGB (Red+Green+Blue) = 50+89+117=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #325975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325975 is #CDA68A. Grayscale: #505050. Windows color (decimal): -13477515 or 7690546. OLE color: 7690546.

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

Color convert

RGB5089117-
CMYK0.570.2400.54
HSL205.07º40.12%32.75%-
HSV(B)205.07º57.26%45.88%-
XYZ8.19.1118.16-
YUV80.53148.58106.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=19.53%
G=34.77%
B=45.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50891170.570.2400.54205.0740.1232.75
Hex3259753918036cd2821
Octal6213116571300663155041
Binary1100101011001111010111100111000011011011001101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325975; }

 p { color: rgb(50,89,117); }

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

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

 a { background-color: rgb(50,89,117); }

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

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

 span { border-color: rgb(50,89,117); }

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