#325175

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

Shades of Venice Blue #325175

Tints of Venice Blue #325175

Color information

#325175 (or 0x325175) is unknown color: approx Venice Blue. HEX triplet: 32, 51 and 75. RGB value is (50,81,117). Sum of RGB (Red+Green+Blue) = 50+81+117=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #325175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325175 is #CDAE8A. Grayscale: #4B4B4B. Windows color (decimal): -13479563 or 7688498. OLE color: 7688498.

HSL color Cylindrical-coordinate representation of color #325175: hue angle of 212.24º 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 #325175 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5081117-
CMYK0.570.3100.54
HSL212.24º40.12%32.75%-
HSV(B)212.24º57.26%45.88%-
XYZ7.477.8517.95-
YUV75.84151.23109.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=20.16%
G=32.66%
B=47.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50811170.570.3100.54212.2440.1232.75
Hex325175391F036d42821
Octal6212116571370663245041
Binary1100101010001111010111100111111011011011010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325175; }

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

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

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

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

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

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

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

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