Color Hex Logo

#366aea Color Hex

#366AEA
(54,106,234)
0 Favorites   0 Comments

Color spaces of #366aea

RGB 54106234
HSL0.620.810.56
HSV223°77°92°
CMYK 0.770.550.00   0.08
XYZ21.526617.032979.9950
Yxy17.03290.18160.1437
Hunter Lab41.270920.8801-86.0315
CIE-Lab48.301527.6156-69.6023

#366aea color RGB value is (54,106,234).

#366aea hex color red value is 54, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #366aea hue: 0.62 , saturation: 0.81 and the lightness value of 366aea is 0.56.

The process color (four color CMYK) of #366aea color hex is 0.77, 0.55, 0.00, 0.08. Web safe color of #366aea is #3366ff. Color #366aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 11101010
Octal 66 152 352
Decimal 54 106 234
Hex 36 6A EA

RGB Percentages of Color #366aea

%13.71
%26.90
%59.39

CMYK Percentages of Color #366aea

%77
%55
%0
%8

Triadic Colors of #366aea

#366aea #ea366a #6aea36

Analogous Colors of #366aea

#366aea #5c36ea #36c4ea

Monochromatic Colors of #366aea

#366aea

Complementary Color

#366aea #eab636

#366aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#366aea Color CSS Codes

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

#366aea Text Font Color

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

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


#366aea Background Color

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

This div background color is #366aea


#366aea Border Color

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

This div border color is #366aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,106,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366aea;
  -webkit-box-shadow: 1px 1px 3px 2px #366aea;
  box-shadow:         1px 1px 3px 2px #366aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366aea


Comments

No comments written yet.

Please login to write comment.