Color Hex Logo

#293751 Color Hex

#293751
(41,55,81)
0 Favorites   0 Comments

Color spaces of #293751

RGB 415581
HSL0.610.330.24
HSV219°49°32°
CMYK 0.490.320.00   0.68
XYZ3.76583.79798.3192
Yxy3.79790.23710.2391
Hunter Lab19.48820.3881-11.6682
CIE-Lab22.99172.3872-17.6395

#293751 color RGB value is (41,55,81).

#293751 hex color red value is 41, green value is 55 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #293751 hue: 0.61 , saturation: 0.33 and the lightness value of 293751 is 0.24.

The process color (four color CMYK) of #293751 color hex is 0.49, 0.32, 0.00, 0.68. Web safe color of #293751 is #333366. Color #293751 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110111 01010001
Octal 51 67 121
Decimal 41 55 81
Hex 29 37 51

RGB Percentages of Color #293751

%23.16
%31.07
%45.76

CMYK Percentages of Color #293751

%49
%32
%0
%68

Triadic Colors of #293751

#293751 #512937 #375129

Analogous Colors of #293751

#293751 #2f2951 #294b51

Monochromatic Colors of #293751

#293751

Complementary Color

#293751 #514329

#293751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293751 Color CSS Codes

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

#293751 Text Font Color

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

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


#293751 Background Color

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

This div background color is #293751


#293751 Border Color

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

This div border color is #293751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293751


Comments

No comments written yet.

Please login to write comment.