Color Hex Logo

#363c9d Color Hex

#363C9D
(54,60,157)
0 Favorites   0 Comments

Color spaces of #363c9d

RGB 5460157
HSL0.660.490.41
HSV237°66°62°
CMYK 0.660.620.00   0.38
XYZ9.22306.450332.6572
Yxy6.45030.19080.1335
Hunter Lab25.397420.3762-58.4596
CIE-Lab30.521229.2410-53.6670

#363c9d color RGB value is (54,60,157).

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

The process color (four color CMYK) of #363c9d color hex is 0.66, 0.62, 0.00, 0.38. Web safe color of #363c9d is #333399. Color #363c9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111100 10011101
Octal 66 74 235
Decimal 54 60 157
Hex 36 3C 9D

RGB Percentages of Color #363c9d

%19.93
%22.14
%57.93

CMYK Percentages of Color #363c9d

%66
%62
%0
%38

Triadic Colors of #363c9d

#363c9d #9d363c #3c9d36

Analogous Colors of #363c9d

#363c9d #64369d #36709d

Monochromatic Colors of #363c9d

#363c9d

Complementary Color

#363c9d #9d9736

#363c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#363c9d Color CSS Codes

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

#363c9d Text Font Color

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

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


#363c9d Background Color

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

This div background color is #363c9d


#363c9d Border Color

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

This div border color is #363c9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363c9d


Comments

No comments written yet.

Please login to write comment.