Color Hex Logo

#32619d Color Hex

#32619D
(50,97,157)
0 Favorites   0 Comments

Color spaces of #32619d

RGB 5097157
HSL0.590.520.41
HSV214°68°62°
CMYK 0.680.380.00   0.38
XYZ11.675911.661833.5339
Yxy11.66180.20530.2051
Hunter Lab34.14941.2689-34.3168
CIE-Lab40.67354.2717-37.3506

#32619d color RGB value is (50,97,157).

#32619d hex color red value is 50, green value is 97 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #32619d hue: 0.59 , saturation: 0.52 and the lightness value of 32619d is 0.41.

The process color (four color CMYK) of #32619d color hex is 0.68, 0.38, 0.00, 0.38. Web safe color of #32619d is #336699. Color #32619d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100001 10011101
Octal 62 141 235
Decimal 50 97 157
Hex 32 61 9D

RGB Percentages of Color #32619d

%16.45
%31.91
%51.64

CMYK Percentages of Color #32619d

%68
%38
%0
%38

Triadic Colors of #32619d

#32619d #9d3261 #619d32

Analogous Colors of #32619d

#32619d #39329d #32979d

Monochromatic Colors of #32619d

#32619d

Complementary Color

#32619d #9d6e32

#32619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32619d Color CSS Codes

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

#32619d Text Font Color

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

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


#32619d Background Color

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

This div background color is #32619d


#32619d Border Color

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

This div border color is #32619d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,97,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32619d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32619d;
  -webkit-box-shadow: 1px 1px 3px 2px #32619d;
  box-shadow:         1px 1px 3px 2px #32619d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32619d


Comments

No comments written yet.

Please login to write comment.