Color Hex Logo

#357cbd Color Hex

#357CBD
(53,124,189)
0 Favorites   0 Comments

Color spaces of #357cbd

RGB 53124189
HSL0.580.560.47
HSV209°72°74°
CMYK 0.720.340.00   0.26
XYZ17.861218.846350.8404
Yxy18.84630.20400.2153
Hunter Lab43.4123-2.5310-39.0462
CIE-Lab50.5069-0.2758-40.4929

#357cbd color RGB value is (53,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111100 10111101
Octal 65 174 275
Decimal 53 124 189
Hex 35 7C BD

RGB Percentages of Color #357cbd

%14.48
%33.88
%51.64

CMYK Percentages of Color #357cbd

%72
%34
%0
%26

Triadic Colors of #357cbd

#357cbd #bd357c #7cbd35

Analogous Colors of #357cbd

#357cbd #3538bd #35bdba

Monochromatic Colors of #357cbd

#357cbd

Complementary Color

#357cbd #bd7635

#357cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#357cbd Color CSS Codes

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

#357cbd Text Font Color

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

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


#357cbd Background Color

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

This div background color is #357cbd


#357cbd Border Color

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

This div border color is #357cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357cbd


Comments

No comments written yet.

Please login to write comment.