Color Hex Logo

#395fba Color Hex

#395FBA
(57,95,186)
0 Favorites   0 Comments

Color spaces of #395fba

RGB 5795186
HSL0.620.530.48
HSV222°69°73°
CMYK 0.690.490.00   0.27
XYZ14.642512.599448.1146
Yxy12.59940.19430.1672
Hunter Lab35.495611.5167-55.5211
CIE-Lab42.153317.3766-52.0715

#395fba color RGB value is (57,95,186).

#395fba hex color red value is 57, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #395fba hue: 0.62 , saturation: 0.53 and the lightness value of 395fba is 0.48.

The process color (four color CMYK) of #395fba color hex is 0.69, 0.49, 0.00, 0.27. Web safe color of #395fba is #3366cc. Color #395fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011111 10111010
Octal 71 137 272
Decimal 57 95 186
Hex 39 5F BA

RGB Percentages of Color #395fba

%16.86
%28.11
%55.03

CMYK Percentages of Color #395fba

%69
%49
%0
%27

Triadic Colors of #395fba

#395fba #ba395f #5fba39

Analogous Colors of #395fba

#395fba #5439ba #39a0ba

Monochromatic Colors of #395fba

#395fba

Complementary Color

#395fba #ba9439

#395fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#395fba Color CSS Codes

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

#395fba Text Font Color

<p style="color:#395fba">Text here</p>

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


#395fba Background Color

<div style="background-color:#395fba">
Div content here</div>

This div background color is #395fba


#395fba Border Color

<div style="border:3px solid #395fba">
Div here</div>

This div border color is #395fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,95,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395fba;
  -webkit-box-shadow: 1px 1px 3px 2px #395fba;
  box-shadow:         1px 1px 3px 2px #395fba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,95,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 #395fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395fba


Comments

No comments written yet.

Please login to write comment.