Color Hex Logo

#3773ff Color Hex

#3773FF
(55,115,255)
0 Favorites   0 Comments

Color spaces of #3773ff

RGB 55115255
HSL0.621.000.61
HSV222°78°100°
CMYK 0.780.550.00   0.00
XYZ25.756320.293797.1673
Yxy20.29370.17980.1417
Hunter Lab45.048523.2217-96.3514
CIE-Lab52.167729.7315-75.0224

#3773ff color RGB value is (55,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110011 11111111
Octal 67 163 377
Decimal 55 115 255
Hex 37 73 FF

RGB Percentages of Color #3773ff

%12.94
%27.06
%60.00

CMYK Percentages of Color #3773ff

%78
%55
%0
%0

Triadic Colors of #3773ff

#3773ff #ff3773 #73ff37

Analogous Colors of #3773ff

#3773ff #5f37ff #37d7ff

Monochromatic Colors of #3773ff

#3773ff

Complementary Color

#3773ff #ffc337

#3773ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3773ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3773ff Color CSS Codes

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

#3773ff Text Font Color

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

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


#3773ff Background Color

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

This div background color is #3773ff


#3773ff Border Color

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

This div border color is #3773ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,115,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 #3773ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3773ff

#3773ff Color Palettes


Comments

No comments written yet.

Please login to write comment.