Color Hex Logo

#2362bb Color Hex

#2362BB
(35,98,187)
0 Favorites   0 Comments

Color spaces of #2362bb

RGB 3598187
HSL0.600.680.44
HSV215°81°73°
CMYK 0.810.480.00   0.27
XYZ14.030512.680548.7218
Yxy12.68050.18600.1681
Hunter Lab35.60978.0135-56.1948
CIE-Lab42.277813.0524-52.4950

#2362bb color RGB value is (35,98,187).

#2362bb hex color red value is 35, green value is 98 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2362bb hue: 0.60 , saturation: 0.68 and the lightness value of 2362bb is 0.44.

The process color (four color CMYK) of #2362bb color hex is 0.81, 0.48, 0.00, 0.27. Web safe color of #2362bb is #3366cc. Color #2362bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01100010 10111011
Octal 43 142 273
Decimal 35 98 187
Hex 23 62 BB

RGB Percentages of Color #2362bb

%10.94
%30.63
%58.44

CMYK Percentages of Color #2362bb

%81
%48
%0
%27

Triadic Colors of #2362bb

#2362bb #bb2362 #62bb23

Analogous Colors of #2362bb

#2362bb #3023bb #23aebb

Monochromatic Colors of #2362bb

#2362bb

Complementary Color

#2362bb #bb7c23

#2362bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2362bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2362bb Color CSS Codes

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

#2362bb Text Font Color

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

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


#2362bb Background Color

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

This div background color is #2362bb


#2362bb Border Color

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

This div border color is #2362bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2362bb


Comments

No comments written yet.

Please login to write comment.