Color Hex Logo

#2361cc Color Hex

#2361CC
(35,97,204)
0 Favorites   0 Comments

Color spaces of #2361cc

RGB 3597204
HSL0.610.710.47
HSV218°83°80°
CMYK 0.830.520.00   0.20
XYZ15.866913.266358.8511
Yxy13.26630.18030.1508
Hunter Lab36.422914.0197-70.3030
CIE-Lab43.161820.3018-60.9121

#2361cc color RGB value is (35,97,204).

#2361cc hex color red value is 35, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2361cc hue: 0.61 , saturation: 0.71 and the lightness value of 2361cc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01100001 11001100
Octal 43 141 314
Decimal 35 97 204
Hex 23 61 CC

RGB Percentages of Color #2361cc

%10.42
%28.87
%60.71

CMYK Percentages of Color #2361cc

%83
%52
%0
%20

Triadic Colors of #2361cc

#2361cc #cc2361 #61cc23

Analogous Colors of #2361cc

#2361cc #3a23cc #23b6cc

Monochromatic Colors of #2361cc

#2361cc

Complementary Color

#2361cc #cc8e23

#2361cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2361cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2361cc Color CSS Codes

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

#2361cc Text Font Color

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

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


#2361cc Background Color

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

This div background color is #2361cc


#2361cc Border Color

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

This div border color is #2361cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2361cc


Comments

No comments written yet.

Please login to write comment.