Color Hex Logo

#276bbe Color Hex

#276BBE
(39,107,190)
0 Favorites   0 Comments

Color spaces of #276bbe

RGB 39107190
HSL0.590.660.45
HSV213°79°75°
CMYK 0.790.440.00   0.25
XYZ15.388714.664450.7346
Yxy14.66440.19050.1815
Hunter Lab38.29414.7165-51.7454
CIE-Lab45.17118.8471-49.5849

#276bbe color RGB value is (39,107,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101011 10111110
Octal 47 153 276
Decimal 39 107 190
Hex 27 6B BE

RGB Percentages of Color #276bbe

%11.61
%31.85
%56.55

CMYK Percentages of Color #276bbe

%79
%44
%0
%25

Triadic Colors of #276bbe

#276bbe #be276b #6bbe27

Analogous Colors of #276bbe

#276bbe #2e27be #27b7be

Monochromatic Colors of #276bbe

#276bbe

Complementary Color

#276bbe #be7a27

#276bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#276bbe Color CSS Codes

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

#276bbe Text Font Color

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

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


#276bbe Background Color

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

This div background color is #276bbe


#276bbe Border Color

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

This div border color is #276bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,107,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 #276bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276bbe


Comments

No comments written yet.

Please login to write comment.