Html Css Color HEX #325473 Venice Blue

📋 copy color: '#325473'

red 50 ◦ green 84 ◦ blue 115

#325473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #325473

Tints of Venice Blue #325473

RGB

 RED value IS 50 (19.92% from 255) = 20.08%

 GREEN value IS 84 (33.2% from 255) = 33.73%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 20.08%
G = 33.73%
B = 46.18%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325473 (or 0x325473) is known color: Venice Blue. HEX triplet: 32, 54 and 73. RGB value is (50,84,115). Sum of RGB (Red+Green+Blue) = 50+84+115=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #325473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325473 is #CDAB8C. Grayscale: #4D4D4D. Windows color (decimal): -13478797 or 7558194. OLE color: 7558194.

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

Color convert

RGB 50 84 115 -
CMYK 0.57 0.27 0 0.55
HSL 208.62º 0.39% 0.32% -
HSV(B) 208.62º 0.57% 0.45% -
XYZ 7.58 8.26 17.41 -
YUV 77.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 50 84 115 0.57 0.27 0 0.55 208.62 0.39 0.32
Hex 32 54 73 39 1B 0 37 D1 27 20
Octal 62 124 163 71 33 0 67 321 47 40
Binary 110010 1010100 1110011 111001 11011 0 110111 11010001 100111 100000

Color Harmonies of #325473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325473

Black with #325473

Text Example


Text Example

White with #325473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325473; }

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

 H1.HeaderClassName
 {
   color: #325473;
 }
 .AnyTagClassName
 {
   color: #325473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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