Color Hex Logo

#274baf Color Hex

#274BAF
(39,75,175)
0 Favorites   0 Comments

Color spaces of #274baf

RGB 3975175
HSL0.620.640.42
HSV224°78°69°
CMYK 0.780.570.00   0.31
XYZ11.09068.558641.6249
Yxy8.55860.18100.1397
Hunter Lab29.255116.4729-63.8808
CIE-Lab35.120223.9838-57.0154

#274baf color RGB value is (39,75,175).

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

The process color (four color CMYK) of #274baf color hex is 0.78, 0.57, 0.00, 0.31. Web safe color of #274baf is #333399. Color #274baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001011 10101111
Octal 47 113 257
Decimal 39 75 175
Hex 27 4B AF

RGB Percentages of Color #274baf

%13.49
%25.95
%60.55

CMYK Percentages of Color #274baf

%78
%57
%0
%31

Triadic Colors of #274baf

#274baf #af274b #4baf27

Analogous Colors of #274baf

#274baf #4727af #278faf

Monochromatic Colors of #274baf

#274baf

Complementary Color

#274baf #af8b27

#274baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#274baf Color CSS Codes

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

#274baf Text Font Color

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

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


#274baf Background Color

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

This div background color is #274baf


#274baf Border Color

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

This div border color is #274baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274baf


Comments

No comments written yet.

Please login to write comment.