Color Hex Logo

#3862cc Color Hex

#3862CC
(56,98,204)
0 Favorites   0 Comments

Color spaces of #3862cc

RGB 5698204
HSL0.620.590.51
HSV223°73°80°
CMYK 0.730.520.00   0.20
XYZ16.897713.935858.9260
Yxy13.93580.18830.1553
Hunter Lab37.330715.4692-67.4570
CIE-Lab44.140721.9195-59.2933

#3862cc color RGB value is (56,98,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 11001100
Octal 70 142 314
Decimal 56 98 204
Hex 38 62 CC

RGB Percentages of Color #3862cc

%15.64
%27.37
%56.98

CMYK Percentages of Color #3862cc

%73
%52
%0
%20

Triadic Colors of #3862cc

#3862cc #cc3862 #62cc38

Analogous Colors of #3862cc

#3862cc #5838cc #38accc

Monochromatic Colors of #3862cc

#3862cc

Complementary Color

#3862cc #cca238

#3862cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3862cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3862cc Color CSS Codes

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

#3862cc Text Font Color

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

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


#3862cc Background Color

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

This div background color is #3862cc


#3862cc Border Color

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

This div border color is #3862cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,98,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 #3862cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3862cc


Comments

No comments written yet.

Please login to write comment.