Html Css Color HEX #325476 Venice Blue

📋 copy color: '#325476'

red 50 ◦ green 84 ◦ blue 118

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

Shades of Venice Blue #325476

Tints of Venice Blue #325476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 19.84%
G = 33.33%
B = 46.83%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325476 (or 0x325476) is known color: Venice Blue. HEX triplet: 32, 54 and 76. RGB value is (50,84,118). Sum of RGB (Red+Green+Blue) = 50+84+118=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #325476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325476 is #CDAB89. Grayscale: #4D4D4D. Windows color (decimal): -13478794 or 7754802. OLE color: 7754802.

HSL color Cylindrical-coordinate representation of color #325476: hue angle of 210º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325476 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 84 118 -
CMYK 0.58 0.29 0 0.54
HSL 210º 0.4% 0.33% -
HSV(B) 210º 0.58% 0.46% -
XYZ 7.76 8.33 18.34 -
YUV 77.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 50 84 118 0.58 0.29 0 0.54 210 0.4 0.33
Hex 32 54 76 3A 1D 0 36 D2 28 21
Octal 62 124 166 72 35 0 66 322 50 41
Binary 110010 1010100 1110110 111010 11101 0 110110 11010010 101000 100001

Color Harmonies of #325476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325476

Black with #325476

Text Example


Text Example

White with #325476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325476; }

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

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

background-color css

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

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

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

border-color css

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

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

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