Color Hex Logo

#276374 Color Hex

#276374
(39,99,116)
0 Favorites   0 Comments

Color spaces of #276374

RGB 3999116
HSL0.540.500.30
HSV193°66°45°
CMYK 0.660.150.00   0.55
XYZ8.450910.616018.1267
Yxy10.61600.22720.2854
Hunter Lab32.5822-10.7210-10.1777
CIE-Lab38.9260-13.5858-15.3228

#276374 color RGB value is (39,99,116).

#276374 hex color red value is 39, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #276374 hue: 0.54 , saturation: 0.50 and the lightness value of 276374 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100011 01110100
Octal 47 143 164
Decimal 39 99 116
Hex 27 63 74

RGB Percentages of Color #276374

%15.35
%38.98
%45.67

CMYK Percentages of Color #276374

%66
%15
%0
%55

Triadic Colors of #276374

#276374 #742763 #637427

Analogous Colors of #276374

#276374 #273d74 #27745f

Monochromatic Colors of #276374

#276374

Complementary Color

#276374 #743827

#276374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276374 Color CSS Codes

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

#276374 Text Font Color

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

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


#276374 Background Color

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

This div background color is #276374


#276374 Border Color

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

This div border color is #276374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276374


Comments

No comments written yet.

Please login to write comment.