Color Hex Logo

#366abe Color Hex

#366ABE
(54,106,190)
0 Favorites   0 Comments

Color spaces of #366abe

RGB 54106190
HSL0.600.560.48
HSV217°72°75°
CMYK 0.720.440.00   0.25
XYZ15.969614.810050.7321
Yxy14.81000.19590.1817
Hunter Lab38.48386.7255-51.2218
CIE-Lab45.372911.3641-49.2344

#366abe color RGB value is (54,106,190).

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

The process color (four color CMYK) of #366abe color hex is 0.72, 0.44, 0.00, 0.25. Web safe color of #366abe is #3366cc. Color #366abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 10111110
Octal 66 152 276
Decimal 54 106 190
Hex 36 6A BE

RGB Percentages of Color #366abe

%15.43
%30.29
%54.29

CMYK Percentages of Color #366abe

%72
%44
%0
%25

Triadic Colors of #366abe

#366abe #be366a #6abe36

Analogous Colors of #366abe

#366abe #4636be #36aebe

Monochromatic Colors of #366abe

#366abe

Complementary Color

#366abe #be8a36

#366abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#366abe Color CSS Codes

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

#366abe Text Font Color

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

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


#366abe Background Color

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

This div background color is #366abe


#366abe Border Color

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

This div border color is #366abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366abe


Comments

No comments written yet.

Please login to write comment.