Color Hex Logo

#3769ec Color Hex

#3769EC
(55,105,236)
0 Favorites   0 Comments

Color spaces of #3769ec

RGB 55105236
HSL0.620.830.57
HSV223°77°93°
CMYK 0.770.560.00   0.07
XYZ21.767416.971581.4854
Yxy16.97150.18110.1412
Hunter Lab41.196522.2220-88.4363
CIE-Lab48.224129.0813-70.8496

#3769ec color RGB value is (55,105,236).

#3769ec hex color red value is 55, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3769ec hue: 0.62 , saturation: 0.83 and the lightness value of 3769ec is 0.57.

The process color (four color CMYK) of #3769ec color hex is 0.77, 0.56, 0.00, 0.07. Web safe color of #3769ec is #3366ff. Color #3769ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101001 11101100
Octal 67 151 354
Decimal 55 105 236
Hex 37 69 EC

RGB Percentages of Color #3769ec

%13.89
%26.52
%59.60

CMYK Percentages of Color #3769ec

%77
%56
%0
%7

Triadic Colors of #3769ec

#3769ec #ec3769 #69ec37

Analogous Colors of #3769ec

#3769ec #6037ec #37c4ec

Monochromatic Colors of #3769ec

#3769ec

Complementary Color

#3769ec #ecba37

#3769ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3769ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3769ec Color CSS Codes

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

#3769ec Text Font Color

<p style="color:#3769ec">Text here</p>

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


#3769ec Background Color

<div style="background-color:#3769ec">
Div content here</div>

This div background color is #3769ec


#3769ec Border Color

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

This div border color is #3769ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,105,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3769ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3769ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3769ec;
  box-shadow:         1px 1px 3px 2px #3769ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3769ec


Comments

No comments written yet.

Please login to write comment.