#3F8DA6

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

Shades of Boston Blue #3F8DA6

Tints of Boston Blue #3F8DA6

Color information

#3F8DA6 (or 0x3F8DA6) is unknown color: approx Boston Blue. HEX triplet: 3F, 8D and A6. RGB value is (63,141,166). Sum of RGB (Red+Green+Blue) = 63+141+166=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F8DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8DA6 is #C07259. Grayscale: #787878. Windows color (decimal): -12612186 or 10915135. OLE color: 10915135.

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

Color convert

RGB63141166-
CMYK0.620.1500.35
HSL194.56º44.98%44.9%-
HSV(B)194.56º62.05%65.1%-
XYZ18.4622.8639.52-
YUV120.53153.6686.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.03%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 166 (65.23% from 255) = 44.86%
R=17.03%
G=38.11%
B=44.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631411660.620.1500.35194.5644.9844.9
Hex3F8DA63EF023c32d2d
Octal7721524676170433035555
Binary11111110001101101001101111101111010001111000011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,141,166); }

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

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

 a { background-color: rgb(63,141,166); }

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

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

 span { border-color: rgb(63,141,166); }

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