Color Hex Logo

#363dbb Color Hex

#363DBB
(54,61,187)
0 Favorites   0 Comments

Color spaces of #363dbb

RGB 5461187
HSL0.660.550.47
HSV237°71°73°
CMYK 0.710.670.00   0.27
XYZ12.15977.709647.8609
Yxy7.70960.17950.1138
Hunter Lab27.766229.5801-82.7626
CIE-Lab33.370639.1362-66.9459

#363dbb color RGB value is (54,61,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 10111011
Octal 66 75 273
Decimal 54 61 187
Hex 36 3D BB

RGB Percentages of Color #363dbb

%17.88
%20.20
%61.92

CMYK Percentages of Color #363dbb

%71
%67
%0
%27

Triadic Colors of #363dbb

#363dbb #bb363d #3dbb36

Analogous Colors of #363dbb

#363dbb #7236bb #3680bb

Monochromatic Colors of #363dbb

#363dbb

Complementary Color

#363dbb #bbb436

#363dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#363dbb Color CSS Codes

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

#363dbb Text Font Color

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

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


#363dbb Background Color

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

This div background color is #363dbb


#363dbb Border Color

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

This div border color is #363dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,61,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 #363dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363dbb


Comments

No comments written yet.

Please login to write comment.