Color Hex Logo

#368faa Color Hex

#368FAA
(54,143,170)
0 Favorites   0 Comments

Color spaces of #368faa

RGB 54143170
HSL0.540.520.44
HSV194°68°67°
CMYK 0.680.160.00   0.33
XYZ18.599523.331541.5533
Yxy23.33150.22280.2795
Hunter Lab48.3027-15.7963-17.1935
CIE-Lab55.4122-17.5263-21.9459

#368faa color RGB value is (54,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 10101010
Octal 66 217 252
Decimal 54 143 170
Hex 36 8F AA

RGB Percentages of Color #368faa

%14.71
%38.96
%46.32

CMYK Percentages of Color #368faa

%68
%16
%0
%33

Triadic Colors of #368faa

#368faa #aa368f #8faa36

Analogous Colors of #368faa

#368faa #3655aa #36aa8b

Monochromatic Colors of #368faa

#368faa

Complementary Color

#368faa #aa5136

#368faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#368faa Color CSS Codes

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

#368faa Text Font Color

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

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


#368faa Background Color

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

This div background color is #368faa


#368faa Border Color

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

This div border color is #368faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368faa

#368faa Color Palettes


Comments

No comments written yet.

Please login to write comment.