Color Hex Logo

#3b5dda Color Hex

#3B5DDA
(59,93,218)
0 Favorites   0 Comments

Color spaces of #3b5dda

RGB 5993218
HSL0.630.680.54
HSV227°73°85°
CMYK 0.730.570.00   0.15
XYZ18.372913.820568.0289
Yxy13.82050.18330.1379
Hunter Lab37.175923.1595-82.4727
CIE-Lab43.974430.5908-67.5742

#3b5dda color RGB value is (59,93,218).

#3b5dda hex color red value is 59, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3b5dda hue: 0.63 , saturation: 0.68 and the lightness value of 3b5dda is 0.54.

The process color (four color CMYK) of #3b5dda color hex is 0.73, 0.57, 0.00, 0.15. Web safe color of #3b5dda is #3366cc. Color #3b5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011101 11011010
Octal 73 135 332
Decimal 59 93 218
Hex 3B 5D DA

RGB Percentages of Color #3b5dda

%15.95
%25.14
%58.92

CMYK Percentages of Color #3b5dda

%73
%57
%0
%15

Triadic Colors of #3b5dda

#3b5dda #da3b5d #5dda3b

Analogous Colors of #3b5dda

#3b5dda #693bda #3badda

Monochromatic Colors of #3b5dda

#3b5dda

Complementary Color

#3b5dda #dab83b

#3b5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5dda Color CSS Codes

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

#3b5dda Text Font Color

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

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


#3b5dda Background Color

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

This div background color is #3b5dda


#3b5dda Border Color

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

This div border color is #3b5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5dda


Comments

No comments written yet.

Please login to write comment.