Color Hex Logo

#274a5f Color Hex

#274A5F
(39,74,95)
0 Favorites   0 Comments

Color spaces of #274a5f

RGB 397495
HSL0.560.420.26
HSV203°59°37°
CMYK 0.590.220.00   0.63
XYZ5.35106.155111.7325
Yxy6.15510.23030.2649
Hunter Lab24.8095-4.9170-10.6718
CIE-Lab29.8004-5.7833-16.2052

#274a5f color RGB value is (39,74,95).

#274a5f hex color red value is 39, green value is 74 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #274a5f hue: 0.56 , saturation: 0.42 and the lightness value of 274a5f is 0.26.

The process color (four color CMYK) of #274a5f color hex is 0.59, 0.22, 0.00, 0.63. Web safe color of #274a5f is #333366. Color #274a5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001010 01011111
Octal 47 112 137
Decimal 39 74 95
Hex 27 4A 5F

RGB Percentages of Color #274a5f

%18.75
%35.58
%45.67

CMYK Percentages of Color #274a5f

%59
%22
%0
%63

Triadic Colors of #274a5f

#274a5f #5f274a #4a5f27

Analogous Colors of #274a5f

#274a5f #272e5f #275f58

Monochromatic Colors of #274a5f

#274a5f

Complementary Color

#274a5f #5f3c27

#274a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#274a5f Color CSS Codes

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

#274a5f Text Font Color

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

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


#274a5f Background Color

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

This div background color is #274a5f


#274a5f Border Color

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

This div border color is #274a5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274a5f


Comments

No comments written yet.

Please login to write comment.