Html Css Color HEX #325676 Venice Blue

📋 copy color: '#325676'

red 50 ◦ green 86 ◦ blue 118

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

Shades of Venice Blue #325676

Tints of Venice Blue #325676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 19.69%
G = 33.86%
B = 46.46%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325676 (or 0x325676) is known color: Venice Blue. HEX triplet: 32, 56 and 76. RGB value is (50,86,118). Sum of RGB (Red+Green+Blue) = 50+86+118=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #325676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325676 is #CDA989. Grayscale: #4E4E4E. Windows color (decimal): -13478282 or 7755314. OLE color: 7755314.

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

Color convert

RGB 50 86 118 -
CMYK 0.58 0.27 0 0.54
HSL 208.24º 0.4% 0.33% -
HSV(B) 208.24º 0.58% 0.46% -
XYZ 7.91 8.64 18.39 -
YUV 78.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 50 86 118 0.58 0.27 0 0.54 208.24 0.4 0.33
Hex 32 56 76 3A 1B 0 36 D0 28 21
Octal 62 126 166 72 33 0 66 320 50 41
Binary 110010 1010110 1110110 111010 11011 0 110110 11010000 101000 100001

Color Harmonies of #325676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325676

Black with #325676

Text Example


Text Example

White with #325676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325676; }

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

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

background-color css

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

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

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

border-color css

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

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

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