Html Css Color HEX #325271 Venice Blue

📋 copy color: '#325271'

red 50 ◦ green 82 ◦ blue 113

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

Shades of Venice Blue #325271

Tints of Venice Blue #325271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 20.41%
G = 33.47%
B = 46.12%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325271 (or 0x325271) is known color: Venice Blue. HEX triplet: 32, 52 and 71. RGB value is (50,82,113). Sum of RGB (Red+Green+Blue) = 50+82+113=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #325271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325271 is #CDAD8E. Grayscale: #4B4B4B. Windows color (decimal): -13479311 or 7426610. OLE color: 7426610.

HSL color Cylindrical-coordinate representation of color #325271: hue angle of 209.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325271 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 82 113 -
CMYK 0.56 0.27 0 0.56
HSL 209.52º 0.39% 0.32% -
HSV(B) 209.52º 0.56% 0.44% -
XYZ 7.31 7.9 16.76 -
YUV 75.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 50 82 113 0.56 0.27 0 0.56 209.52 0.39 0.32
Hex 32 52 71 38 1B 0 38 D2 27 20
Octal 62 122 161 70 33 0 70 322 47 40
Binary 110010 1010010 1110001 111000 11011 0 111000 11010010 100111 100000

Color Harmonies of #325271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325271

Black with #325271

Text Example


Text Example

White with #325271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325271; }

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

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

background-color css

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

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

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

border-color css

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

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

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