Color Hex Logo

#365baa Color Hex

#365BAA
(54,91,170)
0 Favorites   0 Comments

Color spaces of #365baa

RGB 5491170
HSL0.610.520.44
HSV221°68°67°
CMYK 0.680.460.00   0.33
XYZ12.518111.168739.5262
Yxy11.16870.19800.1767
Hunter Lab33.41968.3771-46.7300
CIE-Lab39.863213.6024-46.3561

#365baa color RGB value is (54,91,170).

#365baa hex color red value is 54, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #365baa hue: 0.61 , saturation: 0.52 and the lightness value of 365baa is 0.44.

The process color (four color CMYK) of #365baa color hex is 0.68, 0.46, 0.00, 0.33. Web safe color of #365baa is #336699. Color #365baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011011 10101010
Octal 66 133 252
Decimal 54 91 170
Hex 36 5B AA

RGB Percentages of Color #365baa

%17.14
%28.89
%53.97

CMYK Percentages of Color #365baa

%68
%46
%0
%33

Triadic Colors of #365baa

#365baa #aa365b #5baa36

Analogous Colors of #365baa

#365baa #4b36aa #3695aa

Monochromatic Colors of #365baa

#365baa

Complementary Color

#365baa #aa8536

#365baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#365baa Color CSS Codes

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

#365baa Text Font Color

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

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


#365baa Background Color

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

This div background color is #365baa


#365baa Border Color

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

This div border color is #365baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365baa


Comments

No comments written yet.

Please login to write comment.