Color Hex Logo

#276972 Color Hex

#276972
(39,105,114)
0 Favorites   0 Comments

Color spaces of #276972

RGB 39105114
HSL0.520.490.30
HSV187°66°45°
CMYK 0.660.080.00   0.55
XYZ8.925511.749417.7170
Yxy11.74940.23250.3060
Hunter Lab34.2774-13.5058-6.6511
CIE-Lab40.8150-17.6262-11.2307

#276972 color RGB value is (39,105,114).

#276972 hex color red value is 39, green value is 105 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #276972 hue: 0.52 , saturation: 0.49 and the lightness value of 276972 is 0.30.

The process color (four color CMYK) of #276972 color hex is 0.66, 0.08, 0.00, 0.55. Web safe color of #276972 is #336666. Color #276972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101001 01110010
Octal 47 151 162
Decimal 39 105 114
Hex 27 69 72

RGB Percentages of Color #276972

%15.12
%40.70
%44.19

CMYK Percentages of Color #276972

%66
%8
%0
%55

Triadic Colors of #276972

#276972 #722769 #697227

Analogous Colors of #276972

#276972 #274472 #277256

Monochromatic Colors of #276972

#276972

Complementary Color

#276972 #723027

#276972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276972 Color CSS Codes

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

#276972 Text Font Color

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

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


#276972 Background Color

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

This div background color is #276972


#276972 Border Color

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

This div border color is #276972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276972


Comments

No comments written yet.

Please login to write comment.