Color Hex Logo

#274baa Color Hex

#274BAA
(39,75,170)
0 Favorites   0 Comments

Color spaces of #274baa

RGB 3975170
HSL0.620.630.41
HSV224°77°67°
CMYK 0.770.560.00   0.33
XYZ10.60858.365839.0858
Yxy8.36580.18270.1441
Hunter Lab28.923714.8530-59.8745
CIE-Lab34.733422.0581-54.6686

#274baa color RGB value is (39,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001011 10101010
Octal 47 113 252
Decimal 39 75 170
Hex 27 4B AA

RGB Percentages of Color #274baa

%13.73
%26.41
%59.86

CMYK Percentages of Color #274baa

%77
%56
%0
%33

Triadic Colors of #274baa

#274baa #aa274b #4baa27

Analogous Colors of #274baa

#274baa #4427aa #278daa

Monochromatic Colors of #274baa

#274baa

Complementary Color

#274baa #aa8627

#274baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#274baa Color CSS Codes

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

#274baa Text Font Color

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

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


#274baa Background Color

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

This div background color is #274baa


#274baa Border Color

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

This div border color is #274baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,75,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 #274baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274baa


Comments

No comments written yet.

Please login to write comment.