Color Hex Logo

#3674eb Color Hex

#3674EB
(54,116,235)
0 Favorites   0 Comments

Color spaces of #3674eb

RGB 54116235
HSL0.610.820.57
HSV219°77°92°
CMYK 0.770.510.00   0.08
XYZ22.762119.273281.1177
Yxy19.27320.18480.1565
Hunter Lab43.901315.7222-78.8211
CIE-Lab51.005321.6838-65.7808

#3674eb color RGB value is (54,116,235).

#3674eb hex color red value is 54, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3674eb hue: 0.61 , saturation: 0.82 and the lightness value of 3674eb is 0.57.

The process color (four color CMYK) of #3674eb color hex is 0.77, 0.51, 0.00, 0.08. Web safe color of #3674eb is #3366ff. Color #3674eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110100 11101011
Octal 66 164 353
Decimal 54 116 235
Hex 36 74 EB

RGB Percentages of Color #3674eb

%13.33
%28.64
%58.02

CMYK Percentages of Color #3674eb

%77
%51
%0
%8

Triadic Colors of #3674eb

#3674eb #eb3674 #74eb36

Analogous Colors of #3674eb

#3674eb #5336eb #36cfeb

Monochromatic Colors of #3674eb

#3674eb

Complementary Color

#3674eb #ebad36

#3674eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3674eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3674eb Color CSS Codes

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

#3674eb Text Font Color

<p style="color:#3674eb">Text here</p>

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


#3674eb Background Color

<div style="background-color:#3674eb">
Div content here</div>

This div background color is #3674eb


#3674eb Border Color

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

This div border color is #3674eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,116,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3674eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3674eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3674eb;
  box-shadow:         1px 1px 3px 2px #3674eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,116,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3674eb


Comments

No comments written yet.

Please login to write comment.