Shades of Boston Blue #3F86AB
Tints of Boston Blue #3F86AB
RGB
CMYK
RGB Variations
Color information
#3F86AB (or 0x3F86AB) is known color: 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
| RGB | 63 | 134 | 171 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.33 |
| HSL | 200.56º | 0.46% | 0.46% | - |
| HSV(B) | 200.56º | 0.63% | 0.67% | - |
| XYZ | 17.93 | 21.05 | 41.65 | - |
| YUV | 116.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 171 | 0.63 | 0.22 | 0 | 0.33 | 200.56 | 0.46 | 0.46 |
| Hex | 3F | 86 | AB | 3F | 16 | 0 | 21 | C9 | 2E | 2E |
| Octal | 77 | 206 | 253 | 77 | 26 | 0 | 41 | 311 | 56 | 56 |
| Binary | 111111 | 10000110 | 10101011 | 111111 | 10110 | 0 | 100001 | 11001001 | 101110 | 101110 |
Color Harmonies of #3F86AB
Complementary color
Monochromatic Colors of #3F86AB
Black with #3F86AB
Text Example
Text Example
White with #3F86AB
Text Example
Text Example
HTML Codes & Css Web 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>