#325474

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

Shades of Venice Blue #325474

Tints of Venice Blue #325474

Color information

#325474 (or 0x325474) is unknown color: approx Venice Blue. HEX triplet: 32, 54 and 74. RGB value is (50,84,116). Sum of RGB (Red+Green+Blue) = 50+84+116=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #325474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325474 is #CDAB8B. Grayscale: #4D4D4D. Windows color (decimal): -13478796 or 7623730. OLE color: 7623730.

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

Color convert

RGB5084116-
CMYK0.570.2800.55
HSL209.09º39.76%32.55%-
HSV(B)209.09º56.9%45.49%-
XYZ7.648.2817.72-
YUV77.48149.74108.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=20%
G=33.6%
B=46.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50841160.570.2800.55209.0939.7632.55
Hex325474391C037d12821
Octal6212416471340673215041
Binary1100101010100111010011100111100011011111010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325474; }

 p { color: rgb(50,84,116); }

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

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

 a { background-color: rgb(50,84,116); }

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

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

 span { border-color: rgb(50,84,116); }

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