Color Hex Logo

#293358 Color Hex

#293358
(41,51,88)
0 Favorites   0 Comments

Color spaces of #293358

RGB 415188
HSL0.630.360.25
HSV227°53°35°
CMYK 0.530.420.00   0.65
XYZ3.85973.54379.7131
Yxy3.54370.22550.2070
Hunter Lab18.82473.6552-17.4149
CIE-Lab22.10167.6289-23.6715

#293358 color RGB value is (41,51,88).

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

The process color (four color CMYK) of #293358 color hex is 0.53, 0.42, 0.00, 0.65. Web safe color of #293358 is #333366. Color #293358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110011 01011000
Octal 51 63 130
Decimal 41 51 88
Hex 29 33 58

RGB Percentages of Color #293358

%22.78
%28.33
%48.89

CMYK Percentages of Color #293358

%53
%42
%0
%65

Triadic Colors of #293358

#293358 #582933 #335829

Analogous Colors of #293358

#293358 #362958 #294b58

Monochromatic Colors of #293358

#293358

Complementary Color

#293358 #584e29

#293358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293358 Color CSS Codes

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

#293358 Text Font Color

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

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


#293358 Background Color

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

This div background color is #293358


#293358 Border Color

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

This div border color is #293358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293358


Comments

No comments written yet.

Please login to write comment.