Html Css Color HEX #325275 Venice Blue

📋 copy color: '#325275'

red 50 ◦ green 82 ◦ blue 117

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

Shades of Venice Blue #325275

Tints of Venice Blue #325275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 20.08%
G = 32.93%
B = 46.99%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325275 (or 0x325275) is known color: Venice Blue. HEX triplet: 32, 52 and 75. RGB value is (50,82,117). Sum of RGB (Red+Green+Blue) = 50+82+117=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #325275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325275 is #CDAD8A. Grayscale: #4C4C4C. Windows color (decimal): -13479307 or 7688754. OLE color: 7688754.

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

Color convert

RGB 50 82 117 -
CMYK 0.57 0.30 0 0.54
HSL 211.34º 0.4% 0.33% -
HSV(B) 211.34º 0.57% 0.46% -
XYZ 7.54 8 17.98 -
YUV 76.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 50 82 117 0.57 0.30 0 0.54 211.34 0.4 0.33
Hex 32 52 75 39 1E 0 36 D3 28 21
Octal 62 122 165 71 36 0 66 323 50 41
Binary 110010 1010010 1110101 111001 11110 0 110110 11010011 101000 100001

Color Harmonies of #325275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325275

Black with #325275

Text Example


Text Example

White with #325275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325275; }

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

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

background-color css

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

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

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

border-color css

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

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

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