Color Hex Logo

#276fbd Color Hex

#276FBD
(39,111,189)
0 Favorites   0 Comments

Color spaces of #276fbd

RGB 39111189
HSL0.590.660.45
HSV211°79°74°
CMYK 0.790.410.00   0.26
XYZ15.706415.474350.3031
Yxy15.47430.19280.1899
Hunter Lab39.33742.4300-48.2815
CIE-Lab46.27715.9423-47.2371

#276fbd color RGB value is (39,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101111 10111101
Octal 47 157 275
Decimal 39 111 189
Hex 27 6F BD

RGB Percentages of Color #276fbd

%11.50
%32.74
%55.75

CMYK Percentages of Color #276fbd

%79
%41
%0
%26

Triadic Colors of #276fbd

#276fbd #bd276f #6fbd27

Analogous Colors of #276fbd

#276fbd #2a27bd #27babd

Monochromatic Colors of #276fbd

#276fbd

Complementary Color

#276fbd #bd7527

#276fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#276fbd Color CSS Codes

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

#276fbd Text Font Color

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

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


#276fbd Background Color

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

This div background color is #276fbd


#276fbd Border Color

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

This div border color is #276fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276fbd


Comments

No comments written yet.

Please login to write comment.