Color Hex Logo

#363376 Color Hex

#363376
(54,51,118)
0 Favorites   0 Comments

Color spaces of #363376

RGB 5451118
HSL0.670.400.33
HSV243°57°46°
CMYK 0.540.570.00   0.54
XYZ5.97524.459917.6855
Yxy4.45990.21250.1586
Hunter Lab21.118513.5469-34.8690
CIE-Lab25.137021.4966-38.1969

#363376 color RGB value is (54,51,118).

#363376 hex color red value is 54, green value is 51 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #363376 hue: 0.67 , saturation: 0.40 and the lightness value of 363376 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110011 01110110
Octal 66 63 166
Decimal 54 51 118
Hex 36 33 76

RGB Percentages of Color #363376

%24.22
%22.87
%52.91

CMYK Percentages of Color #363376

%54
%57
%0
%54

Triadic Colors of #363376

#363376 #763633 #337636

Analogous Colors of #363376

#363376 #583376 #335176

Monochromatic Colors of #363376

#363376

Complementary Color

#363376 #737633

#363376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363376 Color CSS Codes

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

#363376 Text Font Color

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

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


#363376 Background Color

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

This div background color is #363376


#363376 Border Color

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

This div border color is #363376


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,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 #363376">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363376


Comments

No comments written yet.

Please login to write comment.