Color Hex Logo

#3683af Color Hex

#3683AF
(54,131,175)
0 Favorites   0 Comments

Color spaces of #3683af

RGB 54131175
HSL0.560.530.45
HSV202°69°69°
CMYK 0.690.250.00   0.31
XYZ17.375520.112043.5237
Yxy20.11200.21450.2483
Hunter Lab44.8464-9.3223-26.1488
CIE-Lab51.9636-9.1745-30.1494

#3683af color RGB value is (54,131,175).

#3683af hex color red value is 54, green value is 131 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3683af hue: 0.56 , saturation: 0.53 and the lightness value of 3683af is 0.45.

The process color (four color CMYK) of #3683af color hex is 0.69, 0.25, 0.00, 0.31. Web safe color of #3683af is #339999. Color #3683af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 10101111
Octal 66 203 257
Decimal 54 131 175
Hex 36 83 AF

RGB Percentages of Color #3683af

%15.00
%36.39
%48.61

CMYK Percentages of Color #3683af

%69
%25
%0
%31

Triadic Colors of #3683af

#3683af #af3683 #83af36

Analogous Colors of #3683af

#3683af #3646af #36af9f

Monochromatic Colors of #3683af

#3683af

Complementary Color

#3683af #af6236

#3683af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3683af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3683af Color CSS Codes

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

#3683af Text Font Color

<p style="color:#3683af">Text here</p>

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


#3683af Background Color

<div style="background-color:#3683af">
Div content here</div>

This div background color is #3683af


#3683af Border Color

<div style="border:3px solid #3683af">
Div here</div>

This div border color is #3683af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,131,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3683af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3683af;
  -webkit-box-shadow: 1px 1px 3px 2px #3683af;
  box-shadow:         1px 1px 3px 2px #3683af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3683af


Comments

No comments written yet.

Please login to write comment.