Color Hex Logo

#357eaf Color Hex

#357EAF
(53,126,175)
0 Favorites   0 Comments

Color spaces of #357eaf

RGB 53126175
HSL0.570.540.45
HSV204°70°69°
CMYK 0.700.280.00   0.31
XYZ16.666918.773743.3027
Yxy18.77370.21170.2384
Hunter Lab43.3286-7.1628-28.9245
CIE-Lab50.4214-6.4382-32.5586

#357eaf color RGB value is (53,126,175).

#357eaf hex color red value is 53, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #357eaf hue: 0.57 , saturation: 0.54 and the lightness value of 357eaf is 0.45.

The process color (four color CMYK) of #357eaf color hex is 0.70, 0.28, 0.00, 0.31. Web safe color of #357eaf is #336699. Color #357eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111110 10101111
Octal 65 176 257
Decimal 53 126 175
Hex 35 7E AF

RGB Percentages of Color #357eaf

%14.97
%35.59
%49.44

CMYK Percentages of Color #357eaf

%70
%28
%0
%31

Triadic Colors of #357eaf

#357eaf #af357e #7eaf35

Analogous Colors of #357eaf

#357eaf #3541af #35afa3

Monochromatic Colors of #357eaf

#357eaf

Complementary Color

#357eaf #af6635

#357eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#357eaf Color CSS Codes

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

#357eaf Text Font Color

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

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


#357eaf Background Color

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

This div background color is #357eaf


#357eaf Border Color

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

This div border color is #357eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,126,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #357eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357eaf


Comments

No comments written yet.

Please login to write comment.