Html Css Color HEX #325371 Venice Blue

📋 copy color: '#325371'

red 50 ◦ green 83 ◦ blue 113

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

Shades of Venice Blue #325371

Tints of Venice Blue #325371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 20.33%
G = 33.74%
B = 45.93%

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

#325371 (or 0x325371) is known color: Venice Blue. HEX triplet: 32, 53 and 71. RGB value is (50,83,113). Sum of RGB (Red+Green+Blue) = 50+83+113=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #325371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325371 is #CDAC8E. Grayscale: #4C4C4C. Windows color (decimal): -13479055 or 7426866. OLE color: 7426866.

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

Color convert

RGB 50 83 113 -
CMYK 0.56 0.27 0 0.56
HSL 208.57º 0.39% 0.32% -
HSV(B) 208.57º 0.56% 0.44% -
XYZ 7.39 8.06 16.79 -
YUV 76.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 50 83 113 0.56 0.27 0 0.56 208.57 0.39 0.32
Hex 32 53 71 38 1B 0 38 D1 27 20
Octal 62 123 161 70 33 0 70 321 47 40
Binary 110010 1010011 1110001 111000 11011 0 111000 11010001 100111 100000

Color Harmonies of #325371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325371

Black with #325371

Text Example


Text Example

White with #325371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325371; }

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

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

background-color css

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

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

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

border-color css

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

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

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