Color Hex Logo

#3774ff Color Hex

#3774FF
(55,116,255)
0 Favorites   0 Comments

Color spaces of #3774ff

RGB 55116255
HSL0.621.000.61
HSV222°78°100°
CMYK 0.780.550.00   0.00
XYZ25.870920.523097.2055
Yxy20.52300.18020.1429
Hunter Lab45.302322.6574-95.5073
CIE-Lab52.423429.1082-74.6067

#3774ff color RGB value is (55,116,255).

#3774ff hex color red value is 55, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3774ff hue: 0.62 , saturation: 1.00 and the lightness value of 3774ff is 0.61.

The process color (four color CMYK) of #3774ff color hex is 0.78, 0.55, 0.00, 0.00. Web safe color of #3774ff is #3366ff. Color #3774ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110100 11111111
Octal 67 164 377
Decimal 55 116 255
Hex 37 74 FF

RGB Percentages of Color #3774ff

%12.91
%27.23
%59.86

CMYK Percentages of Color #3774ff

%78
%55
%0
%0

Triadic Colors of #3774ff

#3774ff #ff3774 #74ff37

Analogous Colors of #3774ff

#3774ff #5e37ff #37d8ff

Monochromatic Colors of #3774ff

#3774ff

Complementary Color

#3774ff #ffc237

#3774ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3774ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3774ff Color CSS Codes

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

#3774ff Text Font Color

<p style="color:#3774ff">Text here</p>

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


#3774ff Background Color

<div style="background-color:#3774ff">
Div content here</div>

This div background color is #3774ff


#3774ff Border Color

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

This div border color is #3774ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,116,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3774ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3774ff;
  -webkit-box-shadow: 1px 1px 3px 2px #3774ff;
  box-shadow:         1px 1px 3px 2px #3774ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3774ff

Related Colors


Comments

No comments written yet.

Please login to write comment.