Color Hex Logo

#276fbe Color Hex

#276FBE
(39,111,190)
0 Favorites   0 Comments

Color spaces of #276fbe

RGB 39111190
HSL0.590.660.45
HSV211°79°75°
CMYK 0.790.420.00   0.25
XYZ15.815415.517950.8769
Yxy15.51790.19240.1888
Hunter Lab39.39282.7268-48.9998
CIE-Lab46.33556.3237-47.7220

#276fbe color RGB value is (39,111,190).

#276fbe hex color red value is 39, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #276fbe hue: 0.59 , saturation: 0.66 and the lightness value of 276fbe is 0.45.

The process color (four color CMYK) of #276fbe color hex is 0.79, 0.42, 0.00, 0.25. Web safe color of #276fbe is #3366cc. Color #276fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101111 10111110
Octal 47 157 276
Decimal 39 111 190
Hex 27 6F BE

RGB Percentages of Color #276fbe

%11.47
%32.65
%55.88

CMYK Percentages of Color #276fbe

%79
%42
%0
%25

Triadic Colors of #276fbe

#276fbe #be276f #6fbe27

Analogous Colors of #276fbe

#276fbe #2b27be #27bbbe

Monochromatic Colors of #276fbe

#276fbe

Complementary Color

#276fbe #be7627

#276fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#276fbe Color CSS Codes

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

#276fbe Text Font Color

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

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


#276fbe Background Color

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

This div background color is #276fbe


#276fbe Border Color

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

This div border color is #276fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276fbe


Comments

No comments written yet.

Please login to write comment.