Color Hex Logo

#3769cd Color Hex

#3769CD
(55,105,205)
0 Favorites   0 Comments

Color spaces of #3769cd

RGB 55105205
HSL0.610.600.51
HSV220°73°80°
CMYK 0.730.490.00   0.20
XYZ17.646615.323259.7852
Yxy15.32320.19020.1652
Hunter Lab39.144911.9647-63.1511
CIE-Lab46.073717.6811-56.7489

#3769cd color RGB value is (55,105,205).

#3769cd hex color red value is 55, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3769cd hue: 0.61 , saturation: 0.60 and the lightness value of 3769cd is 0.51.

The process color (four color CMYK) of #3769cd color hex is 0.73, 0.49, 0.00, 0.20. Web safe color of #3769cd is #3366cc. Color #3769cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101001 11001101
Octal 67 151 315
Decimal 55 105 205
Hex 37 69 CD

RGB Percentages of Color #3769cd

%15.07
%28.77
%56.16

CMYK Percentages of Color #3769cd

%73
%49
%0
%20

Triadic Colors of #3769cd

#3769cd #cd3769 #69cd37

Analogous Colors of #3769cd

#3769cd #5037cd #37b4cd

Monochromatic Colors of #3769cd

#3769cd

Complementary Color

#3769cd #cd9b37

#3769cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3769cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3769cd Color CSS Codes

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

#3769cd Text Font Color

<p style="color:#3769cd">Text here</p>

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


#3769cd Background Color

<div style="background-color:#3769cd">
Div content here</div>

This div background color is #3769cd


#3769cd Border Color

<div style="border:3px solid #3769cd">
Div here</div>

This div border color is #3769cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,105,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3769cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3769cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3769cd;
  box-shadow:         1px 1px 3px 2px #3769cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,105,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3769cd


Comments

No comments written yet.

Please login to write comment.