Color Hex Logo

#395266 Color Hex

#395266
(57,82,102)
0 Favorites   0 Comments

Color spaces of #395266

RGB 5782102
HSL0.570.280.31
HSV207°44°40°
CMYK 0.440.200.00   0.60
XYZ7.10297.863813.7139
Yxy7.86380.24770.2742
Hunter Lab28.0425-3.8619-9.3655
CIE-Lab33.6976-3.6086-14.5674

#395266 color RGB value is (57,82,102).

#395266 hex color red value is 57, green value is 82 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #395266 hue: 0.57 , saturation: 0.28 and the lightness value of 395266 is 0.31.

The process color (four color CMYK) of #395266 color hex is 0.44, 0.20, 0.00, 0.60. Web safe color of #395266 is #336666. Color #395266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010010 01100110
Octal 71 122 146
Decimal 57 82 102
Hex 39 52 66

RGB Percentages of Color #395266

%23.65
%34.02
%42.32

CMYK Percentages of Color #395266

%44
%20
%0
%60

Triadic Colors of #395266

#395266 #663952 #526639

Analogous Colors of #395266

#395266 #393c66 #396664

Monochromatic Colors of #395266

#395266

Complementary Color

#395266 #664d39

#395266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395266 Color CSS Codes

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

#395266 Text Font Color

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

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


#395266 Background Color

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

This div background color is #395266


#395266 Border Color

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

This div border color is #395266


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,82,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395266; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395266;
  -webkit-box-shadow: 1px 1px 3px 2px #395266;
  box-shadow:         1px 1px 3px 2px #395266; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395266


Comments

No comments written yet.

Please login to write comment.