Color Hex Logo

#366bea Color Hex

#366BEA
(54,107,234)
0 Favorites   0 Comments

Color spaces of #366bea

RGB 54107234
HSL0.620.810.56
HSV222°77°92°
CMYK 0.770.540.00   0.08
XYZ21.630317.240280.0295
Yxy17.24020.18190.1450
Hunter Lab41.521320.3263-85.2125
CIE-Lab48.561326.9844-69.1803

#366bea color RGB value is (54,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101011 11101010
Octal 66 153 352
Decimal 54 107 234
Hex 36 6B EA

RGB Percentages of Color #366bea

%13.67
%27.09
%59.24

CMYK Percentages of Color #366bea

%77
%54
%0
%8

Triadic Colors of #366bea

#366bea #ea366b #6bea36

Analogous Colors of #366bea

#366bea #5b36ea #36c5ea

Monochromatic Colors of #366bea

#366bea

Complementary Color

#366bea #eab536

#366bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#366bea Color CSS Codes

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

#366bea Text Font Color

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

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


#366bea Background Color

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

This div background color is #366bea


#366bea Border Color

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

This div border color is #366bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366bea


Comments

No comments written yet.

Please login to write comment.