Color Hex Logo

#3a5cbd Color Hex

#3A5CBD
(58,92,189)
0 Favorites   0 Comments

Color spaces of #3a5cbd

RGB 5892189
HSL0.620.530.48
HSV224°69°74°
CMYK 0.690.510.00   0.26
XYZ14.757412.228049.7265
Yxy12.22800.19240.1594
Hunter Lab34.968614.1354-59.8344
CIE-Lab41.576220.5635-54.7491

#3a5cbd color RGB value is (58,92,189).

#3a5cbd hex color red value is 58, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3a5cbd hue: 0.62 , saturation: 0.53 and the lightness value of 3a5cbd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011100 10111101
Octal 72 134 275
Decimal 58 92 189
Hex 3A 5C BD

RGB Percentages of Color #3a5cbd

%17.11
%27.14
%55.75

CMYK Percentages of Color #3a5cbd

%69
%51
%0
%26

Triadic Colors of #3a5cbd

#3a5cbd #bd3a5c #5cbd3a

Analogous Colors of #3a5cbd

#3a5cbd #593abd #3a9ebd

Monochromatic Colors of #3a5cbd

#3a5cbd

Complementary Color

#3a5cbd #bd9b3a

#3a5cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5cbd Color CSS Codes

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

#3a5cbd Text Font Color

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

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


#3a5cbd Background Color

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

This div background color is #3a5cbd


#3a5cbd Border Color

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

This div border color is #3a5cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5cbd


Comments

No comments written yet.

Please login to write comment.