Color Hex Logo

#274aaa Color Hex

#274AAA
(39,74,170)
0 Favorites   0 Comments

Color spaces of #274aaa

RGB 3974170
HSL0.620.630.41
HSV224°77°67°
CMYK 0.770.560.00   0.33
XYZ10.54128.231239.0634
Yxy8.23120.18230.1423
Hunter Lab28.690115.3762-60.6442
CIE-Lab34.459822.7271-55.1131

#274aaa color RGB value is (39,74,170).

#274aaa hex color red value is 39, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #274aaa hue: 0.62 , saturation: 0.63 and the lightness value of 274aaa is 0.41.

The process color (four color CMYK) of #274aaa color hex is 0.77, 0.56, 0.00, 0.33. Web safe color of #274aaa is #333399. Color #274aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001010 10101010
Octal 47 112 252
Decimal 39 74 170
Hex 27 4A AA

RGB Percentages of Color #274aaa

%13.78
%26.15
%60.07

CMYK Percentages of Color #274aaa

%77
%56
%0
%33

Triadic Colors of #274aaa

#274aaa #aa274a #4aaa27

Analogous Colors of #274aaa

#274aaa #4627aa #278caa

Monochromatic Colors of #274aaa

#274aaa

Complementary Color

#274aaa #aa8727

#274aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#274aaa Color CSS Codes

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

#274aaa Text Font Color

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

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


#274aaa Background Color

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

This div background color is #274aaa


#274aaa Border Color

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

This div border color is #274aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,74,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #274aaa;
  box-shadow:         1px 1px 3px 2px #274aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274aaa


Comments

No comments written yet.

Please login to write comment.