Color Hex Logo

#359baa Color Hex

#359BAA
(53,155,170)
0 Favorites   0 Comments

Color spaces of #359baa

RGB 53155170
HSL0.520.520.44
HSV188°69°67°
CMYK 0.690.090.00   0.33
XYZ20.445227.101942.1838
Yxy27.10190.22790.3020
Hunter Lab52.0595-21.0022-11.6010
CIE-Lab59.0685-23.9856-16.3718

#359baa color RGB value is (53,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011011 10101010
Octal 65 233 252
Decimal 53 155 170
Hex 35 9B AA

RGB Percentages of Color #359baa

%14.02
%41.01
%44.97

CMYK Percentages of Color #359baa

%69
%9
%0
%33

Triadic Colors of #359baa

#359baa #aa359b #9baa35

Analogous Colors of #359baa

#359baa #3561aa #35aa7f

Monochromatic Colors of #359baa

#359baa

Complementary Color

#359baa #aa4435

#359baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#359baa Color CSS Codes

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

#359baa Text Font Color

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

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


#359baa Background Color

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

This div background color is #359baa


#359baa Border Color

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

This div border color is #359baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359baa


Comments

No comments written yet.

Please login to write comment.