Color Hex Logo

#276fcb Color Hex

#276FCB
(39,111,203)
0 Favorites   0 Comments

Color spaces of #276fcb

RGB 39111203
HSL0.590.680.47
HSV214°81°80°
CMYK 0.810.450.00   0.20
XYZ17.300616.112058.6980
Yxy16.11200.18780.1749
Hunter Lab40.13986.6906-58.6044
CIE-Lab47.121111.2901-53.9443

#276fcb color RGB value is (39,111,203).

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

The process color (four color CMYK) of #276fcb color hex is 0.81, 0.45, 0.00, 0.20. Web safe color of #276fcb is #3366cc. Color #276fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101111 11001011
Octal 47 157 313
Decimal 39 111 203
Hex 27 6F CB

RGB Percentages of Color #276fcb

%11.05
%31.44
%57.51

CMYK Percentages of Color #276fcb

%81
%45
%0
%20

Triadic Colors of #276fcb

#276fcb #cb276f #6fcb27

Analogous Colors of #276fcb

#276fcb #3127cb #27c1cb

Monochromatic Colors of #276fcb

#276fcb

Complementary Color

#276fcb #cb8327

#276fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#276fcb Color CSS Codes

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

#276fcb Text Font Color

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

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


#276fcb Background Color

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

This div background color is #276fcb


#276fcb Border Color

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

This div border color is #276fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276fcb


Comments

No comments written yet.

Please login to write comment.