Color Hex Logo

#395abc Color Hex

#395ABC
(57,90,188)
0 Favorites   0 Comments

Color spaces of #395abc

RGB 5790188
HSL0.620.530.48
HSV225°70°74°
CMYK 0.700.520.00   0.26
XYZ14.420611.813049.0970
Yxy11.81300.19140.1568
Hunter Lab34.370014.7455-60.6357
CIE-Lab40.917421.3432-55.2323

#395abc color RGB value is (57,90,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011010 10111100
Octal 71 132 274
Decimal 57 90 188
Hex 39 5A BC

RGB Percentages of Color #395abc

%17.01
%26.87
%56.12

CMYK Percentages of Color #395abc

%70
%52
%0
%26

Triadic Colors of #395abc

#395abc #bc395a #5abc39

Analogous Colors of #395abc

#395abc #5a39bc #399cbc

Monochromatic Colors of #395abc

#395abc

Complementary Color

#395abc #bc9b39

#395abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#395abc Color CSS Codes

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

#395abc Text Font Color

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

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


#395abc Background Color

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

This div background color is #395abc


#395abc Border Color

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

This div border color is #395abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395abc


Comments

No comments written yet.

Please login to write comment.