Color Hex Logo

#366aac Color Hex

#366AAC
(54,106,172)
0 Favorites   0 Comments

Color spaces of #366aac

RGB 54106172
HSL0.590.520.44
HSV214°69°67°
CMYK 0.690.380.00   0.33
XYZ14.121714.070941.0014
Yxy14.07090.20410.2034
Hunter Lab37.51121.5546-38.5488
CIE-Lab44.33444.7590-40.4003

#366aac color RGB value is (54,106,172).

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

The process color (four color CMYK) of #366aac color hex is 0.69, 0.38, 0.00, 0.33. Web safe color of #366aac is #336699. Color #366aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 10101100
Octal 66 152 254
Decimal 54 106 172
Hex 36 6A AC

RGB Percentages of Color #366aac

%16.27
%31.93
%51.81

CMYK Percentages of Color #366aac

%69
%38
%0
%33

Triadic Colors of #366aac

#366aac #ac366a #6aac36

Analogous Colors of #366aac

#366aac #3d36ac #36a5ac

Monochromatic Colors of #366aac

#366aac

Complementary Color

#366aac #ac7836

#366aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#366aac Color CSS Codes

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

#366aac Text Font Color

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

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


#366aac Background Color

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

This div background color is #366aac


#366aac Border Color

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

This div border color is #366aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366aac


Comments

No comments written yet.

Please login to write comment.