Color Hex Logo

#276585 Color Hex

#276585
(39,101,133)
0 Favorites   0 Comments

Color spaces of #276585

RGB 39101133
HSL0.560.550.34
HSV200°71°52°
CMYK 0.710.240.00   0.48
XYZ9.724011.432223.8844
Yxy11.43220.21590.2538
Hunter Lab33.8115-7.8346-18.2143
CIE-Lab40.2991-8.8176-23.5514

#276585 color RGB value is (39,101,133).

#276585 hex color red value is 39, green value is 101 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #276585 hue: 0.56 , saturation: 0.55 and the lightness value of 276585 is 0.34.

The process color (four color CMYK) of #276585 color hex is 0.71, 0.24, 0.00, 0.48. Web safe color of #276585 is #336699. Color #276585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100101 10000101
Octal 47 145 205
Decimal 39 101 133
Hex 27 65 85

RGB Percentages of Color #276585

%14.29
%37.00
%48.72

CMYK Percentages of Color #276585

%71
%24
%0
%48

Triadic Colors of #276585

#276585 #852765 #658527

Analogous Colors of #276585

#276585 #273685 #278576

Monochromatic Colors of #276585

#276585

Complementary Color

#276585 #854727

#276585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276585 Color CSS Codes

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

#276585 Text Font Color

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

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


#276585 Background Color

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

This div background color is #276585


#276585 Border Color

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

This div border color is #276585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276585


Comments

No comments written yet.

Please login to write comment.