Color Hex Logo

#366abd Color Hex

#366ABD
(54,106,189)
0 Favorites   0 Comments

Color spaces of #366abd

RGB 54106189
HSL0.600.560.48
HSV217°71°74°
CMYK 0.710.440.00   0.26
XYZ15.860714.766550.1584
Yxy14.76650.19630.1828
Hunter Lab38.42726.4277-50.4912
CIE-Lab45.312710.9947-48.7515

#366abd color RGB value is (54,106,189).

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

The process color (four color CMYK) of #366abd color hex is 0.71, 0.44, 0.00, 0.26. Web safe color of #366abd is #3366cc. Color #366abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101010 10111101
Octal 66 152 275
Decimal 54 106 189
Hex 36 6A BD

RGB Percentages of Color #366abd

%15.47
%30.37
%54.15

CMYK Percentages of Color #366abd

%71
%44
%0
%26

Triadic Colors of #366abd

#366abd #bd366a #6abd36

Analogous Colors of #366abd

#366abd #4536bd #36aebd

Monochromatic Colors of #366abd

#366abd

Complementary Color

#366abd #bd8936

#366abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#366abd Color CSS Codes

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

#366abd Text Font Color

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

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


#366abd Background Color

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

This div background color is #366abd


#366abd Border Color

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

This div border color is #366abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366abd


Comments

No comments written yet.

Please login to write comment.