Color Hex Logo

#363dae Color Hex

#363DAE
(54,61,174)
0 Favorites   0 Comments

Color spaces of #363dae

RGB 5461174
HSL0.660.530.45
HSV237°69°68°
CMYK 0.690.650.00   0.32
XYZ10.83007.177740.8590
Yxy7.17770.18400.1219
Hunter Lab26.791225.2716-71.6686
CIE-Lab32.208134.6070-61.1404

#363dae color RGB value is (54,61,174).

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

The process color (four color CMYK) of #363dae color hex is 0.69, 0.65, 0.00, 0.32. Web safe color of #363dae is #333399. Color #363dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 10101110
Octal 66 75 256
Decimal 54 61 174
Hex 36 3D AE

RGB Percentages of Color #363dae

%18.69
%21.11
%60.21

CMYK Percentages of Color #363dae

%69
%65
%0
%32

Triadic Colors of #363dae

#363dae #ae363d #3dae36

Analogous Colors of #363dae

#363dae #6b36ae #3679ae

Monochromatic Colors of #363dae

#363dae

Complementary Color

#363dae #aea736

#363dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#363dae Color CSS Codes

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

#363dae Text Font Color

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

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


#363dae Background Color

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

This div background color is #363dae


#363dae Border Color

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

This div border color is #363dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363dae


Comments

No comments written yet.

Please login to write comment.