Color Hex Logo

#3772ff Color Hex

#3772FF
(55,114,255)
0 Favorites   0 Comments

Color spaces of #3772ff

RGB 55114255
HSL0.621.000.61
HSV222°78°100°
CMYK 0.780.550.00   0.00
XYZ25.642920.066997.1295
Yxy20.06690.17950.1405
Hunter Lab44.796123.7867-97.1988
CIE-Lab51.912830.3547-75.4369

#3772ff color RGB value is (55,114,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 11111111
Octal 67 162 377
Decimal 55 114 255
Hex 37 72 FF

RGB Percentages of Color #3772ff

%12.97
%26.89
%60.14

CMYK Percentages of Color #3772ff

%78
%55
%0
%0

Triadic Colors of #3772ff

#3772ff #ff3772 #72ff37

Analogous Colors of #3772ff

#3772ff #6037ff #37d6ff

Monochromatic Colors of #3772ff

#3772ff

Complementary Color

#3772ff #ffc437

#3772ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3772ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3772ff Color CSS Codes

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

#3772ff Text Font Color

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

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


#3772ff Background Color

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

This div background color is #3772ff


#3772ff Border Color

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

This div border color is #3772ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3772ff


Comments

No comments written yet.

Please login to write comment.