Color Hex Logo

#293796 Color Hex

#293796
(41,55,150)
0 Favorites   0 Comments

Color spaces of #293796

RGB 4155150
HSL0.650.570.37
HSV232°73°59°
CMYK 0.730.630.00   0.41
XYZ7.78575.405829.4872
Yxy5.40580.18240.1267
Hunter Lab23.250419.0850-58.9191
CIE-Lab27.860928.0925-53.7738

#293796 color RGB value is (41,55,150).

#293796 hex color red value is 41, green value is 55 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #293796 hue: 0.65 , saturation: 0.57 and the lightness value of 293796 is 0.37.

The process color (four color CMYK) of #293796 color hex is 0.73, 0.63, 0.00, 0.41. Web safe color of #293796 is #333399. Color #293796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110111 10010110
Octal 51 67 226
Decimal 41 55 150
Hex 29 37 96

RGB Percentages of Color #293796

%16.67
%22.36
%60.98

CMYK Percentages of Color #293796

%73
%63
%0
%41

Triadic Colors of #293796

#293796 #962937 #379629

Analogous Colors of #293796

#293796 #512996 #296e96

Monochromatic Colors of #293796

#293796

Complementary Color

#293796 #968829

#293796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293796 Color CSS Codes

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

#293796 Text Font Color

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

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


#293796 Background Color

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

This div background color is #293796


#293796 Border Color

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

This div border color is #293796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293796


Comments

No comments written yet.

Please login to write comment.