Color Hex Logo

#366aaf Color Hex

#366AAF
(54,106,175)
0 Favorites   0 Comments

Color spaces of #366aaf

RGB 54106175
HSL0.600.530.45
HSV214°69°69°
CMYK 0.690.390.00   0.31
XYZ14.413214.187542.5362
Yxy14.18750.20260.1994
Hunter Lab37.66632.3879-40.5892
CIE-Lab44.50065.8524-41.8938

#366aaf color RGB value is (54,106,175).

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

The process color (four color CMYK) of #366aaf color hex is 0.69, 0.39, 0.00, 0.31. Web safe color of #366aaf is #336699. Color #366aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 10101111
Octal 66 152 257
Decimal 54 106 175
Hex 36 6A AF

RGB Percentages of Color #366aaf

%16.12
%31.64
%52.24

CMYK Percentages of Color #366aaf

%69
%39
%0
%31

Triadic Colors of #366aaf

#366aaf #af366a #6aaf36

Analogous Colors of #366aaf

#366aaf #3f36af #36a7af

Monochromatic Colors of #366aaf

#366aaf

Complementary Color

#366aaf #af7b36

#366aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#366aaf Color CSS Codes

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

#366aaf Text Font Color

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

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


#366aaf Background Color

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

This div background color is #366aaf


#366aaf Border Color

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

This div border color is #366aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366aaf


Comments

No comments written yet.

Please login to write comment.