Html Css Color HEX #325576 Venice Blue

📋 copy color: '#325576'

red 50 ◦ green 85 ◦ blue 118

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

Shades of Venice Blue #325576

Tints of Venice Blue #325576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

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

R = 19.76%
G = 33.6%
B = 46.64%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325576 (or 0x325576) is known color: Venice Blue. HEX triplet: 32, 55 and 76. RGB value is (50,85,118). Sum of RGB (Red+Green+Blue) = 50+85+118=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #325576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325576 is #CDAA89. Grayscale: #4E4E4E. Windows color (decimal): -13478538 or 7755058. OLE color: 7755058.

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

Color convert

RGB 50 85 118 -
CMYK 0.58 0.28 0 0.54
HSL 209.12º 0.4% 0.33% -
HSV(B) 209.12º 0.58% 0.46% -
XYZ 7.83 8.48 18.36 -
YUV 78.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 50 85 118 0.58 0.28 0 0.54 209.12 0.4 0.33
Hex 32 55 76 3A 1C 0 36 D1 28 21
Octal 62 125 166 72 34 0 66 321 50 41
Binary 110010 1010101 1110110 111010 11100 0 110110 11010001 101000 100001

Color Harmonies of #325576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325576

Black with #325576

Text Example


Text Example

White with #325576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325576; }

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

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

background-color css

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

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

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

border-color css

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

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

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