Color Hex Logo

#3662b4 Color Hex

#3662B4
(54,98,180)
0 Favorites   0 Comments

Color spaces of #3662b4

RGB 5498180
HSL0.610.540.46
HSV219°70°71°
CMYK 0.700.460.00   0.29
XYZ14.127212.814944.9090
Yxy12.81490.19660.1784
Hunter Lab35.79797.7965-49.3216
CIE-Lab42.483012.7737-48.0420

#3662b4 color RGB value is (54,98,180).

#3662b4 hex color red value is 54, green value is 98 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #3662b4 hue: 0.61 , saturation: 0.54 and the lightness value of 3662b4 is 0.46.

The process color (four color CMYK) of #3662b4 color hex is 0.70, 0.46, 0.00, 0.29. Web safe color of #3662b4 is #3366cc. Color #3662b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100010 10110100
Octal 66 142 264
Decimal 54 98 180
Hex 36 62 B4

RGB Percentages of Color #3662b4

%16.27
%29.52
%54.22

CMYK Percentages of Color #3662b4

%70
%46
%0
%29

Triadic Colors of #3662b4

#3662b4 #b43662 #62b436

Analogous Colors of #3662b4

#3662b4 #4936b4 #36a1b4

Monochromatic Colors of #3662b4

#3662b4

Complementary Color

#3662b4 #b48836

#3662b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3662b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3662b4 Color CSS Codes

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

#3662b4 Text Font Color

<p style="color:#3662b4">Text here</p>

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


#3662b4 Background Color

<div style="background-color:#3662b4">
Div content here</div>

This div background color is #3662b4


#3662b4 Border Color

<div style="border:3px solid #3662b4">
Div here</div>

This div border color is #3662b4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,98,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3662b4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3662b4;
  -webkit-box-shadow: 1px 1px 3px 2px #3662b4;
  box-shadow:         1px 1px 3px 2px #3662b4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3662b4


Comments

No comments written yet.

Please login to write comment.