Color Hex Logo

#3969b2 Color Hex

#3969B2
(57,105,178)
0 Favorites   0 Comments

Color spaces of #3969b2

RGB 57105178
HSL0.600.510.46
HSV216°68°70°
CMYK 0.680.410.00   0.30
XYZ14.774814.187444.0792
Yxy14.18740.20230.1942
Hunter Lab37.66624.1020-43.0184
CIE-Lab44.50058.0644-43.6409

#3969b2 color RGB value is (57,105,178).

#3969b2 hex color red value is 57, green value is 105 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #3969b2 hue: 0.60 , saturation: 0.51 and the lightness value of 3969b2 is 0.46.

The process color (four color CMYK) of #3969b2 color hex is 0.68, 0.41, 0.00, 0.30. Web safe color of #3969b2 is #336699. Color #3969b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101001 10110010
Octal 71 151 262
Decimal 57 105 178
Hex 39 69 B2

RGB Percentages of Color #3969b2

%16.76
%30.88
%52.35

CMYK Percentages of Color #3969b2

%68
%41
%0
%30

Triadic Colors of #3969b2

#3969b2 #b23969 #69b239

Analogous Colors of #3969b2

#3969b2 #4539b2 #39a6b2

Monochromatic Colors of #3969b2

#3969b2

Complementary Color

#3969b2 #b28239

#3969b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3969b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3969b2 Color CSS Codes

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

#3969b2 Text Font Color

<p style="color:#3969b2">Text here</p>

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


#3969b2 Background Color

<div style="background-color:#3969b2">
Div content here</div>

This div background color is #3969b2


#3969b2 Border Color

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

This div border color is #3969b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,105,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3969b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3969b2;
  -webkit-box-shadow: 1px 1px 3px 2px #3969b2;
  box-shadow:         1px 1px 3px 2px #3969b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,105,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3969b2


Comments

No comments written yet.

Please login to write comment.