Color Hex Logo

#204eaa Color Hex

#204EAA
(32,78,170)
0 Favorites   0 Comments

Color spaces of #204eaa

RGB 3278170
HSL0.610.680.40
HSV220°81°67°
CMYK 0.810.540.00   0.33
XYZ10.57588.658139.1440
Yxy8.65810.18120.1483
Hunter Lab29.424612.6633-58.2770
CIE-Lab35.317519.2927-53.7321

#204eaa color RGB value is (32,78,170).

#204eaa hex color red value is 32, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #204eaa hue: 0.61 , saturation: 0.68 and the lightness value of 204eaa is 0.40.

The process color (four color CMYK) of #204eaa color hex is 0.81, 0.54, 0.00, 0.33. Web safe color of #204eaa is #336699. Color #204eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001110 10101010
Octal 40 116 252
Decimal 32 78 170
Hex 20 4E AA

RGB Percentages of Color #204eaa

%11.43
%27.86
%60.71

CMYK Percentages of Color #204eaa

%81
%54
%0
%33

Triadic Colors of #204eaa

#204eaa #aa204e #4eaa20

Analogous Colors of #204eaa

#204eaa #3720aa #2093aa

Monochromatic Colors of #204eaa

#204eaa

Complementary Color

#204eaa #aa7c20

#204eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#204eaa Color CSS Codes

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

#204eaa Text Font Color

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

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


#204eaa Background Color

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

This div background color is #204eaa


#204eaa Border Color

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

This div border color is #204eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #204eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #204eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #204eaa;
  box-shadow:         1px 1px 3px 2px #204eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204eaa


Comments

No comments written yet.

Please login to write comment.