Color Hex Logo

#365ebb Color Hex

#365EBB
(54,94,187)
0 Favorites   0 Comments

Color spaces of #365ebb

RGB 5494187
HSL0.620.550.47
HSV222°71°73°
CMYK 0.710.500.00   0.27
XYZ14.493712.377548.6389
Yxy12.37750.19190.1639
Hunter Lab35.181711.9682-57.3417
CIE-Lab41.809917.9458-53.2150

#365ebb color RGB value is (54,94,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011110 10111011
Octal 66 136 273
Decimal 54 94 187
Hex 36 5E BB

RGB Percentages of Color #365ebb

%16.12
%28.06
%55.82

CMYK Percentages of Color #365ebb

%71
%50
%0
%27

Triadic Colors of #365ebb

#365ebb #bb365e #5ebb36

Analogous Colors of #365ebb

#365ebb #5136bb #36a1bb

Monochromatic Colors of #365ebb

#365ebb

Complementary Color

#365ebb #bb9336

#365ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ebb Color CSS Codes

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

#365ebb Text Font Color

<p style="color:#365ebb">Text here</p>

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


#365ebb Background Color

<div style="background-color:#365ebb">
Div content here</div>

This div background color is #365ebb


#365ebb Border Color

<div style="border:3px solid #365ebb">
Div here</div>

This div border color is #365ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,94,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 #365ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ebb


Comments

No comments written yet.

Please login to write comment.