#3F86AC

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

Shades of Boston Blue #3F86AC

Tints of Boston Blue #3F86AC

Color information

#3F86AC (or 0x3F86AC) is unknown color: approx Boston Blue. HEX triplet: 3F, 86 and AC. RGB value is (63,134,172). Sum of RGB (Red+Green+Blue) = 63+134+172=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F86AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F86AC is #C07953. Grayscale: #747474. Windows color (decimal): -12613972 or 11306559. OLE color: 11306559.

HSL color Cylindrical-coordinate representation of color #3F86AC: hue angle of 200.92º 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 #3F86AC is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63134172-
CMYK0.630.2200.33
HSL200.92º46.38%46.08%-
HSV(B)200.92º63.37%67.45%-
XYZ18.0221.0942.15-
YUV117.1158.9889.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=17.07%
G=36.31%
B=46.61%

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
Decimal631341720.630.2200.33200.9246.3846.08
Hex3F86AC3F16021c92e2e
Octal7720625477260413115656
Binary111111100001101010110011111110110010000111001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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