Color Hex Logo

#2363ad Color Hex

#2363AD
(35,99,173)
0 Favorites   0 Comments

Color spaces of #2363ad

RGB 3599173
HSL0.590.660.41
HSV212°80°68°
CMYK 0.800.430.00   0.32
XYZ12.697812.298141.2397
Yxy12.29810.19170.1857
Hunter Lab35.06863.2619-45.1752
CIE-Lab41.68606.9568-45.2457

#2363ad color RGB value is (35,99,173).

#2363ad hex color red value is 35, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2363ad hue: 0.59 , saturation: 0.66 and the lightness value of 2363ad is 0.41.

The process color (four color CMYK) of #2363ad color hex is 0.80, 0.43, 0.00, 0.32. Web safe color of #2363ad is #336699. Color #2363ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01100011 10101101
Octal 43 143 255
Decimal 35 99 173
Hex 23 63 AD

RGB Percentages of Color #2363ad

%11.40
%32.25
%56.35

CMYK Percentages of Color #2363ad

%80
%43
%0
%32

Triadic Colors of #2363ad

#2363ad #ad2363 #63ad23

Analogous Colors of #2363ad

#2363ad #2823ad #23a8ad

Monochromatic Colors of #2363ad

#2363ad

Complementary Color

#2363ad #ad6d23

#2363ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2363ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2363ad Color CSS Codes

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

#2363ad Text Font Color

<p style="color:#2363ad">Text here</p>

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


#2363ad Background Color

<div style="background-color:#2363ad">
Div content here</div>

This div background color is #2363ad


#2363ad Border Color

<div style="border:3px solid #2363ad">
Div here</div>

This div border color is #2363ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,99,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2363ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2363ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2363ad;
  box-shadow:         1px 1px 3px 2px #2363ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2363ad


Comments

No comments written yet.

Please login to write comment.