Color Hex Logo

#395fbc Color Hex

#395FBC
(57,95,188)
0 Favorites   0 Comments

Color spaces of #395fbc

RGB 5795188
HSL0.620.530.48
HSV223°70°74°
CMYK 0.700.490.00   0.26
XYZ14.856712.685149.2424
Yxy12.68510.19350.1652
Hunter Lab35.616112.1301-57.0422
CIE-Lab42.284918.1103-53.0258

#395fbc color RGB value is (57,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011111 10111100
Octal 71 137 274
Decimal 57 95 188
Hex 39 5F BC

RGB Percentages of Color #395fbc

%16.76
%27.94
%55.29

CMYK Percentages of Color #395fbc

%70
%49
%0
%26

Triadic Colors of #395fbc

#395fbc #bc395f #5fbc39

Analogous Colors of #395fbc

#395fbc #5439bc #39a1bc

Monochromatic Colors of #395fbc

#395fbc

Complementary Color

#395fbc #bc9639

#395fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#395fbc Color CSS Codes

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

#395fbc Text Font Color

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

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


#395fbc Background Color

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

This div background color is #395fbc


#395fbc Border Color

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

This div border color is #395fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395fbc


Comments

No comments written yet.

Please login to write comment.