Color Hex Logo

#204baa Color Hex

#204BAA
(32,75,170)
0 Favorites   0 Comments

Color spaces of #204baa

RGB 3275170
HSL0.610.680.40
HSV221°81°67°
CMYK 0.810.560.00   0.33
XYZ10.36748.241539.0746
Yxy8.24150.17970.1429
Hunter Lab28.708014.2232-60.6043
CIE-Lab34.480921.3088-55.0905

#204baa color RGB value is (32,75,170).

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

The process color (four color CMYK) of #204baa color hex is 0.81, 0.56, 0.00, 0.33. Web safe color of #204baa is #333399. Color #204baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001011 10101010
Octal 40 113 252
Decimal 32 75 170
Hex 20 4B AA

RGB Percentages of Color #204baa

%11.55
%27.08
%61.37

CMYK Percentages of Color #204baa

%81
%56
%0
%33

Triadic Colors of #204baa

#204baa #aa204b #4baa20

Analogous Colors of #204baa

#204baa #3a20aa #2090aa

Monochromatic Colors of #204baa

#204baa

Complementary Color

#204baa #aa7f20

#204baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#204baa Color CSS Codes

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

#204baa Text Font Color

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

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


#204baa Background Color

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

This div background color is #204baa


#204baa Border Color

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

This div border color is #204baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204baa


Comments

No comments written yet.

Please login to write comment.