Color Hex Logo

#3e4cbb Color Hex

#3E4CBB
(62,76,187)
0 Favorites   0 Comments

Color spaces of #3e4cbb

RGB 6276187
HSL0.650.500.49
HSV233°67°73°
CMYK 0.670.590.00   0.27
XYZ13.54079.780948.1879
Yxy9.78090.18940.1368
Hunter Lab31.274422.5538-69.4624
CIE-Lab37.446330.7665-60.2644

#3e4cbb color RGB value is (62,76,187).

#3e4cbb hex color red value is 62, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3e4cbb hue: 0.65 , saturation: 0.50 and the lightness value of 3e4cbb is 0.49.

The process color (four color CMYK) of #3e4cbb color hex is 0.67, 0.59, 0.00, 0.27. Web safe color of #3e4cbb is #3333cc. Color #3e4cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001100 10111011
Octal 76 114 273
Decimal 62 76 187
Hex 3E 4C BB

RGB Percentages of Color #3e4cbb

%19.08
%23.38
%57.54

CMYK Percentages of Color #3e4cbb

%67
%59
%0
%27

Triadic Colors of #3e4cbb

#3e4cbb #bb3e4c #4cbb3e

Analogous Colors of #3e4cbb

#3e4cbb #6f3ebb #3e8bbb

Monochromatic Colors of #3e4cbb

#3e4cbb

Complementary Color

#3e4cbb #bbad3e

#3e4cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e4cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e4cbb Color CSS Codes

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

#3e4cbb Text Font Color

<p style="color:#3e4cbb">Text here</p>

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


#3e4cbb Background Color

<div style="background-color:#3e4cbb">
Div content here</div>

This div background color is #3e4cbb


#3e4cbb Border Color

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

This div border color is #3e4cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,76,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e4cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e4cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #3e4cbb;
  box-shadow:         1px 1px 3px 2px #3e4cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,76,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 #3e4cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e4cbb


Comments

No comments written yet.

Please login to write comment.