color codes Logo

#3a5dbc color codes

#3A5DBC
(58,93,188)
0 Favorites   0 Comments

Color spaces of #3a5dbc

RGB 5893188
HSL0.620.530.48
HSV224°69°74°
CMYK 0.690.510.00   0.26
XYZ14.736412.359149.1858
Yxy12.35910.19320.1620
Hunter Lab35.155513.3010-58.3433
CIE-Lab41.781319.5522-53.8353

#3a5dbc color RGB value is (58,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011101 10111100
Octal 72 135 274
Decimal 58 93 188
Hex 3A 5D BC

RGB Percentages of Color #3a5dbc

%17.11
%27.43
%55.46

CMYK Percentages of Color #3a5dbc

%69
%51
%0
%26

Triadic Colors of #3a5dbc

#3a5dbc #bc3a5d #5dbc3a

Analogous Colors of #3a5dbc

#3a5dbc #583abc #3a9ebc

Monochromatic Colors of #3a5dbc

#3a5dbc

Complementary Color

#3a5dbc #bc993a

#3a5dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5dbc Color CSS Codes

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

#3a5dbc Text Font Color

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

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


#3a5dbc Background Color

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

This div background color is #3a5dbc


#3a5dbc Border Color

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

This div border color is #3a5dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5dbc


Comments

No comments written yet.

Please login to write comment.