Color Hex Logo

#3a5dbf Color Hex

#3A5DBF
(58,93,191)
0 Favorites   0 Comments

Color spaces of #3a5dbf

RGB 5893191
HSL0.620.530.49
HSV224°70°75°
CMYK 0.700.510.00   0.25
XYZ15.063212.489850.9071
Yxy12.48980.19200.1592
Hunter Lab35.340914.2347-60.6661
CIE-Lab41.984220.6484-55.2550

#3a5dbf color RGB value is (58,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011101 10111111
Octal 72 135 277
Decimal 58 93 191
Hex 3A 5D BF

RGB Percentages of Color #3a5dbf

%16.96
%27.19
%55.85

CMYK Percentages of Color #3a5dbf

%70
%51
%0
%25

Triadic Colors of #3a5dbf

#3a5dbf #bf3a5d #5dbf3a

Analogous Colors of #3a5dbf

#3a5dbf #593abf #3aa0bf

Monochromatic Colors of #3a5dbf

#3a5dbf

Complementary Color

#3a5dbf #bf9c3a

#3a5dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5dbf Color CSS Codes

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

#3a5dbf Text Font Color

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

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


#3a5dbf Background Color

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

This div background color is #3a5dbf


#3a5dbf Border Color

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

This div border color is #3a5dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,93,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5dbf


Comments

No comments written yet.

Please login to write comment.