Color Hex Logo

#3765dc Color Hex

#3765DC
(55,101,220)
0 Favorites   0 Comments

Color spaces of #3765dc

RGB 55101220
HSL0.620.700.54
HSV223°75°86°
CMYK 0.750.540.00   0.14
XYZ19.147515.286969.6516
Yxy15.28690.18400.1469
Hunter Lab39.098518.9936-78.2527
CIE-Lab46.024725.7604-65.3880

#3765dc color RGB value is (55,101,220).

#3765dc hex color red value is 55, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3765dc hue: 0.62 , saturation: 0.70 and the lightness value of 3765dc is 0.54.

The process color (four color CMYK) of #3765dc color hex is 0.75, 0.54, 0.00, 0.14. Web safe color of #3765dc is #3366cc. Color #3765dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100101 11011100
Octal 67 145 334
Decimal 55 101 220
Hex 37 65 DC

RGB Percentages of Color #3765dc

%14.63
%26.86
%58.51

CMYK Percentages of Color #3765dc

%75
%54
%0
%14

Triadic Colors of #3765dc

#3765dc #dc3765 #65dc37

Analogous Colors of #3765dc

#3765dc #5c37dc #37b8dc

Monochromatic Colors of #3765dc

#3765dc

Complementary Color

#3765dc #dcae37

#3765dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3765dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3765dc Color CSS Codes

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

#3765dc Text Font Color

<p style="color:#3765dc">Text here</p>

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


#3765dc Background Color

<div style="background-color:#3765dc">
Div content here</div>

This div background color is #3765dc


#3765dc Border Color

<div style="border:3px solid #3765dc">
Div here</div>

This div border color is #3765dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,101,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3765dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3765dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3765dc;
  box-shadow:         1px 1px 3px 2px #3765dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3765dc


Comments

No comments written yet.

Please login to write comment.