Color Hex Logo

#20384b Color Hex

#20384B
(32,56,75)
0 Favorites   0 Comments

Color spaces of #20384b

RGB 325675
HSL0.570.400.21
HSV207°57°29°
CMYK 0.570.250.00   0.71
XYZ3.27983.64347.1870
Yxy3.64340.23240.2582
Hunter Lab19.0877-2.7322-8.9628
CIE-Lab22.4557-2.9752-14.5246

#20384b color RGB value is (32,56,75).

#20384b hex color red value is 32, green value is 56 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #20384b hue: 0.57 , saturation: 0.40 and the lightness value of 20384b is 0.21.

The process color (four color CMYK) of #20384b color hex is 0.57, 0.25, 0.00, 0.71. Web safe color of #20384b is #333333. Color #20384b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00111000 01001011
Octal 40 70 113
Decimal 32 56 75
Hex 20 38 4B

RGB Percentages of Color #20384b

%19.63
%34.36
%46.01

CMYK Percentages of Color #20384b

%57
%25
%0
%71

Triadic Colors of #20384b

#20384b #4b2038 #384b20

Analogous Colors of #20384b

#20384b #20234b #204b49

Monochromatic Colors of #20384b

#20384b

Complementary Color

#20384b #4b3320

#20384b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20384b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20384b Color CSS Codes

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

#20384b Text Font Color

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

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


#20384b Background Color

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

This div background color is #20384b


#20384b Border Color

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

This div border color is #20384b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,56,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20384b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20384b;
  -webkit-box-shadow: 1px 1px 3px 2px #20384b;
  box-shadow:         1px 1px 3px 2px #20384b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,56,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20384b


Comments

No comments written yet.

Please login to write comment.