Color Hex Logo

#366dba Color Hex

#366DBA
(54,109,186)
0 Favorites   0 Comments

Color spaces of #366dba

RGB 54109186
HSL0.600.550.47
HSV215°71°73°
CMYK 0.710.410.00   0.27
XYZ15.852915.266748.5656
Yxy15.26670.19890.1916
Hunter Lab39.07264.0455-46.3441
CIE-Lab45.99737.9986-45.9184

#366dba color RGB value is (54,109,186).

#366dba hex color red value is 54, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #366dba hue: 0.60 , saturation: 0.55 and the lightness value of 366dba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101101 10111010
Octal 66 155 272
Decimal 54 109 186
Hex 36 6D BA

RGB Percentages of Color #366dba

%15.47
%31.23
%53.30

CMYK Percentages of Color #366dba

%71
%41
%0
%27

Triadic Colors of #366dba

#366dba #ba366d #6dba36

Analogous Colors of #366dba

#366dba #4136ba #36afba

Monochromatic Colors of #366dba

#366dba

Complementary Color

#366dba #ba8336

#366dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#366dba Color CSS Codes

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

#366dba Text Font Color

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

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


#366dba Background Color

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

This div background color is #366dba


#366dba Border Color

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

This div border color is #366dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366dba

#366dba Color Palettes


Comments

No comments written yet.

Please login to write comment.