Color Hex Logo

#363aa0 Color Hex

#363AA0
(54,58,160)
0 Favorites   0 Comments

Color spaces of #363aa0

RGB 5458160
HSL0.660.500.42
HSV238°66°63°
CMYK 0.660.640.00   0.37
XYZ9.37956.348433.9887
Yxy6.34840.18870.1277
Hunter Lab25.196022.3555-62.3432
CIE-Lab30.275031.5949-55.8869

#363aa0 color RGB value is (54,58,160).

#363aa0 hex color red value is 54, green value is 58 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #363aa0 hue: 0.66 , saturation: 0.50 and the lightness value of 363aa0 is 0.42.

The process color (four color CMYK) of #363aa0 color hex is 0.66, 0.64, 0.00, 0.37. Web safe color of #363aa0 is #333399. Color #363aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111010 10100000
Octal 66 72 240
Decimal 54 58 160
Hex 36 3A A0

RGB Percentages of Color #363aa0

%19.85
%21.32
%58.82

CMYK Percentages of Color #363aa0

%66
%64
%0
%37

Triadic Colors of #363aa0

#363aa0 #a0363a #3aa036

Analogous Colors of #363aa0

#363aa0 #6736a0 #366fa0

Monochromatic Colors of #363aa0

#363aa0

Complementary Color

#363aa0 #a09c36

#363aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363aa0 Color CSS Codes

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

#363aa0 Text Font Color

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

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


#363aa0 Background Color

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

This div background color is #363aa0


#363aa0 Border Color

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

This div border color is #363aa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,58,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363aa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363aa0;
  -webkit-box-shadow: 1px 1px 3px 2px #363aa0;
  box-shadow:         1px 1px 3px 2px #363aa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363aa0


Comments

No comments written yet.

Please login to write comment.