Html Css Color HEX #325571 Venice Blue

📋 copy color: '#325571'

red 50 ◦ green 85 ◦ blue 113

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

Shades of Venice Blue #325571

Tints of Venice Blue #325571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

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

R = 20.16%
G = 34.27%
B = 45.56%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325571 (or 0x325571) is known color: Venice Blue. HEX triplet: 32, 55 and 71. RGB value is (50,85,113). Sum of RGB (Red+Green+Blue) = 50+85+113=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #325571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325571 is #CDAA8E. Grayscale: #4D4D4D. Windows color (decimal): -13478543 or 7427378. OLE color: 7427378.

HSL color Cylindrical-coordinate representation of color #325571: hue angle of 206.67º 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 #325571 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 85 113 -
CMYK 0.56 0.25 0 0.56
HSL 206.67º 0.39% 0.32% -
HSV(B) 206.67º 0.56% 0.44% -
XYZ 7.54 8.37 16.84 -
YUV 77.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 50 85 113 0.56 0.25 0 0.56 206.67 0.39 0.32
Hex 32 55 71 38 19 0 38 CF 27 20
Octal 62 125 161 70 31 0 70 317 47 40
Binary 110010 1010101 1110001 111000 11001 0 111000 11001111 100111 100000

Color Harmonies of #325571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325571

Black with #325571

Text Example


Text Example

White with #325571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325571; }

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

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

background-color css

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

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

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

border-color css

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

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

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