Color Hex Logo

#364dde Color Hex

#364DDE
(54,77,222)
0 Favorites   0 Comments

Color spaces of #364dde

RGB 5477222
HSL0.640.720.54
HSV232°76°87°
CMYK 0.760.650.00   0.13
XYZ17.360011.366070.3861
Yxy11.36600.17520.1147
Hunter Lab33.713532.9159-100.1846
CIE-Lab40.190241.4885-76.0511

#364dde color RGB value is (54,77,222).

#364dde hex color red value is 54, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #364dde hue: 0.64 , saturation: 0.72 and the lightness value of 364dde is 0.54.

The process color (four color CMYK) of #364dde color hex is 0.76, 0.65, 0.00, 0.13. Web safe color of #364dde is #3366cc. Color #364dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 11011110
Octal 66 115 336
Decimal 54 77 222
Hex 36 4D DE

RGB Percentages of Color #364dde

%15.30
%21.81
%62.89

CMYK Percentages of Color #364dde

%76
%65
%0
%13

Triadic Colors of #364dde

#364dde #de364d #4dde36

Analogous Colors of #364dde

#364dde #7336de #36a1de

Monochromatic Colors of #364dde

#364dde

Complementary Color

#364dde #dec736

#364dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#364dde Color CSS Codes

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

#364dde Text Font Color

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

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


#364dde Background Color

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

This div background color is #364dde


#364dde Border Color

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

This div border color is #364dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364dde


Comments

No comments written yet.

Please login to write comment.