#3F8FA8

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

Shades of Boston Blue #3F8FA8

Tints of Boston Blue #3F8FA8

Color information

#3F8FA8 (or 0x3F8FA8) is unknown color: approx Boston Blue. HEX triplet: 3F, 8F and A8. RGB value is (63,143,168). Sum of RGB (Red+Green+Blue) = 63+143+168=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #3F8FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8FA8 is #C07057. Grayscale: #797979. Windows color (decimal): -12611672 or 11046719. OLE color: 11046719.

HSL color Cylindrical-coordinate representation of color #3F8FA8: hue angle of 194.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F8FA8 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB63143168-
CMYK0.630.1500.34
HSL194.29º45.45%45.29%-
HSV(B)194.29º62.5%65.88%-
XYZ18.9423.5340.59-
YUV121.9315485.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.84%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 168 (66.02% from 255) = 44.92%
R=16.84%
G=38.24%
B=44.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631431680.630.1500.34194.2945.4545.29
Hex3F8FA83FF022c22d2d
Octal7721725077170423025555
Binary11111110001111101010001111111111010001011000010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,143,168); }

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

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

 a { background-color: rgb(63,143,168); }

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

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

 span { border-color: rgb(63,143,168); }

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