Color Hex Logo

#293c59 Color Hex

#293C59
(41,60,89)
0 Favorites   0 Comments

Color spaces of #293c59

RGB 416089
HSL0.600.370.25
HSV216°54°35°
CMYK 0.540.330.00   0.65
XYZ4.33354.424410.0768
Yxy4.42440.23010.2349
Hunter Lab21.0343-0.0352-13.6798
CIE-Lab25.02761.7797-19.7285

#293c59 color RGB value is (41,60,89).

#293c59 hex color red value is 41, green value is 60 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #293c59 hue: 0.60 , saturation: 0.37 and the lightness value of 293c59 is 0.25.

The process color (four color CMYK) of #293c59 color hex is 0.54, 0.33, 0.00, 0.65. Web safe color of #293c59 is #333366. Color #293c59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111100 01011001
Octal 51 74 131
Decimal 41 60 89
Hex 29 3C 59

RGB Percentages of Color #293c59

%21.58
%31.58
%46.84

CMYK Percentages of Color #293c59

%54
%33
%0
%65

Triadic Colors of #293c59

#293c59 #59293c #3c5929

Analogous Colors of #293c59

#293c59 #2e2959 #295459

Monochromatic Colors of #293c59

#293c59

Complementary Color

#293c59 #594629

#293c59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293c59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293c59 Color CSS Codes

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

#293c59 Text Font Color

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

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


#293c59 Background Color

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

This div background color is #293c59


#293c59 Border Color

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

This div border color is #293c59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,60,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293c59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293c59;
  -webkit-box-shadow: 1px 1px 3px 2px #293c59;
  box-shadow:         1px 1px 3px 2px #293c59; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293c59


Comments

No comments written yet.

Please login to write comment.