#325073

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

Shades of Venice Blue #325073

Tints of Venice Blue #325073

Color information

#325073 (or 0x325073) is unknown color: approx Venice Blue. HEX triplet: 32, 50 and 73. RGB value is (50,80,115). Sum of RGB (Red+Green+Blue) = 50+80+115=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #325073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325073 is #CDAF8C. Grayscale: #4A4A4A. Windows color (decimal): -13479821 or 7557170. OLE color: 7557170.

HSL color Cylindrical-coordinate representation of color #325073: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325073 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5080115-
CMYK0.570.3000.55
HSL212.31º39.39%32.35%-
HSV(B)212.31º56.52%45.1%-
XYZ7.287.6517.31-
YUV75.02150.56110.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=20.41%
G=32.65%
B=46.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50801150.570.3000.55212.3139.3932.35
Hex325073391E037d42720
Octal6212016371360673244740
Binary1100101010000111001111100111110011011111010100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325073; }

 p { color: rgb(50,80,115); }

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

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

 a { background-color: rgb(50,80,115); }

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

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

 span { border-color: rgb(50,80,115); }

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