#325375

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

Shades of Venice Blue #325375

Tints of Venice Blue #325375

Color information

#325375 (or 0x325375) is unknown color: approx Venice Blue. HEX triplet: 32, 53 and 75. RGB value is (50,83,117). Sum of RGB (Red+Green+Blue) = 50+83+117=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #325375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325375 is #CDAC8A. Grayscale: #4C4C4C. Windows color (decimal): -13479051 or 7689010. OLE color: 7689010.

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

Color convert

RGB5083117-
CMYK0.570.2900.54
HSL210.45º40.12%32.75%-
HSV(B)210.45º57.26%45.88%-
XYZ7.628.1518-
YUV77.01150.57108.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=20%
G=33.2%
B=46.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50831170.570.2900.54210.4540.1232.75
Hex325375391D036d22821
Octal6212316571350663225041
Binary1100101010011111010111100111101011011011010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325375; }

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

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

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

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

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

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

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

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