Color Hex Logo

#395dbd Color Hex

#395DBD
(57,93,189)
0 Favorites   0 Comments

Color spaces of #395dbd

RGB 5793189
HSL0.620.540.48
HSV224°70°74°
CMYK 0.700.510.00   0.26
XYZ14.787012.372749.7529
Yxy12.37270.19230.1609
Hunter Lab35.174813.4828-59.2401
CIE-Lab41.802419.7679-54.3863

#395dbd color RGB value is (57,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011101 10111101
Octal 71 135 275
Decimal 57 93 189
Hex 39 5D BD

RGB Percentages of Color #395dbd

%16.81
%27.43
%55.75

CMYK Percentages of Color #395dbd

%70
%51
%0
%26

Triadic Colors of #395dbd

#395dbd #bd395d #5dbd39

Analogous Colors of #395dbd

#395dbd #5739bd #399fbd

Monochromatic Colors of #395dbd

#395dbd

Complementary Color

#395dbd #bd9939

#395dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#395dbd Color CSS Codes

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

#395dbd Text Font Color

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

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


#395dbd Background Color

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

This div background color is #395dbd


#395dbd Border Color

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

This div border color is #395dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395dbd


Comments

No comments written yet.

Please login to write comment.