Html Css Color HEX #325276 Venice Blue

📋 copy color: '#325276'

red 50 ◦ green 82 ◦ blue 118

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

Shades of Venice Blue #325276

Tints of Venice Blue #325276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

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

R = 20%
G = 32.8%
B = 47.2%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325276 (or 0x325276) is known color: Venice Blue. HEX triplet: 32, 52 and 76. RGB value is (50,82,118). Sum of RGB (Red+Green+Blue) = 50+82+118=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #325276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325276 is #CDAD89. Grayscale: #4C4C4C. Windows color (decimal): -13479306 or 7754290. OLE color: 7754290.

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

Color convert

RGB 50 82 118 -
CMYK 0.58 0.31 0 0.54
HSL 211.76º 0.4% 0.33% -
HSV(B) 211.76º 0.58% 0.46% -
XYZ 7.6 8.02 18.29 -
YUV 76.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 50 82 118 0.58 0.31 0 0.54 211.76 0.4 0.33
Hex 32 52 76 3A 1F 0 36 D4 28 21
Octal 62 122 166 72 37 0 66 324 50 41
Binary 110010 1010010 1110110 111010 11111 0 110110 11010100 101000 100001

Color Harmonies of #325276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325276

Black with #325276

Text Example


Text Example

White with #325276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325276; }

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

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

background-color css

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

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

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

border-color css

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

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

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