Color Hex Logo

#357caa Color Hex

#357CAA
(53,124,170)
0 Favorites   0 Comments

Color spaces of #357caa

RGB 53124170
HSL0.570.520.44
HSV204°69°67°
CMYK 0.690.270.00   0.33
XYZ15.931518.074540.6792
Yxy18.07450.21330.2420
Hunter Lab42.5141-7.5096-26.9712
CIE-Lab49.5863-7.0171-30.9660

#357caa color RGB value is (53,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111100 10101010
Octal 65 174 252
Decimal 53 124 170
Hex 35 7C AA

RGB Percentages of Color #357caa

%15.27
%35.73
%48.99

CMYK Percentages of Color #357caa

%69
%27
%0
%33

Triadic Colors of #357caa

#357caa #aa357c #7caa35

Analogous Colors of #357caa

#357caa #3542aa #35aa9e

Monochromatic Colors of #357caa

#357caa

Complementary Color

#357caa #aa6335

#357caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#357caa Color CSS Codes

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

#357caa Text Font Color

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

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


#357caa Background Color

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

This div background color is #357caa


#357caa Border Color

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

This div border color is #357caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357caa


Comments

No comments written yet.

Please login to write comment.