Color Hex Logo

#368baa Color Hex

#368BAA
(54,139,170)
0 Favorites   0 Comments

Color spaces of #368baa

RGB 54139170
HSL0.540.520.44
HSV196°68°67°
CMYK 0.680.180.00   0.33
XYZ18.009622.151841.3567
Yxy22.15180.22090.2717
Hunter Lab47.0657-14.0623-19.1522
CIE-Lab54.1877-15.3503-23.8279

#368baa color RGB value is (54,139,170).

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

The process color (four color CMYK) of #368baa color hex is 0.68, 0.18, 0.00, 0.33. Web safe color of #368baa is #339999. Color #368baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 10101010
Octal 66 213 252
Decimal 54 139 170
Hex 36 8B AA

RGB Percentages of Color #368baa

%14.88
%38.29
%46.83

CMYK Percentages of Color #368baa

%68
%18
%0
%33

Triadic Colors of #368baa

#368baa #aa368b #8baa36

Analogous Colors of #368baa

#368baa #3651aa #36aa8f

Monochromatic Colors of #368baa

#368baa

Complementary Color

#368baa #aa5536

#368baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#368baa Color CSS Codes

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

#368baa Text Font Color

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

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


#368baa Background Color

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

This div background color is #368baa


#368baa Border Color

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

This div border color is #368baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368baa


Comments

No comments written yet.

Please login to write comment.