Color Hex Logo

#20339d Color Hex

#20339D
(32,51,157)
0 Favorites   0 Comments

Color spaces of #20339d

RGB 3251157
HSL0.640.660.37
HSV231°80°62°
CMYK 0.800.680.00   0.38
XYZ7.86535.109132.4699
Yxy5.10910.17310.1124
Hunter Lab22.603322.5570-69.3484
CIE-Lab27.043432.3541-59.4070

#20339d color RGB value is (32,51,157).

#20339d hex color red value is 32, green value is 51 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #20339d hue: 0.64 , saturation: 0.66 and the lightness value of 20339d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110011 10011101
Octal 40 63 235
Decimal 32 51 157
Hex 20 33 9D

RGB Percentages of Color #20339d

%13.33
%21.25
%65.42

CMYK Percentages of Color #20339d

%80
%68
%0
%38

Triadic Colors of #20339d

#20339d #9d2033 #339d20

Analogous Colors of #20339d

#20339d #4b209d #20729d

Monochromatic Colors of #20339d

#20339d

Complementary Color

#20339d #9d8a20

#20339d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20339d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20339d Color CSS Codes

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

#20339d Text Font Color

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

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


#20339d Background Color

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

This div background color is #20339d


#20339d Border Color

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

This div border color is #20339d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,51,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 #20339d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20339d


Comments

No comments written yet.

Please login to write comment.