Color Hex Logo

#3d529d Color Hex

#3D529D
(61,82,157)
0 Favorites   0 Comments

Color spaces of #3d529d

RGB 6182157
HSL0.630.440.43
HSV227°61°62°
CMYK 0.610.480.00   0.38
XYZ11.02769.461033.1432
Yxy9.46100.20560.1764
Hunter Lab30.758710.1679-42.3551
CIE-Lab36.857116.0333-43.4039

#3d529d color RGB value is (61,82,157).

#3d529d hex color red value is 61, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #3d529d hue: 0.63 , saturation: 0.44 and the lightness value of 3d529d is 0.43.

The process color (four color CMYK) of #3d529d color hex is 0.61, 0.48, 0.00, 0.38. Web safe color of #3d529d is #336699. Color #3d529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01010010 10011101
Octal 75 122 235
Decimal 61 82 157
Hex 3D 52 9D

RGB Percentages of Color #3d529d

%20.33
%27.33
%52.33

CMYK Percentages of Color #3d529d

%61
%48
%0
%38

Triadic Colors of #3d529d

#3d529d #9d3d52 #529d3d

Analogous Colors of #3d529d

#3d529d #583d9d #3d829d

Monochromatic Colors of #3d529d

#3d529d

Complementary Color

#3d529d #9d883d

#3d529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d529d Color CSS Codes

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

#3d529d Text Font Color

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

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


#3d529d Background Color

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

This div background color is #3d529d


#3d529d Border Color

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

This div border color is #3d529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d529d


Comments

No comments written yet.

Please login to write comment.