Color Hex Logo

#293557 Color Hex

#293557
(41,53,87)
0 Favorites   0 Comments

Color spaces of #293557

RGB 415387
HSL0.620.360.25
HSV224°53°34°
CMYK 0.530.390.00   0.66
XYZ3.90793.70579.5261
Yxy3.70570.22800.2162
Hunter Lab19.25022.5487-15.8650
CIE-Lab22.67365.8759-22.1081

#293557 color RGB value is (41,53,87).

#293557 hex color red value is 41, green value is 53 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #293557 hue: 0.62 , saturation: 0.36 and the lightness value of 293557 is 0.25.

The process color (four color CMYK) of #293557 color hex is 0.53, 0.39, 0.00, 0.66. Web safe color of #293557 is #333366. Color #293557 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110101 01010111
Octal 51 65 127
Decimal 41 53 87
Hex 29 35 57

RGB Percentages of Color #293557

%22.65
%29.28
%48.07

CMYK Percentages of Color #293557

%53
%39
%0
%66

Triadic Colors of #293557

#293557 #572935 #355729

Analogous Colors of #293557

#293557 #342957 #294c57

Monochromatic Colors of #293557

#293557

Complementary Color

#293557 #574b29

#293557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293557 Color CSS Codes

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

#293557 Text Font Color

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

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


#293557 Background Color

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

This div background color is #293557


#293557 Border Color

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

This div border color is #293557


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,53,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293557; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293557;
  -webkit-box-shadow: 1px 1px 3px 2px #293557;
  box-shadow:         1px 1px 3px 2px #293557; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,53,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293557


Comments

No comments written yet.

Please login to write comment.