#3F8DAB

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

Shades of Boston Blue #3F8DAB

Tints of Boston Blue #3F8DAB

Color information

#3F8DAB (or 0x3F8DAB) is unknown color: approx Boston Blue. HEX triplet: 3F, 8D and AB. RGB value is (63,141,171). Sum of RGB (Red+Green+Blue) = 63+141+171=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F8DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8DAB is #C07254. Grayscale: #787878. Windows color (decimal): -12612181 or 11242815. OLE color: 11242815.

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

Color convert

RGB63141171-
CMYK0.630.1800.33
HSL196.67º46.15%45.88%-
HSV(B)196.67º63.16%67.06%-
XYZ18.9323.0541.98-
YUV121.1156.1686.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=16.8%
G=37.6%
B=45.6%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631411710.630.1800.33196.6746.1545.88
Hex3F8DAB3F12021c52e2e
Octal7721525377220413055656
Binary111111100011011010101111111110010010000111000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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