Color Hex Logo

#395dbc Color Hex

#395DBC
(57,93,188)
0 Favorites   0 Comments

Color spaces of #395dbc

RGB 5793188
HSL0.620.530.48
HSV224°70°74°
CMYK 0.700.510.00   0.26
XYZ14.678812.329449.1831
Yxy12.32940.19270.1618
Hunter Lab35.113213.1723-58.4682
CIE-Lab41.734919.4014-53.9123

#395dbc color RGB value is (57,93,188).

#395dbc hex color red value is 57, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #395dbc hue: 0.62 , saturation: 0.53 and the lightness value of 395dbc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011101 10111100
Octal 71 135 274
Decimal 57 93 188
Hex 39 5D BC

RGB Percentages of Color #395dbc

%16.86
%27.51
%55.62

CMYK Percentages of Color #395dbc

%70
%51
%0
%26

Triadic Colors of #395dbc

#395dbc #bc395d #5dbc39

Analogous Colors of #395dbc

#395dbc #5639bc #399fbc

Monochromatic Colors of #395dbc

#395dbc

Complementary Color

#395dbc #bc9839

#395dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#395dbc Color CSS Codes

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

#395dbc Text Font Color

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

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


#395dbc Background Color

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

This div background color is #395dbc


#395dbc Border Color

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

This div border color is #395dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395dbc


Comments

No comments written yet.

Please login to write comment.