Color Hex Logo

#3d5dbb Color Hex

#3D5DBB
(61,93,187)
0 Favorites   0 Comments

Color spaces of #3d5dbb

RGB 6193187
HSL0.620.510.49
HSV225°67°73°
CMYK 0.670.500.00   0.27
XYZ14.808512.408748.6283
Yxy12.40870.19520.1636
Hunter Lab35.226013.3934-57.1897
CIE-Lab41.858419.6568-53.1202

#3d5dbb color RGB value is (61,93,187).

#3d5dbb hex color red value is 61, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3d5dbb hue: 0.62 , saturation: 0.51 and the lightness value of 3d5dbb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 01011101 10111011
Octal 75 135 273
Decimal 61 93 187
Hex 3D 5D BB

RGB Percentages of Color #3d5dbb

%17.89
%27.27
%54.84

CMYK Percentages of Color #3d5dbb

%67
%50
%0
%27

Triadic Colors of #3d5dbb

#3d5dbb #bb3d5d #5dbb3d

Analogous Colors of #3d5dbb

#3d5dbb #5c3dbb #3d9cbb

Monochromatic Colors of #3d5dbb

#3d5dbb

Complementary Color

#3d5dbb #bb9b3d

#3d5dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d5dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d5dbb Color CSS Codes

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

#3d5dbb Text Font Color

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

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


#3d5dbb Background Color

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

This div background color is #3d5dbb


#3d5dbb Border Color

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

This div border color is #3d5dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d5dbb


Comments

No comments written yet.

Please login to write comment.