Color Hex Logo

#3575be Color Hex

#3575BE
(53,117,190)
0 Favorites   0 Comments

Color spaces of #3575be

RGB 53117190
HSL0.590.560.48
HSV212°72°75°
CMYK 0.720.380.00   0.25
XYZ17.123817.197251.1321
Yxy17.19720.20040.2012
Hunter Lab41.46951.1355-44.0762
CIE-Lab48.50764.3454-44.2362

#3575be color RGB value is (53,117,190).

#3575be hex color red value is 53, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3575be hue: 0.59 , saturation: 0.56 and the lightness value of 3575be is 0.48.

The process color (four color CMYK) of #3575be color hex is 0.72, 0.38, 0.00, 0.25. Web safe color of #3575be is #3366cc. Color #3575be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 10111110
Octal 65 165 276
Decimal 53 117 190
Hex 35 75 BE

RGB Percentages of Color #3575be

%14.72
%32.50
%52.78

CMYK Percentages of Color #3575be

%72
%38
%0
%25

Triadic Colors of #3575be

#3575be #be3575 #75be35

Analogous Colors of #3575be

#3575be #3935be #35babe

Monochromatic Colors of #3575be

#3575be

Complementary Color

#3575be #be7e35

#3575be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3575be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3575be Color CSS Codes

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

#3575be Text Font Color

<p style="color:#3575be">Text here</p>

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


#3575be Background Color

<div style="background-color:#3575be">
Div content here</div>

This div background color is #3575be


#3575be Border Color

<div style="border:3px solid #3575be">
Div here</div>

This div border color is #3575be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,117,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3575be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3575be;
  -webkit-box-shadow: 1px 1px 3px 2px #3575be;
  box-shadow:         1px 1px 3px 2px #3575be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3575be


Comments

No comments written yet.

Please login to write comment.