Color Hex Logo

#357abc Color Hex

#357ABC
(53,122,188)
0 Favorites   0 Comments

Color spaces of #357abc

RGB 53122188
HSL0.580.560.47
HSV209°72°74°
CMYK 0.720.350.00   0.26
XYZ17.504818.306850.1879
Yxy18.30680.20350.2129
Hunter Lab42.7864-1.8483-39.5958
CIE-Lab49.86610.5685-40.9310

#357abc color RGB value is (53,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111010 10111100
Octal 65 172 274
Decimal 53 122 188
Hex 35 7A BC

RGB Percentages of Color #357abc

%14.60
%33.61
%51.79

CMYK Percentages of Color #357abc

%72
%35
%0
%26

Triadic Colors of #357abc

#357abc #bc357a #7abc35

Analogous Colors of #357abc

#357abc #3537bc #35bcbb

Monochromatic Colors of #357abc

#357abc

Complementary Color

#357abc #bc7735

#357abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#357abc Color CSS Codes

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

#357abc Text Font Color

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

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


#357abc Background Color

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

This div background color is #357abc


#357abc Border Color

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

This div border color is #357abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357abc


Comments

No comments written yet.

Please login to write comment.