Color Hex Logo

#357bbb Color Hex

#357BBB
(53,123,187)
0 Favorites   0 Comments

Color spaces of #357bbb

RGB 53123187
HSL0.580.560.47
HSV209°72°73°
CMYK 0.720.340.00   0.27
XYZ17.520818.510749.6632
Yxy18.51070.20450.2160
Hunter Lab43.0241-2.6011-38.3223
CIE-Lab50.1098-0.3950-39.9707

#357bbb color RGB value is (53,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111011 10111011
Octal 65 173 273
Decimal 53 123 187
Hex 35 7B BB

RGB Percentages of Color #357bbb

%14.60
%33.88
%51.52

CMYK Percentages of Color #357bbb

%72
%34
%0
%27

Triadic Colors of #357bbb

#357bbb #bb357b #7bbb35

Analogous Colors of #357bbb

#357bbb #3538bb #35bbb8

Monochromatic Colors of #357bbb

#357bbb

Complementary Color

#357bbb #bb7535

#357bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357bbb Color CSS Codes

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

#357bbb Text Font Color

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

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


#357bbb Background Color

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

This div background color is #357bbb


#357bbb Border Color

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

This div border color is #357bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357bbb


Comments

No comments written yet.

Please login to write comment.