Color Hex Logo

#3762ea Color Hex

#3762EA
(55,98,234)
0 Favorites   0 Comments

Color spaces of #3762ea

RGB 5598234
HSL0.630.810.57
HSV226°76°92°
CMYK 0.760.580.00   0.08
XYZ20.794515.488179.7354
Yxy15.48810.17920.1335
Hunter Lab39.354925.4454-92.5766
CIE-Lab46.295632.7666-72.8653

#3762ea color RGB value is (55,98,234).

#3762ea hex color red value is 55, green value is 98 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3762ea hue: 0.63 , saturation: 0.81 and the lightness value of 3762ea is 0.57.

The process color (four color CMYK) of #3762ea color hex is 0.76, 0.58, 0.00, 0.08. Web safe color of #3762ea is #3366ff. Color #3762ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100010 11101010
Octal 67 142 352
Decimal 55 98 234
Hex 37 62 EA

RGB Percentages of Color #3762ea

%14.21
%25.32
%60.47

CMYK Percentages of Color #3762ea

%76
%58
%0
%8

Triadic Colors of #3762ea

#3762ea #ea3762 #62ea37

Analogous Colors of #3762ea

#3762ea #6637ea #37bcea

Monochromatic Colors of #3762ea

#3762ea

Complementary Color

#3762ea #eabf37

#3762ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3762ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3762ea Color CSS Codes

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

#3762ea Text Font Color

<p style="color:#3762ea">Text here</p>

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


#3762ea Background Color

<div style="background-color:#3762ea">
Div content here</div>

This div background color is #3762ea


#3762ea Border Color

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

This div border color is #3762ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,98,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3762ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3762ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3762ea;
  box-shadow:         1px 1px 3px 2px #3762ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3762ea


Comments

No comments written yet.

Please login to write comment.