Color Hex Logo

#366fbb Color Hex

#366FBB
(54,111,187)
0 Favorites   0 Comments

Color spaces of #366fbb

RGB 54111187
HSL0.600.550.47
HSV214°71°73°
CMYK 0.710.410.00   0.27
XYZ16.175415.741049.1995
Yxy15.74100.19940.1941
Hunter Lab39.67493.3430-45.7510
CIE-Lab46.63287.1132-45.4847

#366fbb color RGB value is (54,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101111 10111011
Octal 66 157 273
Decimal 54 111 187
Hex 36 6F BB

RGB Percentages of Color #366fbb

%15.34
%31.53
%53.13

CMYK Percentages of Color #366fbb

%71
%41
%0
%27

Triadic Colors of #366fbb

#366fbb #bb366f #6fbb36

Analogous Colors of #366fbb

#366fbb #4036bb #36b2bb

Monochromatic Colors of #366fbb

#366fbb

Complementary Color

#366fbb #bb8236

#366fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#366fbb Color CSS Codes

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

#366fbb Text Font Color

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

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


#366fbb Background Color

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

This div background color is #366fbb


#366fbb Border Color

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

This div border color is #366fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366fbb


Comments

No comments written yet.

Please login to write comment.