Color Hex Logo

#369caa Color Hex

#369CAA
(54,156,170)
0 Favorites   0 Comments

Color spaces of #369caa

RGB 54156170
HSL0.520.520.44
HSV187°68°67°
CMYK 0.680.080.00   0.33
XYZ20.665527.463542.2420
Yxy27.46350.22870.3039
Hunter Lab52.4056-21.3206-11.1073
CIE-Lab59.4009-24.3461-15.8658

#369caa color RGB value is (54,156,170).

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

The process color (four color CMYK) of #369caa color hex is 0.68, 0.08, 0.00, 0.33. Web safe color of #369caa is #339999. Color #369caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011100 10101010
Octal 66 234 252
Decimal 54 156 170
Hex 36 9C AA

RGB Percentages of Color #369caa

%14.21
%41.05
%44.74

CMYK Percentages of Color #369caa

%68
%8
%0
%33

Triadic Colors of #369caa

#369caa #aa369c #9caa36

Analogous Colors of #369caa

#369caa #3662aa #36aa7e

Monochromatic Colors of #369caa

#369caa

Complementary Color

#369caa #aa4436

#369caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#369caa Color CSS Codes

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

#369caa Text Font Color

<p style="color:#369caa">Text here</p>

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


#369caa Background Color

<div style="background-color:#369caa">
Div content here</div>

This div background color is #369caa


#369caa Border Color

<div style="border:3px solid #369caa">
Div here</div>

This div border color is #369caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369caa


Comments

No comments written yet.

Please login to write comment.