Color Hex Logo

#357bbc Color Hex

#357BBC
(53,123,188)
0 Favorites   0 Comments

Color spaces of #357bbc

RGB 53123188
HSL0.580.560.47
HSV209°72°74°
CMYK 0.720.350.00   0.26
XYZ17.628318.553650.2291
Yxy18.55360.20400.2147
Hunter Lab43.0739-2.3269-38.9872
CIE-Lab50.1608-0.0342-40.4652

#357bbc color RGB value is (53,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111011 10111100
Octal 65 173 274
Decimal 53 123 188
Hex 35 7B BC

RGB Percentages of Color #357bbc

%14.56
%33.79
%51.65

CMYK Percentages of Color #357bbc

%72
%35
%0
%26

Triadic Colors of #357bbc

#357bbc #bc357b #7bbc35

Analogous Colors of #357bbc

#357bbc #3538bc #35bcba

Monochromatic Colors of #357bbc

#357bbc

Complementary Color

#357bbc #bc7635

#357bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#357bbc Color CSS Codes

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

#357bbc Text Font Color

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

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


#357bbc Background Color

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

This div background color is #357bbc


#357bbc Border Color

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

This div border color is #357bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357bbc

#357bbc Color Palettes


Comments

No comments written yet.

Please login to write comment.