Color Hex Logo

#363d9b Color Hex

#363D9B
(54,61,155)
0 Favorites   0 Comments

Color spaces of #363d9b

RGB 5461155
HSL0.660.480.41
HSV236°65°61°
CMYK 0.650.610.00   0.39
XYZ9.10656.488331.7828
Yxy6.48830.19220.1369
Hunter Lab25.472119.2390-56.1484
CIE-Lab30.612427.8765-52.3042

#363d9b color RGB value is (54,61,155).

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

The process color (four color CMYK) of #363d9b color hex is 0.65, 0.61, 0.00, 0.39. Web safe color of #363d9b is #333399. Color #363d9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 10011011
Octal 66 75 233
Decimal 54 61 155
Hex 36 3D 9B

RGB Percentages of Color #363d9b

%20.00
%22.59
%57.41

CMYK Percentages of Color #363d9b

%65
%61
%0
%39

Triadic Colors of #363d9b

#363d9b #9b363d #3d9b36

Analogous Colors of #363d9b

#363d9b #61369b #36709b

Monochromatic Colors of #363d9b

#363d9b

Complementary Color

#363d9b #9b9436

#363d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#363d9b Color CSS Codes

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

#363d9b Text Font Color

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

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


#363d9b Background Color

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

This div background color is #363d9b


#363d9b Border Color

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

This div border color is #363d9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363d9b


Comments

No comments written yet.

Please login to write comment.