Color Hex Logo

#204488 Color Hex

#204488
(32,68,136)
0 Favorites   0 Comments

Color spaces of #204488

RGB 3268136
HSL0.610.620.33
HSV219°76°53°
CMYK 0.760.500.00   0.47
XYZ7.10676.218924.1184
Yxy6.21890.18980.1661
Hunter Lab24.93777.2275-39.8856
CIE-Lab29.958112.5473-41.7732

#204488 color RGB value is (32,68,136).

#204488 hex color red value is 32, green value is 68 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #204488 hue: 0.61 , saturation: 0.62 and the lightness value of 204488 is 0.33.

The process color (four color CMYK) of #204488 color hex is 0.76, 0.50, 0.00, 0.47. Web safe color of #204488 is #333399. Color #204488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000100 10001000
Octal 40 104 210
Decimal 32 68 136
Hex 20 44 88

RGB Percentages of Color #204488

%13.56
%28.81
%57.63

CMYK Percentages of Color #204488

%76
%50
%0
%47

Triadic Colors of #204488

#204488 #882044 #448820

Analogous Colors of #204488

#204488 #302088 #207888

Monochromatic Colors of #204488

#204488

Complementary Color

#204488 #886420

#204488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#204488 Color CSS Codes

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

#204488 Text Font Color

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

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


#204488 Background Color

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

This div background color is #204488


#204488 Border Color

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

This div border color is #204488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204488


Comments

No comments written yet.

Please login to write comment.