Color Hex Logo

#202363 Color Hex

#202363
(32,35,99)
0 Favorites   0 Comments

Color spaces of #202363

RGB 323599
HSL0.660.510.26
HSV237°68°39°
CMYK 0.680.650.00   0.61
XYZ3.44882.410012.0878
Yxy2.41000.19220.1343
Hunter Lab15.524212.4877-35.2989
CIE-Lab17.506621.1062-38.3527

#202363 color RGB value is (32,35,99).

#202363 hex color red value is 32, green value is 35 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #202363 hue: 0.66 , saturation: 0.51 and the lightness value of 202363 is 0.26.

The process color (four color CMYK) of #202363 color hex is 0.68, 0.65, 0.00, 0.61. Web safe color of #202363 is #333366. Color #202363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00100011 01100011
Octal 40 43 143
Decimal 32 35 99
Hex 20 23 63

RGB Percentages of Color #202363

%19.28
%21.08
%59.64

CMYK Percentages of Color #202363

%68
%65
%0
%61

Triadic Colors of #202363

#202363 #632023 #236320

Analogous Colors of #202363

#202363 #3f2063 #204563

Monochromatic Colors of #202363

#202363

Complementary Color

#202363 #636020

#202363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#202363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#202363 Color CSS Codes

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

#202363 Text Font Color

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

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


#202363 Background Color

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

This div background color is #202363


#202363 Border Color

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

This div border color is #202363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #202363


Comments

No comments written yet.

Please login to write comment.