Color Hex Logo

#277295 Color Hex

#277295
(39,114,149)
0 Favorites   0 Comments

Color spaces of #277295

RGB 39114149
HSL0.550.590.37
HSV199°74°58°
CMYK 0.740.230.00   0.42
XYZ12.278814.635930.6116
Yxy14.63590.21340.2544
Hunter Lab38.2569-9.6588-20.6616
CIE-Lab45.1314-10.7370-25.6213

#277295 color RGB value is (39,114,149).

#277295 hex color red value is 39, green value is 114 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #277295 hue: 0.55 , saturation: 0.59 and the lightness value of 277295 is 0.37.

The process color (four color CMYK) of #277295 color hex is 0.74, 0.23, 0.00, 0.42. Web safe color of #277295 is #336699. Color #277295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110010 10010101
Octal 47 162 225
Decimal 39 114 149
Hex 27 72 95

RGB Percentages of Color #277295

%12.91
%37.75
%49.34

CMYK Percentages of Color #277295

%74
%23
%0
%42

Triadic Colors of #277295

#277295 #952772 #729527

Analogous Colors of #277295

#277295 #273b95 #279581

Monochromatic Colors of #277295

#277295

Complementary Color

#277295 #954a27

#277295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#277295 Color CSS Codes

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

#277295 Text Font Color

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

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


#277295 Background Color

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

This div background color is #277295


#277295 Border Color

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

This div border color is #277295


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,114,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #277295; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #277295;
  -webkit-box-shadow: 1px 1px 3px 2px #277295;
  box-shadow:         1px 1px 3px 2px #277295; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,114,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277295


Comments

No comments written yet.

Please login to write comment.