Color Hex Logo

#3557cb Color Hex

#3557CB
(53,87,203)
0 Favorites   0 Comments

Color spaces of #3557cb

RGB 5387203
HSL0.630.590.50
HSV226°74°80°
CMYK 0.740.570.00   0.20
XYZ15.655911.885157.9688
Yxy11.88510.18310.1390
Hunter Lab34.474820.7307-75.5629
CIE-Lab41.032928.2522-63.7643

#3557cb color RGB value is (53,87,203).

#3557cb hex color red value is 53, green value is 87 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3557cb hue: 0.63 , saturation: 0.59 and the lightness value of 3557cb is 0.50.

The process color (four color CMYK) of #3557cb color hex is 0.74, 0.57, 0.00, 0.20. Web safe color of #3557cb is #3366cc. Color #3557cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 11001011
Octal 65 127 313
Decimal 53 87 203
Hex 35 57 CB

RGB Percentages of Color #3557cb

%15.45
%25.36
%59.18

CMYK Percentages of Color #3557cb

%74
%57
%0
%20

Triadic Colors of #3557cb

#3557cb #cb3557 #57cb35

Analogous Colors of #3557cb

#3557cb #5e35cb #35a2cb

Monochromatic Colors of #3557cb

#3557cb

Complementary Color

#3557cb #cba935

#3557cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3557cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3557cb Color CSS Codes

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

#3557cb Text Font Color

<p style="color:#3557cb">Text here</p>

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


#3557cb Background Color

<div style="background-color:#3557cb">
Div content here</div>

This div background color is #3557cb


#3557cb Border Color

<div style="border:3px solid #3557cb">
Div here</div>

This div border color is #3557cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,87,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3557cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3557cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3557cb;
  box-shadow:         1px 1px 3px 2px #3557cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3557cb


Comments

No comments written yet.

Please login to write comment.