Color Hex Logo

#395bac Color Hex

#395BAC
(57,91,172)
0 Favorites   0 Comments

Color spaces of #395bac

RGB 5791172
HSL0.620.500.45
HSV222°67°67°
CMYK 0.670.470.00   0.33
XYZ12.874811.330640.5382
Yxy11.33060.19890.1750
Hunter Lab33.66109.3668-47.8408
CIE-Lab40.131814.8382-47.1003

#395bac color RGB value is (57,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011011 10101100
Octal 71 133 254
Decimal 57 91 172
Hex 39 5B AC

RGB Percentages of Color #395bac

%17.81
%28.44
%53.75

CMYK Percentages of Color #395bac

%67
%47
%0
%33

Triadic Colors of #395bac

#395bac #ac395b #5bac39

Analogous Colors of #395bac

#395bac #5039ac #3995ac

Monochromatic Colors of #395bac

#395bac

Complementary Color

#395bac #ac8a39

#395bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#395bac Color CSS Codes

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

#395bac Text Font Color

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

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


#395bac Background Color

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

This div background color is #395bac


#395bac Border Color

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

This div border color is #395bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395bac


Comments

No comments written yet.

Please login to write comment.