Color Hex Logo

#203775 Color Hex

#203775
(32,55,117)
0 Favorites   0 Comments

Color spaces of #203775

RGB 3255117
HSL0.620.570.29
HSV224°73°46°
CMYK 0.730.530.00   0.54
XYZ5.17274.323817.3916
Yxy4.32380.19240.1608
Hunter Lab20.79378.0150-35.0337
CIE-Lab24.714313.9873-38.3180

#203775 color RGB value is (32,55,117).

#203775 hex color red value is 32, green value is 55 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #203775 hue: 0.62 , saturation: 0.57 and the lightness value of 203775 is 0.29.

The process color (four color CMYK) of #203775 color hex is 0.73, 0.53, 0.00, 0.54. Web safe color of #203775 is #333366. Color #203775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110111 01110101
Octal 40 67 165
Decimal 32 55 117
Hex 20 37 75

RGB Percentages of Color #203775

%15.69
%26.96
%57.35

CMYK Percentages of Color #203775

%73
%53
%0
%54

Triadic Colors of #203775

#203775 #752037 #377520

Analogous Colors of #203775

#203775 #332075 #206275

Monochromatic Colors of #203775

#203775

Complementary Color

#203775 #755e20

#203775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#203775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#203775 Color CSS Codes

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

#203775 Text Font Color

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

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


#203775 Background Color

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

This div background color is #203775


#203775 Border Color

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

This div border color is #203775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #203775


Comments

No comments written yet.

Please login to write comment.