Color Hex Logo

#3d5cbd Color Hex

#3D5CBD
(61,92,189)
0 Favorites   0 Comments

Color spaces of #3d5cbd

RGB 6192189
HSL0.630.510.49
HSV225°68°74°
CMYK 0.680.510.00   0.26
XYZ14.936912.320549.7349
Yxy12.32050.19400.1600
Hunter Lab35.100614.5339-59.4391
CIE-Lab41.721021.0244-54.5080

#3d5cbd color RGB value is (61,92,189).

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

The process color (four color CMYK) of #3d5cbd color hex is 0.68, 0.51, 0.00, 0.26. Web safe color of #3d5cbd is #3366cc. Color #3d5cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01011100 10111101
Octal 75 134 275
Decimal 61 92 189
Hex 3D 5C BD

RGB Percentages of Color #3d5cbd

%17.84
%26.90
%55.26

CMYK Percentages of Color #3d5cbd

%68
%51
%0
%26

Triadic Colors of #3d5cbd

#3d5cbd #bd3d5c #5cbd3d

Analogous Colors of #3d5cbd

#3d5cbd #5e3dbd #3d9cbd

Monochromatic Colors of #3d5cbd

#3d5cbd

Complementary Color

#3d5cbd #bd9e3d

#3d5cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d5cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d5cbd Color CSS Codes

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

#3d5cbd Text Font Color

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

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


#3d5cbd Background Color

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

This div background color is #3d5cbd


#3d5cbd Border Color

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

This div border color is #3d5cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,92,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d5cbd


Comments

No comments written yet.

Please login to write comment.