Html Css Color HEX #325B76 Venice Blue

📋 copy color: '#325B76'

red 50 ◦ green 91 ◦ blue 118

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

Shades of Venice Blue #325B76

Tints of Venice Blue #325B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 118 (46.48% from 255) = 45.56%

R = 19.31%
G = 35.14%
B = 45.56%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325B76 (or 0x325B76) is known color: Venice Blue. HEX triplet: 32, 5B and 76. RGB value is (50,91,118). Sum of RGB (Red+Green+Blue) = 50+91+118=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #325B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B76 is #CDA489. Grayscale: #515151. Windows color (decimal): -13477002 or 7756594. OLE color: 7756594.

HSL color Cylindrical-coordinate representation of color #325B76: hue angle of 203.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325B76 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 91 118 -
CMYK 0.58 0.23 0 0.54
HSL 203.82º 0.4% 0.33% -
HSV(B) 203.82º 0.58% 0.46% -
XYZ 8.33 9.47 18.53 -
YUV 81.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 50 91 118 0.58 0.23 0 0.54 203.82 0.4 0.33
Hex 32 5B 76 3A 17 0 36 CC 28 21
Octal 62 133 166 72 27 0 66 314 50 41
Binary 110010 1011011 1110110 111010 10111 0 110110 11001100 101000 100001

Color Harmonies of #325B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B76

Black with #325B76

Text Example


Text Example

White with #325B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325B76; }

 p { color: rgb(50,91,118); }

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

background-color css

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

 a { background-color: rgb(50,91,118); }

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

border-color css

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

 span { border-color: rgb(50,91,118); }

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