Color Hex Logo

#276580 Color Hex

#276580
(39,101,128)
0 Favorites   0 Comments

Color spaces of #276580

RGB 39101128
HSL0.550.530.33
HSV198°70°50°
CMYK 0.700.210.00   0.50
XYZ9.386711.297222.1079
Yxy11.29720.21940.2640
Hunter Lab33.6113-8.9697-15.4702
CIE-Lab40.0766-10.5944-20.8671

#276580 color RGB value is (39,101,128).

#276580 hex color red value is 39, green value is 101 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #276580 hue: 0.55 , saturation: 0.53 and the lightness value of 276580 is 0.33.

The process color (four color CMYK) of #276580 color hex is 0.70, 0.21, 0.00, 0.50. Web safe color of #276580 is #336699. Color #276580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100101 10000000
Octal 47 145 200
Decimal 39 101 128
Hex 27 65 80

RGB Percentages of Color #276580

%14.55
%37.69
%47.76

CMYK Percentages of Color #276580

%70
%21
%0
%50

Triadic Colors of #276580

#276580 #802765 #658027

Analogous Colors of #276580

#276580 #273880 #27806f

Monochromatic Colors of #276580

#276580

Complementary Color

#276580 #804227

#276580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276580 Color CSS Codes

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

#276580 Text Font Color

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

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


#276580 Background Color

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

This div background color is #276580


#276580 Border Color

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

This div border color is #276580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276580


Comments

No comments written yet.

Please login to write comment.