Html Css Color HEX #325475 Venice Blue

📋 copy color: '#325475'

red 50 ◦ green 84 ◦ blue 117

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

Shades of Venice Blue #325475

Tints of Venice Blue #325475

RGB

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

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

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

R = 19.92%
G = 33.47%
B = 46.61%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325475 (or 0x325475) is known color: Venice Blue. HEX triplet: 32, 54 and 75. RGB value is (50,84,117). Sum of RGB (Red+Green+Blue) = 50+84+117=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #325475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325475 is #CDAB8A. Grayscale: #4D4D4D. Windows color (decimal): -13478795 or 7689266. OLE color: 7689266.

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

Color convert

RGB 50 84 117 -
CMYK 0.57 0.28 0 0.54
HSL 209.55º 0.4% 0.33% -
HSV(B) 209.55º 0.57% 0.46% -
XYZ 7.7 8.3 18.03 -
YUV 77.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 50 84 117 0.57 0.28 0 0.54 209.55 0.4 0.33
Hex 32 54 75 39 1C 0 36 D2 28 21
Octal 62 124 165 71 34 0 66 322 50 41
Binary 110010 1010100 1110101 111001 11100 0 110110 11010010 101000 100001

Color Harmonies of #325475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325475

Black with #325475

Text Example


Text Example

White with #325475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325475; }

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

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

background-color css

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

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

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

border-color css

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

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

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