Color Hex Logo

#3675ba Color Hex

#3675BA
(54,117,186)
0 Favorites   0 Comments

Color spaces of #3675ba

RGB 54117186
HSL0.590.550.47
HSV211°71°73°
CMYK 0.710.370.00   0.27
XYZ16.745517.052048.8632
Yxy17.05200.20260.2063
Hunter Lab41.29410.1204-41.2519
CIE-Lab48.32553.0351-42.2159

#3675ba color RGB value is (54,117,186).

#3675ba hex color red value is 54, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3675ba hue: 0.59 , saturation: 0.55 and the lightness value of 3675ba is 0.47.

The process color (four color CMYK) of #3675ba color hex is 0.71, 0.37, 0.00, 0.27. Web safe color of #3675ba is #3366cc. Color #3675ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110101 10111010
Octal 66 165 272
Decimal 54 117 186
Hex 36 75 BA

RGB Percentages of Color #3675ba

%15.13
%32.77
%52.10

CMYK Percentages of Color #3675ba

%71
%37
%0
%27

Triadic Colors of #3675ba

#3675ba #ba3675 #75ba36

Analogous Colors of #3675ba

#3675ba #3936ba #36b7ba

Monochromatic Colors of #3675ba

#3675ba

Complementary Color

#3675ba #ba7b36

#3675ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3675ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3675ba Color CSS Codes

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

#3675ba Text Font Color

<p style="color:#3675ba">Text here</p>

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


#3675ba Background Color

<div style="background-color:#3675ba">
Div content here</div>

This div background color is #3675ba


#3675ba Border Color

<div style="border:3px solid #3675ba">
Div here</div>

This div border color is #3675ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,117,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3675ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3675ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3675ba;
  box-shadow:         1px 1px 3px 2px #3675ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3675ba


Comments

No comments written yet.

Please login to write comment.