Shades of Boston Blue #3F89AA
Tints of Boston Blue #3F89AA
RGB
CMYK
RGB Variations
Color information
#3F89AA (or 0x3F89AA) is known color: Boston Blue. HEX triplet: 3F, 89 and AA. RGB value is (63,137,170). Sum of RGB (Red+Green+Blue) = 63+137+170=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F89AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F89AA is #C07655. Grayscale: #767676. Windows color (decimal): -12613206 or 11176255. OLE color: 11176255.
HSL color Cylindrical-coordinate representation of color #3F89AA: hue angle of 198.5º 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 #3F89AA is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 137 | 170 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.33 |
| HSL | 198.5º | 0.46% | 0.46% | - |
| HSV(B) | 198.5º | 0.63% | 0.67% | - |
| XYZ | 18.25 | 21.85 | 41.29 | - |
| YUV | 118.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 170 | 0.63 | 0.19 | 0 | 0.33 | 198.5 | 0.46 | 0.46 |
| Hex | 3F | 89 | AA | 3F | 13 | 0 | 21 | C7 | 2E | 2E |
| Octal | 77 | 211 | 252 | 77 | 23 | 0 | 41 | 307 | 56 | 56 |
| Binary | 111111 | 10001001 | 10101010 | 111111 | 10011 | 0 | 100001 | 11000111 | 101110 | 101110 |
Color Harmonies of #3F89AA
Complementary color
Monochromatic Colors of #3F89AA
Black with #3F89AA
Text Example
Text Example
White with #3F89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F89AA; }
p { color: rgb(63,137,170); }
H1.HeaderClassName
{
color: #3F89AA;
}
.AnyTagClassName
{
color: #3F89AA;
}
</style>
background-color css
<style>
a { background-color: #3F89AA; }
a { background-color: rgb(63,137,170); }
div.DivClassName
{
background-color: #3F89AA;
}
.BgClassName
{
background-color: #3F89AA;
}
</style>
border-color css
<style>
span { border-color: #3F89AA; }
span { border-color: rgb(63,137,170); }
td.TdClassName
{
border-color: #3F89AA;
}
.TagClassName
{
border-color: #3F89AA;
}
</style>