Color Hex Logo

#2362ce Color Hex

#2362CE
(35,98,206)
0 Favorites   0 Comments

Color spaces of #2362ce

RGB 3598206
HSL0.610.710.47
HSV218°83°81°
CMYK 0.830.520.00   0.19
XYZ16.201413.548960.1538
Yxy13.54890.18020.1507
Hunter Lab36.808814.1513-71.1268
CIE-Lab43.578920.4250-61.3862

#2362ce color RGB value is (35,98,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01100010 11001110
Octal 43 142 316
Decimal 35 98 206
Hex 23 62 CE

RGB Percentages of Color #2362ce

%10.32
%28.91
%60.77

CMYK Percentages of Color #2362ce

%83
%52
%0
%19

Triadic Colors of #2362ce

#2362ce #ce2362 #62ce23

Analogous Colors of #2362ce

#2362ce #3923ce #23b8ce

Monochromatic Colors of #2362ce

#2362ce

Complementary Color

#2362ce #ce8f23

#2362ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2362ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2362ce Color CSS Codes

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

#2362ce Text Font Color

<p style="color:#2362ce">Text here</p>

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


#2362ce Background Color

<div style="background-color:#2362ce">
Div content here</div>

This div background color is #2362ce


#2362ce Border Color

<div style="border:3px solid #2362ce">
Div here</div>

This div border color is #2362ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,98,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2362ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2362ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2362ce;
  box-shadow:         1px 1px 3px 2px #2362ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,98,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2362ce


Comments

No comments written yet.

Please login to write comment.