Color Hex Logo

#395caf Color Hex

#395CAF
(57,92,175)
0 Favorites   0 Comments

Color spaces of #395caf

RGB 5792175
HSL0.620.510.45
HSV222°67°69°
CMYK 0.670.470.00   0.31
XYZ13.252411.619342.1017
Yxy11.61930.19790.1735
Hunter Lab34.08719.7449-49.3694
CIE-Lab40.604515.2867-48.1116

#395caf color RGB value is (57,92,175).

#395caf hex color red value is 57, green value is 92 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #395caf hue: 0.62 , saturation: 0.51 and the lightness value of 395caf is 0.45.

The process color (four color CMYK) of #395caf color hex is 0.67, 0.47, 0.00, 0.31. Web safe color of #395caf is #336699. Color #395caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 10101111
Octal 71 134 257
Decimal 57 92 175
Hex 39 5C AF

RGB Percentages of Color #395caf

%17.59
%28.40
%54.01

CMYK Percentages of Color #395caf

%67
%47
%0
%31

Triadic Colors of #395caf

#395caf #af395c #5caf39

Analogous Colors of #395caf

#395caf #5139af #3997af

Monochromatic Colors of #395caf

#395caf

Complementary Color

#395caf #af8c39

#395caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#395caf Color CSS Codes

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

#395caf Text Font Color

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

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


#395caf Background Color

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

This div background color is #395caf


#395caf Border Color

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

This div border color is #395caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395caf


Comments

No comments written yet.

Please login to write comment.