Html Css Color HEX #325977 Venice Blue

📋 copy color: '#325977'

red 50 ◦ green 89 ◦ blue 119

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

Shades of Venice Blue #325977

Tints of Venice Blue #325977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 19.38%
G = 34.5%
B = 46.12%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325977 (or 0x325977) is known color: Venice Blue. HEX triplet: 32, 59 and 77. RGB value is (50,89,119). Sum of RGB (Red+Green+Blue) = 50+89+119=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #325977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325977 is #CDA688. Grayscale: #505050. Windows color (decimal): -13477513 or 7821618. OLE color: 7821618.

HSL color Cylindrical-coordinate representation of color #325977: hue angle of 206.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325977 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 89 119 -
CMYK 0.58 0.25 0 0.53
HSL 206.09º 0.41% 0.33% -
HSV(B) 206.09º 0.58% 0.47% -
XYZ 8.22 9.15 18.79 -
YUV 80.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 50 89 119 0.58 0.25 0 0.53 206.09 0.41 0.33
Hex 32 59 77 3A 19 0 35 CE 29 21
Octal 62 131 167 72 31 0 65 316 51 41
Binary 110010 1011001 1110111 111010 11001 0 110101 11001110 101001 100001

Color Harmonies of #325977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325977

Black with #325977

Text Example


Text Example

White with #325977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325977; }

 p { color: rgb(50,89,119); }

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

background-color css

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

 a { background-color: rgb(50,89,119); }

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

border-color css

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

 span { border-color: rgb(50,89,119); }

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