Color Hex Logo

#366bda Color Hex

#366BDA
(54,107,218)
0 Favorites   0 Comments

Color spaces of #366bda

RGB 54107218
HSL0.610.690.53
HSV221°75°85°
CMYK 0.750.510.00   0.15
XYZ19.433916.361668.4635
Yxy16.36160.18640.1569
Hunter Lab40.449514.9735-72.0377
CIE-Lab47.445421.0909-61.9531

#366bda color RGB value is (54,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101011 11011010
Octal 66 153 332
Decimal 54 107 218
Hex 36 6B DA

RGB Percentages of Color #366bda

%14.25
%28.23
%57.52

CMYK Percentages of Color #366bda

%75
%51
%0
%15

Triadic Colors of #366bda

#366bda #da366b #6bda36

Analogous Colors of #366bda

#366bda #5336da #36bdda

Monochromatic Colors of #366bda

#366bda

Complementary Color

#366bda #daa536

#366bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#366bda Color CSS Codes

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

#366bda Text Font Color

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

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


#366bda Background Color

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

This div background color is #366bda


#366bda Border Color

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

This div border color is #366bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366bda


Comments

No comments written yet.

Please login to write comment.