Color Hex Logo

#276685 Color Hex

#276685
(39,102,133)
0 Favorites   0 Comments

Color spaces of #276685

RGB 39102133
HSL0.550.550.34
HSV200°71°52°
CMYK 0.710.230.00   0.48
XYZ9.821711.627523.9170
Yxy11.62750.21650.2563
Hunter Lab34.0991-8.2594-17.7164
CIE-Lab40.6179-9.4111-23.0566

#276685 color RGB value is (39,102,133).

#276685 hex color red value is 39, green value is 102 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #276685 hue: 0.55 , saturation: 0.55 and the lightness value of 276685 is 0.34.

The process color (four color CMYK) of #276685 color hex is 0.71, 0.23, 0.00, 0.48. Web safe color of #276685 is #336699. Color #276685 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100110 10000101
Octal 47 146 205
Decimal 39 102 133
Hex 27 66 85

RGB Percentages of Color #276685

%14.23
%37.23
%48.54

CMYK Percentages of Color #276685

%71
%23
%0
%48

Triadic Colors of #276685

#276685 #852766 #668527

Analogous Colors of #276685

#276685 #273785 #278575

Monochromatic Colors of #276685

#276685

Complementary Color

#276685 #854627

#276685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276685 Color CSS Codes

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

#276685 Text Font Color

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

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


#276685 Background Color

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

This div background color is #276685


#276685 Border Color

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

This div border color is #276685


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,102,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276685; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276685;
  -webkit-box-shadow: 1px 1px 3px 2px #276685;
  box-shadow:         1px 1px 3px 2px #276685; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276685


Comments

No comments written yet.

Please login to write comment.