color codes Logo

#3676db color codes

#3676DB
(54,118,219)
0 Favorites   0 Comments

Color spaces of #3676db

RGB 54118219
HSL0.600.700.54
HSV217°75°86°
CMYK 0.750.460.00   0.14
XYZ20.785918.855669.5618
Yxy18.85560.19030.1727
Hunter Lab43.42309.4547-64.5839
CIE-Lab50.517814.5258-57.5671

#3676db color RGB value is (54,118,219).

#3676db hex color red value is 54, green value is 118 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3676db hue: 0.60 , saturation: 0.70 and the lightness value of 3676db is 0.54.

The process color (four color CMYK) of #3676db color code is 0.75, 0.46, 0.00, 0.14. Web safe color of #3676db is #3366cc. Color #3676db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110110 11011011
Octal 66 166 333
Decimal 54 118 219
Hex 36 76 DB

RGB Percentages of Color #3676db

%13.81
%30.18
%56.01

CMYK Percentages of Color #3676db

%75
%46
%0
%14

Triadic Colors of #3676db

#3676db #db3676 #76db36

Analogous Colors of #3676db

#3676db #4836db #36c9db

Monochromatic Colors of #3676db

#3676db

Complementary Color

#3676db #db9b36

#3676db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3676db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3676db Color CSS Codes

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

#3676db Text Font Color

<p style="color:#3676db">Text here</p>

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


#3676db Background Color

<div style="background-color:#3676db">
Div content here</div>

This div background color is #3676db


#3676db Border Color

<div style="border:3px solid #3676db">
Div here</div>

This div border color is #3676db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,118,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3676db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3676db;
  -webkit-box-shadow: 1px 1px 3px 2px #3676db;
  box-shadow:         1px 1px 3px 2px #3676db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3676db


Comments

No comments written yet.

Please login to write comment.