Color Hex Logo

#357fbc Color Hex

#357FBC
(53,127,188)
0 Favorites   0 Comments

Color spaces of #357fbc

RGB 53127188
HSL0.580.560.47
HSV207°72°74°
CMYK 0.720.320.00   0.26
XYZ18.134719.566550.3979
Yxy19.56650.20580.2221
Hunter Lab44.2340-4.2296-36.5880
CIE-Lab51.3435-2.4274-38.5990

#357fbc color RGB value is (53,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 10111100
Octal 65 177 274
Decimal 53 127 188
Hex 35 7F BC

RGB Percentages of Color #357fbc

%14.40
%34.51
%51.09

CMYK Percentages of Color #357fbc

%72
%32
%0
%26

Triadic Colors of #357fbc

#357fbc #bc357f #7fbc35

Analogous Colors of #357fbc

#357fbc #353cbc #35bcb6

Monochromatic Colors of #357fbc

#357fbc

Complementary Color

#357fbc #bc7235

#357fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#357fbc Color CSS Codes

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

#357fbc Text Font Color

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

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


#357fbc Background Color

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

This div background color is #357fbc


#357fbc Border Color

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

This div border color is #357fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357fbc


Comments

No comments written yet.

Please login to write comment.