Color Hex Logo

#368aa5 Color Hex

#368AA5
(54,138,165)
0 Favorites   0 Comments

Color spaces of #368aa5

RGB 54138165
HSL0.540.510.43
HSV195°67°65°
CMYK 0.670.160.00   0.35
XYZ17.401321.677838.8644
Yxy21.67780.22330.2781
Hunter Lab46.5594-14.7657-16.8994
CIE-Lab53.6835-16.4473-21.7272

#368aa5 color RGB value is (54,138,165).

#368aa5 hex color red value is 54, green value is 138 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #368aa5 hue: 0.54 , saturation: 0.51 and the lightness value of 368aa5 is 0.43.

The process color (four color CMYK) of #368aa5 color hex is 0.67, 0.16, 0.00, 0.35. Web safe color of #368aa5 is #339999. Color #368aa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 10100101
Octal 66 212 245
Decimal 54 138 165
Hex 36 8A A5

RGB Percentages of Color #368aa5

%15.13
%38.66
%46.22

CMYK Percentages of Color #368aa5

%67
%16
%0
%35

Triadic Colors of #368aa5

#368aa5 #a5368a #8aa536

Analogous Colors of #368aa5

#368aa5 #3652a5 #36a589

Monochromatic Colors of #368aa5

#368aa5

Complementary Color

#368aa5 #a55136

#368aa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368aa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368aa5 Color CSS Codes

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

#368aa5 Text Font Color

<p style="color:#368aa5">Text here</p>

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


#368aa5 Background Color

<div style="background-color:#368aa5">
Div content here</div>

This div background color is #368aa5


#368aa5 Border Color

<div style="border:3px solid #368aa5">
Div here</div>

This div border color is #368aa5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,138,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368aa5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368aa5;
  -webkit-box-shadow: 1px 1px 3px 2px #368aa5;
  box-shadow:         1px 1px 3px 2px #368aa5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368aa5


Comments

No comments written yet.

Please login to write comment.