Html Css Color HEX #325777 Venice Blue

📋 copy color: '#325777'

red 50 ◦ green 87 ◦ blue 119

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

Shades of Venice Blue #325777

Tints of Venice Blue #325777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 19.53%
G = 33.98%
B = 46.48%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325777 (or 0x325777) is known color: Venice Blue. HEX triplet: 32, 57 and 77. RGB value is (50,87,119). Sum of RGB (Red+Green+Blue) = 50+87+119=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #325777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325777 is #CDA888. Grayscale: #4F4F4F. Windows color (decimal): -13478025 or 7821106. OLE color: 7821106.

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

Color convert

RGB 50 87 119 -
CMYK 0.58 0.27 0 0.53
HSL 207.83º 0.41% 0.33% -
HSV(B) 207.83º 0.58% 0.47% -
XYZ 8.05 8.83 18.73 -
YUV 79.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 50 87 119 0.58 0.27 0 0.53 207.83 0.41 0.33
Hex 32 57 77 3A 1B 0 35 D0 29 21
Octal 62 127 167 72 33 0 65 320 51 41
Binary 110010 1010111 1110111 111010 11011 0 110101 11010000 101001 100001

Color Harmonies of #325777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325777

Black with #325777

Text Example


Text Example

White with #325777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325777; }

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

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

background-color css

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

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

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

border-color css

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

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

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