Color Hex Logo

#357dba Color Hex

#357DBA
(53,125,186)
0 Favorites   0 Comments

Color spaces of #357dba

RGB 53125186
HSL0.580.560.47
HSV208°72°73°
CMYK 0.720.330.00   0.27
XYZ17.664718.969349.1848
Yxy18.96930.20580.2210
Hunter Lab43.5538-3.8224-36.4679
CIE-Lab50.6513-1.9522-38.5411

#357dba color RGB value is (53,125,186).

#357dba hex color red value is 53, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #357dba hue: 0.58 , saturation: 0.56 and the lightness value of 357dba is 0.47.

The process color (four color CMYK) of #357dba color hex is 0.72, 0.33, 0.00, 0.27. Web safe color of #357dba is #3366cc. Color #357dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 10111010
Octal 65 175 272
Decimal 53 125 186
Hex 35 7D BA

RGB Percentages of Color #357dba

%14.56
%34.34
%51.10

CMYK Percentages of Color #357dba

%72
%33
%0
%27

Triadic Colors of #357dba

#357dba #ba357d #7dba35

Analogous Colors of #357dba

#357dba #353bba #35bab5

Monochromatic Colors of #357dba

#357dba

Complementary Color

#357dba #ba7235

#357dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dba Color CSS Codes

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

#357dba Text Font Color

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

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


#357dba Background Color

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

This div background color is #357dba


#357dba Border Color

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

This div border color is #357dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dba


Comments

No comments written yet.

Please login to write comment.