Color Hex Logo

#326374 Color Hex

#326374
(50,99,116)
0 Favorites   0 Comments

Color spaces of #326374

RGB 5099116
HSL0.540.400.33
HSV195°57°45°
CMYK 0.570.150.00   0.55
XYZ8.929610.862718.1491
Yxy10.86270.23540.2863
Hunter Lab32.9586-9.3159-9.5778
CIE-Lab39.3483-11.2691-14.6401

#326374 color RGB value is (50,99,116).

#326374 hex color red value is 50, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #326374 hue: 0.54 , saturation: 0.40 and the lightness value of 326374 is 0.33.

The process color (four color CMYK) of #326374 color hex is 0.57, 0.15, 0.00, 0.55. Web safe color of #326374 is #336666. Color #326374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 01110100
Octal 62 143 164
Decimal 50 99 116
Hex 32 63 74

RGB Percentages of Color #326374

%18.87
%37.36
%43.77

CMYK Percentages of Color #326374

%57
%15
%0
%55

Triadic Colors of #326374

#326374 #743263 #637432

Analogous Colors of #326374

#326374 #324274 #327464

Monochromatic Colors of #326374

#326374

Complementary Color

#326374 #744332

#326374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326374 Color CSS Codes

.mybgcolor {background-color:#326374; } 
.myforecolor {color:#326374; }
.mybordercolor {border:3px solid #326374; }

#326374 Text Font Color

<p style="color:#326374">Text here</p>

This sample text font color is #326374
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#326374 Background Color

<div style="background-color:#326374">
Div content here</div>

This div background color is #326374


#326374 Border Color

<div style="border:3px solid #326374">
Div here</div>

This div border color is #326374


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,99,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326374; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326374;
  -webkit-box-shadow: 1px 1px 3px 2px #326374;
  box-shadow:         1px 1px 3px 2px #326374; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,99,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #326374">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #326374;
  -webkit-box-shadow: 1px 1px 3px 2px #326374;
  box-shadow:         1px 1px 3px 2px #326374;">
Div content here</div>

This div box has shadow with color #326374


Comments

No comments written yet.

Please login to write comment.