#3f86ab

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

Shades of Boston Blue #3F86AB

Tints of Boston Blue #3F86AB

Color information

#3F86AB (or 0x3F86AB) is unknown color: approx Boston Blue. HEX triplet: 3F, 86 and AB. RGB value is (63,134,171). Sum of RGB (Red+Green+Blue) = 63+134+171=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F86AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F86AB is #C07954. Grayscale: #747474. Windows color (decimal): -12613973 or 11241023. OLE color: 11241023.

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

Color convert

RGB63134171-
CMYK0.630.2200.33
HSL200.56º46.15%45.88%-
HSV(B)200.56º63.16%67.06%-
XYZ17.9321.0541.65-
YUV116.99158.4889.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.12%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=17.12%
G=36.41%
B=46.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631341710.630.2200.33200.5646.1545.88
Hex3F86AB3F16021c92e2e
Octal7720625377260413115656
Binary111111100001101010101111111110110010000111001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f86ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f86ab; }

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

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

<style>
 a { background-color: #3f86ab; }

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

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

<style>
 span { border-color: #3f86ab; }

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

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