Color Hex Logo

#274fab Color Hex

#274FAB
(39,79,171)
0 Favorites   0 Comments

Color spaces of #274fab

RGB 3979171
HSL0.620.630.41
HSV222°77°67°
CMYK 0.770.540.00   0.33
XYZ10.98348.963639.6793
Yxy8.96360.18420.1503
Hunter Lab29.939313.0901-57.6211
CIE-Lab35.914119.7718-53.3487

#274fab color RGB value is (39,79,171).

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

The process color (four color CMYK) of #274fab color hex is 0.77, 0.54, 0.00, 0.33. Web safe color of #274fab is #336699. Color #274fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001111 10101011
Octal 47 117 253
Decimal 39 79 171
Hex 27 4F AB

RGB Percentages of Color #274fab

%13.49
%27.34
%59.17

CMYK Percentages of Color #274fab

%77
%54
%0
%33

Triadic Colors of #274fab

#274fab #ab274f #4fab27

Analogous Colors of #274fab

#274fab #4127ab #2791ab

Monochromatic Colors of #274fab

#274fab

Complementary Color

#274fab #ab8327

#274fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#274fab Color CSS Codes

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

#274fab Text Font Color

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

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


#274fab Background Color

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

This div background color is #274fab


#274fab Border Color

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

This div border color is #274fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274fab


Comments

No comments written yet.

Please login to write comment.