Color Hex Logo

#3694db Color Hex

#3694DB
(54,148,219)
0 Favorites   0 Comments

Color spaces of #3694db

RGB 54148219
HSL0.570.700.54
HSV206°75°86°
CMYK 0.750.320.00   0.14
XYZ24.897427.078670.9323
Yxy27.07860.20260.2203
Hunter Lab52.0371-5.6608-44.3928
CIE-Lab59.0470-3.5581-43.9855

#3694db color RGB value is (54,148,219).

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

The process color (four color CMYK) of #3694db color hex is 0.75, 0.32, 0.00, 0.14. Web safe color of #3694db is #3399cc. Color #3694db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010100 11011011
Octal 66 224 333
Decimal 54 148 219
Hex 36 94 DB

RGB Percentages of Color #3694db

%12.83
%35.15
%52.02

CMYK Percentages of Color #3694db

%75
%32
%0
%14

Triadic Colors of #3694db

#3694db #db3694 #94db36

Analogous Colors of #3694db

#3694db #3642db #36dbd0

Monochromatic Colors of #3694db

#3694db

Complementary Color

#3694db #db7d36

#3694db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3694db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3694db Color CSS Codes

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

#3694db Text Font Color

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

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


#3694db Background Color

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

This div background color is #3694db


#3694db Border Color

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

This div border color is #3694db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,148,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 #3694db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3694db


Comments

No comments written yet.

Please login to write comment.