Color Hex Logo

#368daa Color Hex

#368DAA
(54,141,170)
0 Favorites   0 Comments

Color spaces of #368daa

RGB 54141170
HSL0.540.520.44
HSV195°68°67°
CMYK 0.680.170.00   0.33
XYZ18.301922.736341.4541
Yxy22.73630.22190.2756
Hunter Lab47.6826-14.9313-18.1675
CIE-Lab54.7997-16.4428-22.8864

#368daa color RGB value is (54,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 10101010
Octal 66 215 252
Decimal 54 141 170
Hex 36 8D AA

RGB Percentages of Color #368daa

%14.79
%38.63
%46.58

CMYK Percentages of Color #368daa

%68
%17
%0
%33

Triadic Colors of #368daa

#368daa #aa368d #8daa36

Analogous Colors of #368daa

#368daa #3653aa #36aa8d

Monochromatic Colors of #368daa

#368daa

Complementary Color

#368daa #aa5336

#368daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#368daa Color CSS Codes

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

#368daa Text Font Color

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

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


#368daa Background Color

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

This div background color is #368daa


#368daa Border Color

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

This div border color is #368daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368daa


Comments

No comments written yet.

Please login to write comment.