Color Hex Logo

#395bab Color Hex

#395BAB
(57,91,171)
0 Favorites   0 Comments

Color spaces of #395bab

RGB 5791171
HSL0.620.500.45
HSV222°67°67°
CMYK 0.670.470.00   0.33
XYZ12.779111.292340.0342
Yxy11.29230.19930.1762
Hunter Lab33.60409.0738-47.1124
CIE-Lab40.068514.4733-46.6107

#395bab color RGB value is (57,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011011 10101011
Octal 71 133 253
Decimal 57 91 171
Hex 39 5B AB

RGB Percentages of Color #395bab

%17.87
%28.53
%53.61

CMYK Percentages of Color #395bab

%67
%47
%0
%33

Triadic Colors of #395bab

#395bab #ab395b #5bab39

Analogous Colors of #395bab

#395bab #5039ab #3994ab

Monochromatic Colors of #395bab

#395bab

Complementary Color

#395bab #ab8939

#395bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#395bab Color CSS Codes

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

#395bab Text Font Color

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

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


#395bab Background Color

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

This div background color is #395bab


#395bab Border Color

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

This div border color is #395bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395bab


Comments

No comments written yet.

Please login to write comment.