Color Hex Logo

#326377 Color Hex

#326377
(50,99,119)
0 Favorites   0 Comments

Color spaces of #326377

RGB 5099119
HSL0.550.410.33
HSV197°58°47°
CMYK 0.580.170.00   0.53
XYZ9.107010.933719.0832
Yxy10.93370.23280.2795
Hunter Lab33.0661-8.7037-11.0713
CIE-Lab39.4686-10.2924-16.2895

#326377 color RGB value is (50,99,119).

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

The process color (four color CMYK) of #326377 color hex is 0.58, 0.17, 0.00, 0.53. Web safe color of #326377 is #336666. Color #326377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100011 01110111
Octal 62 143 167
Decimal 50 99 119
Hex 32 63 77

RGB Percentages of Color #326377

%18.66
%36.94
%44.40

CMYK Percentages of Color #326377

%58
%17
%0
%53

Triadic Colors of #326377

#326377 #773263 #637732

Analogous Colors of #326377

#326377 #324077 #327769

Monochromatic Colors of #326377

#326377

Complementary Color

#326377 #774632

#326377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326377 Color CSS Codes

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

#326377 Text Font Color

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

This sample text font color is #326377
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.


#326377 Background Color

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

This div background color is #326377


#326377 Border Color

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

This div border color is #326377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326377


Comments

No comments written yet.

Please login to write comment.