Html Css Color HEX #325675 Venice Blue

📋 copy color: '#325675'

red 50 ◦ green 86 ◦ blue 117

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

Shades of Venice Blue #325675

Tints of Venice Blue #325675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

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

R = 19.76%
G = 33.99%
B = 46.25%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325675 (or 0x325675) is known color: Venice Blue. HEX triplet: 32, 56 and 75. RGB value is (50,86,117). Sum of RGB (Red+Green+Blue) = 50+86+117=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #325675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325675 is #CDA98A. Grayscale: #4E4E4E. Windows color (decimal): -13478283 or 7689778. OLE color: 7689778.

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

Color convert

RGB 50 86 117 -
CMYK 0.57 0.26 0 0.54
HSL 207.76º 0.4% 0.33% -
HSV(B) 207.76º 0.57% 0.46% -
XYZ 7.85 8.62 18.08 -
YUV 78.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 50 86 117 0.57 0.26 0 0.54 207.76 0.4 0.33
Hex 32 56 75 39 1A 0 36 D0 28 21
Octal 62 126 165 71 32 0 66 320 50 41
Binary 110010 1010110 1110101 111001 11010 0 110110 11010000 101000 100001

Color Harmonies of #325675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325675

Black with #325675

Text Example


Text Example

White with #325675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325675; }

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

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

background-color css

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

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

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

border-color css

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

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

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