Color Hex Logo

#366aa7 Color Hex

#366AA7
(54,106,167)
0 Favorites   0 Comments

Color spaces of #366aa7

RGB 54106167
HSL0.590.510.43
HSV212°68°65°
CMYK 0.680.370.00   0.35
XYZ13.650413.882438.5193
Yxy13.88240.20670.2102
Hunter Lab37.25910.1926-35.2140
CIE-Lab44.06382.9461-37.8917

#366aa7 color RGB value is (54,106,167).

#366aa7 hex color red value is 54, green value is 106 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #366aa7 hue: 0.59 , saturation: 0.51 and the lightness value of 366aa7 is 0.43.

The process color (four color CMYK) of #366aa7 color hex is 0.68, 0.37, 0.00, 0.35. Web safe color of #366aa7 is #336699. Color #366aa7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 10100111
Octal 66 152 247
Decimal 54 106 167
Hex 36 6A A7

RGB Percentages of Color #366aa7

%16.51
%32.42
%51.07

CMYK Percentages of Color #366aa7

%68
%37
%0
%35

Triadic Colors of #366aa7

#366aa7 #a7366a #6aa736

Analogous Colors of #366aa7

#366aa7 #3a36a7 #36a3a7

Monochromatic Colors of #366aa7

#366aa7

Complementary Color

#366aa7 #a77336

#366aa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366aa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366aa7 Color CSS Codes

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

#366aa7 Text Font Color

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

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


#366aa7 Background Color

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

This div background color is #366aa7


#366aa7 Border Color

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

This div border color is #366aa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366aa7


Comments

No comments written yet.

Please login to write comment.