Color Hex Logo

#362c5b Color Hex

#362C5B
(54,44,91)
0 Favorites   0 Comments

Color spaces of #362c5b

RGB 544491
HSL0.700.350.26
HSV253°52°36°
CMYK 0.410.520.00   0.64
XYZ4.31033.341010.3152
Yxy3.34100.23990.1860
Hunter Lab18.278410.1056-20.6647
CIE-Lab21.360917.2653-26.7583

#362c5b color RGB value is (54,44,91).

#362c5b hex color red value is 54, green value is 44 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #362c5b hue: 0.70 , saturation: 0.35 and the lightness value of 362c5b is 0.26.

The process color (four color CMYK) of #362c5b color hex is 0.41, 0.52, 0.00, 0.64. Web safe color of #362c5b is #333366. Color #362c5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101100 01011011
Octal 66 54 133
Decimal 54 44 91
Hex 36 2C 5B

RGB Percentages of Color #362c5b

%28.57
%23.28
%48.15

CMYK Percentages of Color #362c5b

%41
%52
%0
%64

Triadic Colors of #362c5b

#362c5b #5b362c #2c5b36

Analogous Colors of #362c5b

#362c5b #4e2c5b #2c3a5b

Monochromatic Colors of #362c5b

#362c5b

Complementary Color

#362c5b #515b2c

#362c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#362c5b Color CSS Codes

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

#362c5b Text Font Color

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

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


#362c5b Background Color

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

This div background color is #362c5b


#362c5b Border Color

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

This div border color is #362c5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,44,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #362c5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #362c5b;
  -webkit-box-shadow: 1px 1px 3px 2px #362c5b;
  box-shadow:         1px 1px 3px 2px #362c5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362c5b


Comments

No comments written yet.

Please login to write comment.