Color Hex Logo

#365ead Color Hex

#365EAD
(54,94,173)
0 Favorites   0 Comments

Color spaces of #365ead

RGB 5494173
HSL0.610.520.45
HSV220°69°68°
CMYK 0.690.460.00   0.32
XYZ13.066911.806841.1254
Yxy11.80680.19800.1789
Hunter Lab34.36107.7487-46.9092
CIE-Lab40.907412.7659-46.4544

#365ead color RGB value is (54,94,173).

#365ead hex color red value is 54, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #365ead hue: 0.61 , saturation: 0.52 and the lightness value of 365ead is 0.45.

The process color (four color CMYK) of #365ead color hex is 0.69, 0.46, 0.00, 0.32. Web safe color of #365ead is #336699. Color #365ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011110 10101101
Octal 66 136 255
Decimal 54 94 173
Hex 36 5E AD

RGB Percentages of Color #365ead

%16.82
%29.28
%53.89

CMYK Percentages of Color #365ead

%69
%46
%0
%32

Triadic Colors of #365ead

#365ead #ad365e #5ead36

Analogous Colors of #365ead

#365ead #4936ad #369aad

Monochromatic Colors of #365ead

#365ead

Complementary Color

#365ead #ad8536

#365ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ead Color CSS Codes

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

#365ead Text Font Color

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

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


#365ead Background Color

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

This div background color is #365ead


#365ead Border Color

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

This div border color is #365ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,94,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365ead;
  -webkit-box-shadow: 1px 1px 3px 2px #365ead;
  box-shadow:         1px 1px 3px 2px #365ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ead


Comments

No comments written yet.

Please login to write comment.