Color Hex Logo

#357dbb Color Hex

#357DBB
(53,125,187)
0 Favorites   0 Comments

Color spaces of #357dbb

RGB 53125187
HSL0.580.560.47
HSV208°72°73°
CMYK 0.720.330.00   0.27
XYZ17.771519.012049.7467
Yxy19.01200.20540.2197
Hunter Lab43.6028-3.5522-37.1225
CIE-Lab50.7012-1.5937-39.0371

#357dbb color RGB value is (53,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 10111011
Octal 65 175 273
Decimal 53 125 187
Hex 35 7D BB

RGB Percentages of Color #357dbb

%14.52
%34.25
%51.23

CMYK Percentages of Color #357dbb

%72
%33
%0
%27

Triadic Colors of #357dbb

#357dbb #bb357d #7dbb35

Analogous Colors of #357dbb

#357dbb #353abb #35bbb6

Monochromatic Colors of #357dbb

#357dbb

Complementary Color

#357dbb #bb7335

#357dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dbb Color CSS Codes

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

#357dbb Text Font Color

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

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


#357dbb Background Color

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

This div background color is #357dbb


#357dbb Border Color

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

This div border color is #357dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dbb


Comments

No comments written yet.

Please login to write comment.