Html Css Color HEX #325175 Venice Blue

📋 copy color: '#325175'

red 50 ◦ green 81 ◦ blue 117

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

Shades of Venice Blue #325175

Tints of Venice Blue #325175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 20.16%
G = 32.66%
B = 47.18%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325175 (or 0x325175) is known color: Venice Blue. HEX triplet: 32, 51 and 75. RGB value is (50,81,117). Sum of RGB (Red+Green+Blue) = 50+81+117=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #325175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325175 is #CDAE8A. Grayscale: #4B4B4B. Windows color (decimal): -13479563 or 7688498. OLE color: 7688498.

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

Color convert

RGB 50 81 117 -
CMYK 0.57 0.31 0 0.54
HSL 212.24º 0.4% 0.33% -
HSV(B) 212.24º 0.57% 0.46% -
XYZ 7.47 7.85 17.95 -
YUV 75.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 50 81 117 0.57 0.31 0 0.54 212.24 0.4 0.33
Hex 32 51 75 39 1F 0 36 D4 28 21
Octal 62 121 165 71 37 0 66 324 50 41
Binary 110010 1010001 1110101 111001 11111 0 110110 11010100 101000 100001

Color Harmonies of #325175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325175

Black with #325175

Text Example


Text Example

White with #325175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325175; }

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

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

background-color css

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

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

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

border-color css

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

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

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