Color Hex Logo

#276dbf Color Hex

#276DBF
(39,109,191)
0 Favorites   0 Comments

Color spaces of #276dbf

RGB 39109191
HSL0.590.660.45
HSV212°80°75°
CMYK 0.800.430.00   0.25
XYZ15.709315.130251.3827
Yxy15.13020.19110.1840
Hunter Lab38.89764.0189-51.0923
CIE-Lab45.81207.9639-49.1372

#276dbf color RGB value is (39,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101101 10111111
Octal 47 155 277
Decimal 39 109 191
Hex 27 6D BF

RGB Percentages of Color #276dbf

%11.50
%32.15
%56.34

CMYK Percentages of Color #276dbf

%80
%43
%0
%25

Triadic Colors of #276dbf

#276dbf #bf276d #6dbf27

Analogous Colors of #276dbf

#276dbf #2d27bf #27b9bf

Monochromatic Colors of #276dbf

#276dbf

Complementary Color

#276dbf #bf7927

#276dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#276dbf Color CSS Codes

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

#276dbf Text Font Color

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

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


#276dbf Background Color

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

This div background color is #276dbf


#276dbf Border Color

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

This div border color is #276dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276dbf


Comments

No comments written yet.

Please login to write comment.