Color Hex Logo

#276390 Color Hex

#276390
(39,99,144)
0 Favorites   0 Comments

Color spaces of #276390

RGB 3999144
HSL0.570.570.36
HSV206°73°56°
CMYK 0.730.310.00   0.44
XYZ10.332611.368628.0353
Yxy11.36860.20770.2286
Hunter Lab33.7174-4.3045-25.6963
CIE-Lab40.1945-3.5865-30.3495

#276390 color RGB value is (39,99,144).

#276390 hex color red value is 39, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #276390 hue: 0.57 , saturation: 0.57 and the lightness value of 276390 is 0.36.

The process color (four color CMYK) of #276390 color hex is 0.73, 0.31, 0.00, 0.44. Web safe color of #276390 is #336699. Color #276390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100011 10010000
Octal 47 143 220
Decimal 39 99 144
Hex 27 63 90

RGB Percentages of Color #276390

%13.83
%35.11
%51.06

CMYK Percentages of Color #276390

%73
%31
%0
%44

Triadic Colors of #276390

#276390 #902763 #639027

Analogous Colors of #276390

#276390 #272e90 #279089

Monochromatic Colors of #276390

#276390

Complementary Color

#276390 #905427

#276390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276390 Color CSS Codes

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

#276390 Text Font Color

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

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


#276390 Background Color

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

This div background color is #276390


#276390 Border Color

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

This div border color is #276390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276390


Comments

No comments written yet.

Please login to write comment.