Color Hex Logo

#3774cf Color Hex

#3774CF
(55,116,207)
0 Favorites   0 Comments

Color spaces of #3774cf

RGB 55116207
HSL0.600.610.51
HSV216°73°81°
CMYK 0.730.440.00   0.19
XYZ19.083417.808061.4630
Yxy17.80800.19400.1811
Hunter Lab42.19956.8718-56.8154
CIE-Lab49.262411.4773-52.7691

#3774cf color RGB value is (55,116,207).

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

The process color (four color CMYK) of #3774cf color hex is 0.73, 0.44, 0.00, 0.19. Web safe color of #3774cf is #3366cc. Color #3774cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110100 11001111
Octal 67 164 317
Decimal 55 116 207
Hex 37 74 CF

RGB Percentages of Color #3774cf

%14.55
%30.69
%54.76

CMYK Percentages of Color #3774cf

%73
%44
%0
%19

Triadic Colors of #3774cf

#3774cf #cf3774 #74cf37

Analogous Colors of #3774cf

#3774cf #4637cf #37c0cf

Monochromatic Colors of #3774cf

#3774cf

Complementary Color

#3774cf #cf9237

#3774cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3774cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3774cf Color CSS Codes

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

#3774cf Text Font Color

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

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


#3774cf Background Color

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

This div background color is #3774cf


#3774cf Border Color

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

This div border color is #3774cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3774cf


Comments

No comments written yet.

Please login to write comment.