Color Hex Logo

#293376 Color Hex

#293376
(41,51,118)
0 Favorites   0 Comments

Color spaces of #293376

RGB 4151118
HSL0.650.480.31
HSV232°65°46°
CMYK 0.650.570.00   0.54
XYZ5.36834.147117.6571
Yxy4.14710.19760.1526
Hunter Lab20.364411.4169-37.1526
CIE-Lab24.151918.7701-39.8370

#293376 color RGB value is (41,51,118).

#293376 hex color red value is 41, green value is 51 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #293376 hue: 0.65 , saturation: 0.48 and the lightness value of 293376 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110011 01110110
Octal 51 63 166
Decimal 41 51 118
Hex 29 33 76

RGB Percentages of Color #293376

%19.52
%24.29
%56.19

CMYK Percentages of Color #293376

%65
%57
%0
%54

Triadic Colors of #293376

#293376 #762933 #337629

Analogous Colors of #293376

#293376 #462976 #295a76

Monochromatic Colors of #293376

#293376

Complementary Color

#293376 #766c29

#293376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293376 Color CSS Codes

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

#293376 Text Font Color

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

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


#293376 Background Color

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

This div background color is #293376


#293376 Border Color

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

This div border color is #293376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293376


Comments

No comments written yet.

Please login to write comment.