Color Hex Logo

#363dba Color Hex

#363DBA
(54,61,186)
0 Favorites   0 Comments

Color spaces of #363dba

RGB 5461186
HSL0.660.550.47
HSV237°71°73°
CMYK 0.710.670.00   0.27
XYZ12.05307.666947.2990
Yxy7.66690.17980.1144
Hunter Lab27.689229.2444-81.8975
CIE-Lab33.279338.7907-66.5059

#363dba color RGB value is (54,61,186).

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

The process color (four color CMYK) of #363dba color hex is 0.71, 0.67, 0.00, 0.27. Web safe color of #363dba is #3333cc. Color #363dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 10111010
Octal 66 75 272
Decimal 54 61 186
Hex 36 3D BA

RGB Percentages of Color #363dba

%17.94
%20.27
%61.79

CMYK Percentages of Color #363dba

%71
%67
%0
%27

Triadic Colors of #363dba

#363dba #ba363d #3dba36

Analogous Colors of #363dba

#363dba #7136ba #367fba

Monochromatic Colors of #363dba

#363dba

Complementary Color

#363dba #bab336

#363dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#363dba Color CSS Codes

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

#363dba Text Font Color

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

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


#363dba Background Color

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

This div background color is #363dba


#363dba Border Color

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

This div border color is #363dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363dba


Comments

No comments written yet.

Please login to write comment.