Color Hex Logo

#366bdc Color Hex

#366BDC
(54,107,220)
0 Favorites   0 Comments

Color spaces of #366bdc

RGB 54107220
HSL0.610.700.54
HSV221°75°86°
CMYK 0.750.510.00   0.14
XYZ19.697316.467069.8504
Yxy16.46700.18580.1553
Hunter Lab40.579615.6296-73.6514
CIE-Lab47.581321.8298-62.8680

#366bdc color RGB value is (54,107,220).

#366bdc hex color red value is 54, green value is 107 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #366bdc hue: 0.61 , saturation: 0.70 and the lightness value of 366bdc is 0.54.

The process color (four color CMYK) of #366bdc color hex is 0.75, 0.51, 0.00, 0.14. Web safe color of #366bdc is #3366cc. Color #366bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101011 11011100
Octal 66 153 334
Decimal 54 107 220
Hex 36 6B DC

RGB Percentages of Color #366bdc

%14.17
%28.08
%57.74

CMYK Percentages of Color #366bdc

%75
%51
%0
%14

Triadic Colors of #366bdc

#366bdc #dc366b #6bdc36

Analogous Colors of #366bdc

#366bdc #5436dc #36bedc

Monochromatic Colors of #366bdc

#366bdc

Complementary Color

#366bdc #dca736

#366bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#366bdc Color CSS Codes

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

#366bdc Text Font Color

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

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


#366bdc Background Color

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

This div background color is #366bdc


#366bdc Border Color

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

This div border color is #366bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366bdc


Comments

No comments written yet.

Please login to write comment.