color codes Logo

#3e6dbb color codes

#3E6DBB
(62,109,187)
0 Favorites   0 Comments

Color spaces of #3e6dbb

RGB 62109187
HSL0.600.500.49
HSV217°67°73°
CMYK 0.670.420.00   0.27
XYZ16.424915.549349.1493
Yxy15.54930.20250.1917
Hunter Lab39.43265.3437-46.2970
CIE-Lab46.37759.6310-45.8727

#3e6dbb color RGB value is (62,109,187).

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

The process color (four color CMYK) of #3e6dbb color code is 0.67, 0.42, 0.00, 0.27. Web safe color of #3e6dbb is #3366cc. Color #3e6dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01101101 10111011
Octal 76 155 273
Decimal 62 109 187
Hex 3E 6D BB

RGB Percentages of Color #3e6dbb

%17.32
%30.45
%52.23

CMYK Percentages of Color #3e6dbb

%67
%42
%0
%27

Triadic Colors of #3e6dbb

#3e6dbb #bb3e6d #6dbb3e

Analogous Colors of #3e6dbb

#3e6dbb #4e3ebb #3eacbb

Monochromatic Colors of #3e6dbb

#3e6dbb

Complementary Color

#3e6dbb #bb8c3e

#3e6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e6dbb Color CSS Codes

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

#3e6dbb Text Font Color

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

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


#3e6dbb Background Color

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

This div background color is #3e6dbb


#3e6dbb Border Color

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

This div border color is #3e6dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e6dbb


Comments

No comments written yet.

Please login to write comment.