Color Hex Logo

#204481 Color Hex

#204481
(32,68,129)
0 Favorites   0 Comments

Color spaces of #204481

RGB 3268129
HSL0.600.600.32
HSV218°75°51°
CMYK 0.750.470.00   0.49
XYZ6.62526.026321.5829
Yxy6.02630.19350.1760
Hunter Lab24.54855.2140-34.9434
CIE-Lab29.47879.7449-38.2013

#204481 color RGB value is (32,68,129).

#204481 hex color red value is 32, green value is 68 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #204481 hue: 0.60 , saturation: 0.60 and the lightness value of 204481 is 0.32.

The process color (four color CMYK) of #204481 color hex is 0.75, 0.47, 0.00, 0.49. Web safe color of #204481 is #333399. Color #204481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000100 10000001
Octal 40 104 201
Decimal 32 68 129
Hex 20 44 81

RGB Percentages of Color #204481

%13.97
%29.69
%56.33

CMYK Percentages of Color #204481

%75
%47
%0
%49

Triadic Colors of #204481

#204481 #812044 #448120

Analogous Colors of #204481

#204481 #2d2081 #207581

Monochromatic Colors of #204481

#204481

Complementary Color

#204481 #815d20

#204481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#204481 Color CSS Codes

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

#204481 Text Font Color

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

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


#204481 Background Color

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

This div background color is #204481


#204481 Border Color

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

This div border color is #204481


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,68,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #204481; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #204481;
  -webkit-box-shadow: 1px 1px 3px 2px #204481;
  box-shadow:         1px 1px 3px 2px #204481; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204481


Comments

No comments written yet.

Please login to write comment.