Color Hex Logo

#2742bb Color Hex

#2742BB
(39,66,187)
0 Favorites   0 Comments

Color spaces of #2742bb

RGB 3966187
HSL0.640.650.44
HSV229°79°73°
CMYK 0.790.650.00   0.27
XYZ11.75467.915647.9220
Yxy7.91560.17390.1171
Hunter Lab28.134725.3412-81.2948
CIE-Lab33.806534.4280-66.2591

#2742bb color RGB value is (39,66,187).

#2742bb hex color red value is 39, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2742bb hue: 0.64 , saturation: 0.65 and the lightness value of 2742bb is 0.44.

The process color (four color CMYK) of #2742bb color hex is 0.79, 0.65, 0.00, 0.27. Web safe color of #2742bb is #3333cc. Color #2742bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000010 10111011
Octal 47 102 273
Decimal 39 66 187
Hex 27 42 BB

RGB Percentages of Color #2742bb

%13.36
%22.60
%64.04

CMYK Percentages of Color #2742bb

%79
%65
%0
%27

Triadic Colors of #2742bb

#2742bb #bb2742 #42bb27

Analogous Colors of #2742bb

#2742bb #5627bb #278cbb

Monochromatic Colors of #2742bb

#2742bb

Complementary Color

#2742bb #bba027

#2742bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2742bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2742bb Color CSS Codes

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

#2742bb Text Font Color

<p style="color:#2742bb">Text here</p>

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


#2742bb Background Color

<div style="background-color:#2742bb">
Div content here</div>

This div background color is #2742bb


#2742bb Border Color

<div style="border:3px solid #2742bb">
Div here</div>

This div border color is #2742bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,66,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2742bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2742bb;
  -webkit-box-shadow: 1px 1px 3px 2px #2742bb;
  box-shadow:         1px 1px 3px 2px #2742bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2742bb


Comments

No comments written yet.

Please login to write comment.