#3986AB

Color #3986AB Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #3986AB

Tints of Boston Blue #3986AB

Color information

#3986AB (or 0x3986AB) is unknown color: approx Boston Blue. HEX triplet: 39, 86 and AB. RGB value is (57,134,171). Sum of RGB (Red+Green+Blue) = 57+134+171=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #3986AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3986AB is #C67954. Grayscale: #727272. Windows color (decimal): -13007189 or 11241017. OLE color: 11241017.

HSL color Cylindrical-coordinate representation of color #3986AB: hue angle of 199.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3986AB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57134171-
CMYK0.670.2200.33
HSL199.47º50%44.71%-
HSV(B)199.47º66.67%67.06%-
XYZ17.5620.8641.63-
YUV115.2159.4986.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 15.75%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=15.75%
G=37.02%
B=47.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571341710.670.2200.33199.475044.71
Hex3986AB4316021c7322d
Octal71206253103260413076255
Binary1110011000011010101011100001110110010000111000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3986AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3986AB; }

 p { color: rgb(57,134,171); }

 H1.HeaderClassName
 {
   color: #3986AB;
 }
 .AnyTagClassName
 {
   color: #3986AB;
 }
</style>
background-color css

<style>
 a { background-color: #3986AB; }

 a { background-color: rgb(57,134,171); }

 div.DivClassName
 {
   background-color: #3986AB;
 }
 .BgClassName
 {
   background-color: #3986AB;
 }
</style>
border-color css

<style>
 span { border-color: #3986AB; }

 span { border-color: rgb(57,134,171); }

 td.TdClassName
 {
   border-color: #3986AB;
 }
 .TagClassName
 {
   border-color: #3986AB;
 }
</style>