Color Hex Logo

#395eab Color Hex

#395EAB
(57,94,171)
0 Favorites   0 Comments

Color spaces of #395eab

RGB 5794171
HSL0.610.500.45
HSV221°67°67°
CMYK 0.670.450.00   0.33
XYZ13.040711.815540.1214
Yxy11.81550.20070.1818
Hunter Lab34.37377.5655-45.1425
CIE-Lab40.921412.5331-45.2441

#395eab color RGB value is (57,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011110 10101011
Octal 71 136 253
Decimal 57 94 171
Hex 39 5E AB

RGB Percentages of Color #395eab

%17.70
%29.19
%53.11

CMYK Percentages of Color #395eab

%67
%45
%0
%33

Triadic Colors of #395eab

#395eab #ab395e #5eab39

Analogous Colors of #395eab

#395eab #4d39ab #3997ab

Monochromatic Colors of #395eab

#395eab

Complementary Color

#395eab #ab8639

#395eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#395eab Color CSS Codes

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

#395eab Text Font Color

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

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


#395eab Background Color

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

This div background color is #395eab


#395eab Border Color

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

This div border color is #395eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395eab


Comments

No comments written yet.

Please login to write comment.