Shades of Boston Blue #3F85AC
Tints of Boston Blue #3F85AC
RGB
CMYK
RGB Variations
Color information
#3F85AC (or 0x3F85AC) is known color: Boston Blue. HEX triplet: 3F, 85 and AC. RGB value is (63,133,172). Sum of RGB (Red+Green+Blue) = 63+133+172=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F85AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F85AC is #C07A53. Grayscale: #747474. Windows color (decimal): -12614228 or 11306303. OLE color: 11306303.
HSL color Cylindrical-coordinate representation of color #3F85AC: hue angle of 201.47º 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 #3F85AC is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 133 | 172 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.33 |
| HSL | 201.47º | 0.46% | 0.46% | - |
| HSV(B) | 201.47º | 0.63% | 0.67% | - |
| XYZ | 17.88 | 20.81 | 42.1 | - |
| YUV | 116.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 172 | 0.63 | 0.23 | 0 | 0.33 | 201.47 | 0.46 | 0.46 |
| Hex | 3F | 85 | AC | 3F | 17 | 0 | 21 | C9 | 2E | 2E |
| Octal | 77 | 205 | 254 | 77 | 27 | 0 | 41 | 311 | 56 | 56 |
| Binary | 111111 | 10000101 | 10101100 | 111111 | 10111 | 0 | 100001 | 11001001 | 101110 | 101110 |
Color Harmonies of #3F85AC
Complementary color
Monochromatic Colors of #3F85AC
Black with #3F85AC
Text Example
Text Example
White with #3F85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85AC; }
p { color: rgb(63,133,172); }
H1.HeaderClassName
{
color: #3F85AC;
}
.AnyTagClassName
{
color: #3F85AC;
}
</style>
background-color css
<style>
a { background-color: #3F85AC; }
a { background-color: rgb(63,133,172); }
div.DivClassName
{
background-color: #3F85AC;
}
.BgClassName
{
background-color: #3F85AC;
}
</style>
border-color css
<style>
span { border-color: #3F85AC; }
span { border-color: rgb(63,133,172); }
td.TdClassName
{
border-color: #3F85AC;
}
.TagClassName
{
border-color: #3F85AC;
}
</style>