Color Hex Logo

#366ebd Color Hex

#366EBD
(54,110,189)
0 Favorites   0 Comments

Color spaces of #366ebd

RGB 54110189
HSL0.600.560.48
HSV215°71°74°
CMYK 0.710.420.00   0.26
XYZ16.282615.610350.2990
Yxy15.61030.19810.1899
Hunter Lab39.50994.4202-47.8237
CIE-Lab46.45908.4733-46.9193

#366ebd color RGB value is (54,110,189).

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

The process color (four color CMYK) of #366ebd color hex is 0.71, 0.42, 0.00, 0.26. Web safe color of #366ebd is #3366cc. Color #366ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101110 10111101
Octal 66 156 275
Decimal 54 110 189
Hex 36 6E BD

RGB Percentages of Color #366ebd

%15.30
%31.16
%53.54

CMYK Percentages of Color #366ebd

%71
%42
%0
%26

Triadic Colors of #366ebd

#366ebd #bd366e #6ebd36

Analogous Colors of #366ebd

#366ebd #4236bd #36b2bd

Monochromatic Colors of #366ebd

#366ebd

Complementary Color

#366ebd #bd8536

#366ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#366ebd Color CSS Codes

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

#366ebd Text Font Color

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

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


#366ebd Background Color

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

This div background color is #366ebd


#366ebd Border Color

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

This div border color is #366ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366ebd


Comments

No comments written yet.

Please login to write comment.