Color Hex Logo

#366cea Color Hex

#366CEA
(54,108,234)
0 Favorites   0 Comments

Color spaces of #366cea

RGB 54108234
HSL0.620.810.56
HSV222°77°92°
CMYK 0.770.540.00   0.08
XYZ21.735217.449980.0645
Yxy17.44990.18230.1463
Hunter Lab41.773119.7735-84.3972
CIE-Lab48.822026.3533-68.7571

#366cea color RGB value is (54,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101100 11101010
Octal 66 154 352
Decimal 54 108 234
Hex 36 6C EA

RGB Percentages of Color #366cea

%13.64
%27.27
%59.09

CMYK Percentages of Color #366cea

%77
%54
%0
%8

Triadic Colors of #366cea

#366cea #ea366c #6cea36

Analogous Colors of #366cea

#366cea #5a36ea #36c6ea

Monochromatic Colors of #366cea

#366cea

Complementary Color

#366cea #eab436

#366cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#366cea Color CSS Codes

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

#366cea Text Font Color

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

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


#366cea Background Color

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

This div background color is #366cea


#366cea Border Color

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

This div border color is #366cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366cea


Comments

No comments written yet.

Please login to write comment.