Color Hex Logo

#3761cc Color Hex

#3761CC
(55,97,204)
0 Favorites   0 Comments

Color spaces of #3761cc

RGB 5597204
HSL0.620.590.51
HSV223°73°80°
CMYK 0.730.520.00   0.20
XYZ16.749313.721258.8924
Yxy13.72120.18740.1535
Hunter Lab37.042115.8884-68.3342
CIE-Lab43.830422.4316-59.7974

#3761cc color RGB value is (55,97,204).

#3761cc hex color red value is 55, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3761cc hue: 0.62 , saturation: 0.59 and the lightness value of 3761cc is 0.51.

The process color (four color CMYK) of #3761cc color hex is 0.73, 0.52, 0.00, 0.20. Web safe color of #3761cc is #3366cc. Color #3761cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100001 11001100
Octal 67 141 314
Decimal 55 97 204
Hex 37 61 CC

RGB Percentages of Color #3761cc

%15.45
%27.25
%57.30

CMYK Percentages of Color #3761cc

%73
%52
%0
%20

Triadic Colors of #3761cc

#3761cc #cc3761 #61cc37

Analogous Colors of #3761cc

#3761cc #5737cc #37accc

Monochromatic Colors of #3761cc

#3761cc

Complementary Color

#3761cc #cca237

#3761cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3761cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3761cc Color CSS Codes

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

#3761cc Text Font Color

<p style="color:#3761cc">Text here</p>

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


#3761cc Background Color

<div style="background-color:#3761cc">
Div content here</div>

This div background color is #3761cc


#3761cc Border Color

<div style="border:3px solid #3761cc">
Div here</div>

This div border color is #3761cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,97,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3761cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3761cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3761cc;
  box-shadow:         1px 1px 3px 2px #3761cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3761cc


Comments

No comments written yet.

Please login to write comment.