Html Css Color HEX #325575 Venice Blue

📋 copy color: '#325575'

red 50 ◦ green 85 ◦ blue 117

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

Shades of Venice Blue #325575

Tints of Venice Blue #325575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 19.84%
G = 33.73%
B = 46.43%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325575 (or 0x325575) is known color: Venice Blue. HEX triplet: 32, 55 and 75. RGB value is (50,85,117). Sum of RGB (Red+Green+Blue) = 50+85+117=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #325575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325575 is #CDAA8A. Grayscale: #4E4E4E. Windows color (decimal): -13478539 or 7689522. OLE color: 7689522.

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

Color convert

RGB 50 85 117 -
CMYK 0.57 0.27 0 0.54
HSL 208.66º 0.4% 0.33% -
HSV(B) 208.66º 0.57% 0.46% -
XYZ 7.77 8.46 18.05 -
YUV 78.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 50 85 117 0.57 0.27 0 0.54 208.66 0.4 0.33
Hex 32 55 75 39 1B 0 36 D1 28 21
Octal 62 125 165 71 33 0 66 321 50 41
Binary 110010 1010101 1110101 111001 11011 0 110110 11010001 101000 100001

Color Harmonies of #325575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325575

Black with #325575

Text Example


Text Example

White with #325575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325575; }

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

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

background-color css

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

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

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

border-color css

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

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

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