Color Hex Logo

#276bbc Color Hex

#276BBC
(39,107,188)
0 Favorites   0 Comments

Color spaces of #276bbc

RGB 39107188
HSL0.590.660.45
HSV213°79°74°
CMYK 0.790.430.00   0.26
XYZ15.171514.577649.5911
Yxy14.57760.19120.1837
Hunter Lab38.18064.1129-50.2827
CIE-Lab45.05018.0801-48.6196

#276bbc color RGB value is (39,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101011 10111100
Octal 47 153 274
Decimal 39 107 188
Hex 27 6B BC

RGB Percentages of Color #276bbc

%11.68
%32.04
%56.29

CMYK Percentages of Color #276bbc

%79
%43
%0
%26

Triadic Colors of #276bbc

#276bbc #bc276b #6bbc27

Analogous Colors of #276bbc

#276bbc #2d27bc #27b6bc

Monochromatic Colors of #276bbc

#276bbc

Complementary Color

#276bbc #bc7827

#276bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#276bbc Color CSS Codes

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

#276bbc Text Font Color

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

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


#276bbc Background Color

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

This div background color is #276bbc


#276bbc Border Color

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

This div border color is #276bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276bbc


Comments

No comments written yet.

Please login to write comment.