Color Hex Logo

#3a5fbe Color Hex

#3A5FBE
(58,95,190)
0 Favorites   0 Comments

Color spaces of #3a5fbe

RGB 5895190
HSL0.620.530.49
HSV223°69°75°
CMYK 0.690.500.00   0.25
XYZ15.131412.801750.3887
Yxy12.80170.19320.1635
Hunter Lab35.779512.8749-58.4533
CIE-Lab42.462918.9927-53.9009

#3a5fbe color RGB value is (58,95,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011111 10111110
Octal 72 137 276
Decimal 58 95 190
Hex 3A 5F BE

RGB Percentages of Color #3a5fbe

%16.91
%27.70
%55.39

CMYK Percentages of Color #3a5fbe

%69
%50
%0
%25

Triadic Colors of #3a5fbe

#3a5fbe #be3a5f #5fbe3a

Analogous Colors of #3a5fbe

#3a5fbe #573abe #3aa1be

Monochromatic Colors of #3a5fbe

#3a5fbe

Complementary Color

#3a5fbe #be993a

#3a5fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5fbe Color CSS Codes

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

#3a5fbe Text Font Color

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

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


#3a5fbe Background Color

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

This div background color is #3a5fbe


#3a5fbe Border Color

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

This div border color is #3a5fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5fbe


Comments

No comments written yet.

Please login to write comment.