Color Hex Logo

#365dae Color Hex

#365DAE
(54,93,174)
0 Favorites   0 Comments

Color spaces of #365dae

RGB 5493174
HSL0.610.530.45
HSV221°69°68°
CMYK 0.690.470.00   0.32
XYZ13.075711.669041.6076
Yxy11.66900.19710.1759
Hunter Lab34.15998.5462-48.3047
CIE-Lab40.685113.7819-47.4005

#365dae color RGB value is (54,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 10101110
Octal 66 135 256
Decimal 54 93 174
Hex 36 5D AE

RGB Percentages of Color #365dae

%16.82
%28.97
%54.21

CMYK Percentages of Color #365dae

%69
%47
%0
%32

Triadic Colors of #365dae

#365dae #ae365d #5dae36

Analogous Colors of #365dae

#365dae #4b36ae #3699ae

Monochromatic Colors of #365dae

#365dae

Complementary Color

#365dae #ae8736

#365dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#365dae Color CSS Codes

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

#365dae Text Font Color

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

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


#365dae Background Color

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

This div background color is #365dae


#365dae Border Color

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

This div border color is #365dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365dae


Comments

No comments written yet.

Please login to write comment.