Color Hex Logo

#276faa Color Hex

#276FAA
(39,111,170)
0 Favorites   0 Comments

Color spaces of #276faa

RGB 39111170
HSL0.580.630.41
HSV207°77°67°
CMYK 0.770.350.00   0.33
XYZ13.776814.702540.1420
Yxy14.70250.20080.2143
Hunter Lab38.3438-2.9673-35.2298
CIE-Lab45.2240-1.2490-37.8503

#276faa color RGB value is (39,111,170).

#276faa hex color red value is 39, green value is 111 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #276faa hue: 0.58 , saturation: 0.63 and the lightness value of 276faa is 0.41.

The process color (four color CMYK) of #276faa color hex is 0.77, 0.35, 0.00, 0.33. Web safe color of #276faa is #336699. Color #276faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101111 10101010
Octal 47 157 252
Decimal 39 111 170
Hex 27 6F AA

RGB Percentages of Color #276faa

%12.19
%34.69
%53.13

CMYK Percentages of Color #276faa

%77
%35
%0
%33

Triadic Colors of #276faa

#276faa #aa276f #6faa27

Analogous Colors of #276faa

#276faa #272daa #27aaa4

Monochromatic Colors of #276faa

#276faa

Complementary Color

#276faa #aa6227

#276faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#276faa Color CSS Codes

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

#276faa Text Font Color

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

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


#276faa Background Color

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

This div background color is #276faa


#276faa Border Color

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

This div border color is #276faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,111,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276faa;
  -webkit-box-shadow: 1px 1px 3px 2px #276faa;
  box-shadow:         1px 1px 3px 2px #276faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276faa


Comments

No comments written yet.

Please login to write comment.