Color Hex Logo

#326699 Color Hex

#326699
(50,102,153)
0 Favorites   0 Comments

Color spaces of #326699

RGB 50102153
HSL0.580.510.40
HSV210°67°60°
CMYK 0.670.330.00   0.40
XYZ11.816512.480831.9232
Yxy12.48080.21020.2220
Hunter Lab35.3282-2.1200-28.8458
CIE-Lab41.9703-0.3243-32.9167

#326699 color RGB value is (50,102,153).

#326699 hex color red value is 50, green value is 102 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #326699 hue: 0.58 , saturation: 0.51 and the lightness value of 326699 is 0.40.

The process color (four color CMYK) of #326699 color hex is 0.67, 0.33, 0.00, 0.40. Web safe color of #326699 is #336699. Color #326699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100110 10011001
Octal 62 146 231
Decimal 50 102 153
Hex 32 66 99

RGB Percentages of Color #326699

%16.39
%33.44
%50.16

CMYK Percentages of Color #326699

%67
%33
%0
%40

Triadic Colors of #326699

#326699 #993266 #669932

Analogous Colors of #326699

#326699 #323299 #329999

Monochromatic Colors of #326699

#326699

Complementary Color

#326699 #996532

#326699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326699 Color CSS Codes

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

#326699 Text Font Color

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

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


#326699 Background Color

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

This div background color is #326699


#326699 Border Color

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

This div border color is #326699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326699


Comments

No comments written yet.

Please login to write comment.