Color Hex Logo

#369baa Color Hex

#369BAA
(54,155,170)
0 Favorites   0 Comments

Color spaces of #369baa

RGB 54155170
HSL0.520.520.44
HSV188°68°67°
CMYK 0.680.090.00   0.33
XYZ20.498427.129242.1863
Yxy27.12920.22820.3021
Hunter Lab52.0857-20.9010-11.5614
CIE-Lab59.0937-23.8346-16.3313

#369baa color RGB value is (54,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011011 10101010
Octal 66 233 252
Decimal 54 155 170
Hex 36 9B AA

RGB Percentages of Color #369baa

%14.25
%40.90
%44.85

CMYK Percentages of Color #369baa

%68
%9
%0
%33

Triadic Colors of #369baa

#369baa #aa369b #9baa36

Analogous Colors of #369baa

#369baa #3661aa #36aa7f

Monochromatic Colors of #369baa

#369baa

Complementary Color

#369baa #aa4536

#369baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#369baa Color CSS Codes

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

#369baa Text Font Color

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

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


#369baa Background Color

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

This div background color is #369baa


#369baa Border Color

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

This div border color is #369baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369baa


Comments

No comments written yet.

Please login to write comment.