Color Hex Logo

#361749 Color Hex

#361749
(54,23,73)
0 Favorites   0 Comments

Color spaces of #361749

RGB 542373
HSL0.770.520.19
HSV277°68°29°
CMYK 0.260.680.00   0.71
XYZ3.03031.87816.5061
Yxy1.87810.26550.1645
Hunter Lab13.704415.4871-18.5546
CIE-Lab14.834125.6395-25.0276

#361749 color RGB value is (54,23,73).

#361749 hex color red value is 54, green value is 23 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #361749 hue: 0.77 , saturation: 0.52 and the lightness value of 361749 is 0.19.

The process color (four color CMYK) of #361749 color hex is 0.26, 0.68, 0.00, 0.71. Web safe color of #361749 is #330033. Color #361749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010111 01001001
Octal 66 27 111
Decimal 54 23 73
Hex 36 17 49

RGB Percentages of Color #361749

%36.00
%15.33
%48.67

CMYK Percentages of Color #361749

%26
%68
%0
%71

Triadic Colors of #361749

#361749 #493617 #174936

Analogous Colors of #361749

#361749 #491743 #1d1749

Monochromatic Colors of #361749

#361749

Complementary Color

#361749 #2a4917

#361749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361749 Color CSS Codes

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

#361749 Text Font Color

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

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


#361749 Background Color

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

This div background color is #361749


#361749 Border Color

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

This div border color is #361749


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,23,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361749; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361749;
  -webkit-box-shadow: 1px 1px 3px 2px #361749;
  box-shadow:         1px 1px 3px 2px #361749; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,23,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361749


Comments

No comments written yet.

Please login to write comment.