Color Hex Logo

#357baa Color Hex

#357BAA
(53,123,170)
0 Favorites   0 Comments

Color spaces of #357baa

RGB 53123170
HSL0.570.520.44
HSV204°69°67°
CMYK 0.690.280.00   0.33
XYZ15.806917.825140.6377
Yxy17.82510.21280.2400
Hunter Lab42.2198-7.0550-27.5144
CIE-Lab49.2833-6.4314-31.4395

#357baa color RGB value is (53,123,170).

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

The process color (four color CMYK) of #357baa color hex is 0.69, 0.28, 0.00, 0.33. Web safe color of #357baa is #336699. Color #357baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111011 10101010
Octal 65 173 252
Decimal 53 123 170
Hex 35 7B AA

RGB Percentages of Color #357baa

%15.32
%35.55
%49.13

CMYK Percentages of Color #357baa

%69
%28
%0
%33

Triadic Colors of #357baa

#357baa #aa357b #7baa35

Analogous Colors of #357baa

#357baa #3541aa #35aa9f

Monochromatic Colors of #357baa

#357baa

Complementary Color

#357baa #aa6435

#357baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#357baa Color CSS Codes

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

#357baa Text Font Color

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

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


#357baa Background Color

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

This div background color is #357baa


#357baa Border Color

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

This div border color is #357baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357baa


Comments

No comments written yet.

Please login to write comment.