Color Hex Logo

#395abf Color Hex

#395ABF
(57,90,191)
0 Favorites   0 Comments

Color spaces of #395abf

RGB 5790191
HSL0.630.540.49
HSV225°70°75°
CMYK 0.700.530.00   0.25
XYZ14.747511.943850.8183
Yxy11.94380.19030.1541
Hunter Lab34.559815.6906-62.9908
CIE-Lab41.126722.4411-56.6432

#395abf color RGB value is (57,90,191).

#395abf hex color red value is 57, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #395abf hue: 0.63 , saturation: 0.54 and the lightness value of 395abf is 0.49.

The process color (four color CMYK) of #395abf color hex is 0.70, 0.53, 0.00, 0.25. Web safe color of #395abf is #3366cc. Color #395abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011010 10111111
Octal 71 132 277
Decimal 57 90 191
Hex 39 5A BF

RGB Percentages of Color #395abf

%16.86
%26.63
%56.51

CMYK Percentages of Color #395abf

%70
%53
%0
%25

Triadic Colors of #395abf

#395abf #bf395a #5abf39

Analogous Colors of #395abf

#395abf #5b39bf #399dbf

Monochromatic Colors of #395abf

#395abf

Complementary Color

#395abf #bf9e39

#395abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#395abf Color CSS Codes

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

#395abf Text Font Color

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

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


#395abf Background Color

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

This div background color is #395abf


#395abf Border Color

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

This div border color is #395abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,90,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395abf


Comments

No comments written yet.

Please login to write comment.