Color Hex Logo

#366acd Color Hex

#366ACD
(54,106,205)
0 Favorites   0 Comments

Color spaces of #366acd

RGB 54106205
HSL0.610.600.51
HSV219°74°80°
CMYK 0.740.480.00   0.20
XYZ17.694815.500159.8168
Yxy15.50010.19020.1666
Hunter Lab39.370211.3285-62.5228
CIE-Lab46.311716.9149-56.3675

#366acd color RGB value is (54,106,205).

#366acd hex color red value is 54, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #366acd hue: 0.61 , saturation: 0.60 and the lightness value of 366acd is 0.51.

The process color (four color CMYK) of #366acd color hex is 0.74, 0.48, 0.00, 0.20. Web safe color of #366acd is #3366cc. Color #366acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 11001101
Octal 66 152 315
Decimal 54 106 205
Hex 36 6A CD

RGB Percentages of Color #366acd

%14.79
%29.04
%56.16

CMYK Percentages of Color #366acd

%74
%48
%0
%20

Triadic Colors of #366acd

#366acd #cd366a #6acd36

Analogous Colors of #366acd

#366acd #4d36cd #36b6cd

Monochromatic Colors of #366acd

#366acd

Complementary Color

#366acd #cd9936

#366acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#366acd Color CSS Codes

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

#366acd Text Font Color

<p style="color:#366acd">Text here</p>

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


#366acd Background Color

<div style="background-color:#366acd">
Div content here</div>

This div background color is #366acd


#366acd Border Color

<div style="border:3px solid #366acd">
Div here</div>

This div border color is #366acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,106,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366acd;
  -webkit-box-shadow: 1px 1px 3px 2px #366acd;
  box-shadow:         1px 1px 3px 2px #366acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366acd


Comments

No comments written yet.

Please login to write comment.