Color Hex Logo

#396277 Color Hex

#396277
(57,98,119)
0 Favorites   0 Comments

Color spaces of #396277

RGB 5798119
HSL0.560.350.35
HSV200°52°47°
CMYK 0.520.180.00   0.53
XYZ9.384810.937119.0692
Yxy10.93710.23820.2777
Hunter Lab33.0713-7.2209-11.0372
CIE-Lab39.4743-8.0141-16.2522

#396277 color RGB value is (57,98,119).

#396277 hex color red value is 57, green value is 98 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #396277 hue: 0.56 , saturation: 0.35 and the lightness value of 396277 is 0.35.

The process color (four color CMYK) of #396277 color hex is 0.52, 0.18, 0.00, 0.53. Web safe color of #396277 is #336666. Color #396277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100010 01110111
Octal 71 142 167
Decimal 57 98 119
Hex 39 62 77

RGB Percentages of Color #396277

%20.80
%35.77
%43.43

CMYK Percentages of Color #396277

%52
%18
%0
%53

Triadic Colors of #396277

#396277 #773962 #627739

Analogous Colors of #396277

#396277 #394377 #39776d

Monochromatic Colors of #396277

#396277

Complementary Color

#396277 #774e39

#396277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#396277 Color CSS Codes

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

#396277 Text Font Color

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

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


#396277 Background Color

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

This div background color is #396277


#396277 Border Color

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

This div border color is #396277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396277


Comments

No comments written yet.

Please login to write comment.