Html Css Color HEX #325877 Venice Blue

📋 copy color: '#325877'

red 50 ◦ green 88 ◦ blue 119

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

Shades of Venice Blue #325877

Tints of Venice Blue #325877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

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

R = 19.46%
G = 34.24%
B = 46.3%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325877 (or 0x325877) is known color: Venice Blue. HEX triplet: 32, 58 and 77. RGB value is (50,88,119). Sum of RGB (Red+Green+Blue) = 50+88+119=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #325877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325877 is #CDA788. Grayscale: #505050. Windows color (decimal): -13477769 or 7821362. OLE color: 7821362.

HSL color Cylindrical-coordinate representation of color #325877: hue angle of 206.96º 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 #325877 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 88 119 -
CMYK 0.58 0.26 0 0.53
HSL 206.96º 0.41% 0.33% -
HSV(B) 206.96º 0.58% 0.47% -
XYZ 8.13 8.99 18.76 -
YUV 80.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 50 88 119 0.58 0.26 0 0.53 206.96 0.41 0.33
Hex 32 58 77 3A 1A 0 35 CF 29 21
Octal 62 130 167 72 32 0 65 317 51 41
Binary 110010 1011000 1110111 111010 11010 0 110101 11001111 101001 100001

Color Harmonies of #325877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325877

Black with #325877

Text Example


Text Example

White with #325877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325877; }

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

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

background-color css

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

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

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

border-color css

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

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

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