Shades of Boston Blue #3F89AC
Tints of Boston Blue #3F89AC
RGB
CMYK
RGB Variations
Color information
#3F89AC (or 0x3F89AC) is known color: Boston Blue. HEX triplet: 3F, 89 and AC. RGB value is (63,137,172). Sum of RGB (Red+Green+Blue) = 63+137+172=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F89AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F89AC is #C07653. Grayscale: #767676. Windows color (decimal): -12613204 or 11307327. OLE color: 11307327.
HSL color Cylindrical-coordinate representation of color #3F89AC: hue angle of 199.27º 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 #3F89AC is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 137 | 172 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.33 |
| HSL | 199.27º | 0.46% | 0.46% | - |
| HSV(B) | 199.27º | 0.63% | 0.67% | - |
| XYZ | 18.44 | 21.93 | 42.29 | - |
| YUV | 118.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 172 | 0.63 | 0.20 | 0 | 0.33 | 199.27 | 0.46 | 0.46 |
| Hex | 3F | 89 | AC | 3F | 14 | 0 | 21 | C7 | 2E | 2E |
| Octal | 77 | 211 | 254 | 77 | 24 | 0 | 41 | 307 | 56 | 56 |
| Binary | 111111 | 10001001 | 10101100 | 111111 | 10100 | 0 | 100001 | 11000111 | 101110 | 101110 |
Color Harmonies of #3F89AC
Complementary color
Monochromatic Colors of #3F89AC
Black with #3F89AC
Text Example
Text Example
White with #3F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89AC; }
p { color: rgb(63,137,172); }
H1.HeaderClassName
{
color: #3F89AC;
}
.AnyTagClassName
{
color: #3F89AC;
}
</style>
background-color css
<style>
a { background-color: #3F89AC; }
a { background-color: rgb(63,137,172); }
div.DivClassName
{
background-color: #3F89AC;
}
.BgClassName
{
background-color: #3F89AC;
}
</style>
border-color css
<style>
span { border-color: #3F89AC; }
span { border-color: rgb(63,137,172); }
td.TdClassName
{
border-color: #3F89AC;
}
.TagClassName
{
border-color: #3F89AC;
}
</style>