Color Hex Logo

#274689 Color Hex

#274689
(39,70,137)
0 Favorites   0 Comments

Color spaces of #274689

RGB 3970137
HSL0.610.560.35
HSV221°72°54°
CMYK 0.720.490.00   0.46
XYZ7.54226.617824.5468
Yxy6.61780.19490.1710
Hunter Lab25.72517.3146-38.5668
CIE-Lab30.920512.6170-40.8262

#274689 color RGB value is (39,70,137).

#274689 hex color red value is 39, green value is 70 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #274689 hue: 0.61 , saturation: 0.56 and the lightness value of 274689 is 0.35.

The process color (four color CMYK) of #274689 color hex is 0.72, 0.49, 0.00, 0.46. Web safe color of #274689 is #333399. Color #274689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000110 10001001
Octal 47 106 211
Decimal 39 70 137
Hex 27 46 89

RGB Percentages of Color #274689

%15.85
%28.46
%55.69

CMYK Percentages of Color #274689

%72
%49
%0
%46

Triadic Colors of #274689

#274689 #892746 #468927

Analogous Colors of #274689

#274689 #392789 #277789

Monochromatic Colors of #274689

#274689

Complementary Color

#274689 #896a27

#274689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#274689 Color CSS Codes

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

#274689 Text Font Color

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

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


#274689 Background Color

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

This div background color is #274689


#274689 Border Color

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

This div border color is #274689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274689


Comments

No comments written yet.

Please login to write comment.