Color Hex Logo

#276991 Color Hex

#276991
(39,105,145)
0 Favorites   0 Comments

Color spaces of #276991

RGB 39105145
HSL0.560.580.36
HSV203°73°57°
CMYK 0.730.280.00   0.43
XYZ10.999112.578828.6363
Yxy12.57880.21070.2409
Hunter Lab35.4666-6.7091-23.0451
CIE-Lab42.1216-6.8687-27.9296

#276991 color RGB value is (39,105,145).

#276991 hex color red value is 39, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #276991 hue: 0.56 , saturation: 0.58 and the lightness value of 276991 is 0.36.

The process color (four color CMYK) of #276991 color hex is 0.73, 0.28, 0.00, 0.43. Web safe color of #276991 is #336699. Color #276991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101001 10010001
Octal 47 151 221
Decimal 39 105 145
Hex 27 69 91

RGB Percentages of Color #276991

%13.49
%36.33
%50.17

CMYK Percentages of Color #276991

%73
%28
%0
%43

Triadic Colors of #276991

#276991 #912769 #699127

Analogous Colors of #276991

#276991 #273491 #279184

Monochromatic Colors of #276991

#276991

Complementary Color

#276991 #914f27

#276991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276991 Color CSS Codes

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

#276991 Text Font Color

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

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


#276991 Background Color

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

This div background color is #276991


#276991 Border Color

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

This div border color is #276991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276991


Comments

No comments written yet.

Please login to write comment.