Color Hex Logo

#363dcb Color Hex

#363DCB
(54,61,203)
0 Favorites   0 Comments

Color spaces of #363dcb

RGB 5461203
HSL0.660.590.50
HSV237°73°80°
CMYK 0.730.700.00   0.20
XYZ13.96968.433657.3915
Yxy8.43360.17510.1057
Hunter Lab29.040735.0437-96.8432
CIE-Lab34.870144.5995-73.8500

#363dcb color RGB value is (54,61,203).

#363dcb hex color red value is 54, green value is 61 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #363dcb hue: 0.66 , saturation: 0.59 and the lightness value of 363dcb is 0.50.

The process color (four color CMYK) of #363dcb color hex is 0.73, 0.70, 0.00, 0.20. Web safe color of #363dcb is #3333cc. Color #363dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 11001011
Octal 66 75 313
Decimal 54 61 203
Hex 36 3D CB

RGB Percentages of Color #363dcb

%16.98
%19.18
%63.84

CMYK Percentages of Color #363dcb

%73
%70
%0
%20

Triadic Colors of #363dcb

#363dcb #cb363d #3dcb36

Analogous Colors of #363dcb

#363dcb #7a36cb #3688cb

Monochromatic Colors of #363dcb

#363dcb

Complementary Color

#363dcb #cbc436

#363dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#363dcb Color CSS Codes

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

#363dcb Text Font Color

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

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


#363dcb Background Color

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

This div background color is #363dcb


#363dcb Border Color

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

This div border color is #363dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,61,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #363dcb;
  box-shadow:         1px 1px 3px 2px #363dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,61,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363dcb


Comments

No comments written yet.

Please login to write comment.