Color Hex Logo

#364bc9 Color Hex

#364BC9
(54,75,201)
0 Favorites   0 Comments

Color spaces of #364bc9

RGB 5475201
HSL0.640.580.50
HSV231°73°79°
CMYK 0.730.630.00   0.21
XYZ14.580010.033556.4265
Yxy10.03350.17990.1238
Hunter Lab31.675726.7292-83.4451
CIE-Lab37.902535.3173-67.7111

#364bc9 color RGB value is (54,75,201).

#364bc9 hex color red value is 54, green value is 75 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #364bc9 hue: 0.64 , saturation: 0.58 and the lightness value of 364bc9 is 0.50.

The process color (four color CMYK) of #364bc9 color hex is 0.73, 0.63, 0.00, 0.21. Web safe color of #364bc9 is #3333cc. Color #364bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 11001001
Octal 66 113 311
Decimal 54 75 201
Hex 36 4B C9

RGB Percentages of Color #364bc9

%16.36
%22.73
%60.91

CMYK Percentages of Color #364bc9

%73
%63
%0
%21

Triadic Colors of #364bc9

#364bc9 #c9364b #4bc936

Analogous Colors of #364bc9

#364bc9 #6b36c9 #3695c9

Monochromatic Colors of #364bc9

#364bc9

Complementary Color

#364bc9 #c9b436

#364bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bc9 Color CSS Codes

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

#364bc9 Text Font Color

<p style="color:#364bc9">Text here</p>

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


#364bc9 Background Color

<div style="background-color:#364bc9">
Div content here</div>

This div background color is #364bc9


#364bc9 Border Color

<div style="border:3px solid #364bc9">
Div here</div>

This div border color is #364bc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,75,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364bc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364bc9;
  -webkit-box-shadow: 1px 1px 3px 2px #364bc9;
  box-shadow:         1px 1px 3px 2px #364bc9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bc9


Comments

No comments written yet.

Please login to write comment.