Shades of Boston Blue #3F85AA
Tints of Boston Blue #3F85AA
RGB
CMYK
RGB Variations
Color information
#3F85AA (or 0x3F85AA) is known color: Boston Blue. HEX triplet: 3F, 85 and AA. RGB value is (63,133,170). Sum of RGB (Red+Green+Blue) = 63+133+170=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F85AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F85AA is #C07A55. Grayscale: #747474. Windows color (decimal): -12614230 or 11175231. OLE color: 11175231.
HSL color Cylindrical-coordinate representation of color #3F85AA: hue angle of 200.75º 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 #3F85AA is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 133 | 170 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.33 |
| HSL | 200.75º | 0.46% | 0.46% | - |
| HSV(B) | 200.75º | 0.63% | 0.67% | - |
| XYZ | 17.69 | 20.73 | 41.1 | - |
| YUV | 116.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 170 | 0.63 | 0.22 | 0 | 0.33 | 200.75 | 0.46 | 0.46 |
| Hex | 3F | 85 | AA | 3F | 16 | 0 | 21 | C9 | 2E | 2E |
| Octal | 77 | 205 | 252 | 77 | 26 | 0 | 41 | 311 | 56 | 56 |
| Binary | 111111 | 10000101 | 10101010 | 111111 | 10110 | 0 | 100001 | 11001001 | 101110 | 101110 |
Color Harmonies of #3F85AA
Complementary color
Monochromatic Colors of #3F85AA
Black with #3F85AA
Text Example
Text Example
White with #3F85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F85AA; }
p { color: rgb(63,133,170); }
H1.HeaderClassName
{
color: #3F85AA;
}
.AnyTagClassName
{
color: #3F85AA;
}
</style>
background-color css
<style>
a { background-color: #3F85AA; }
a { background-color: rgb(63,133,170); }
div.DivClassName
{
background-color: #3F85AA;
}
.BgClassName
{
background-color: #3F85AA;
}
</style>
border-color css
<style>
span { border-color: #3F85AA; }
span { border-color: rgb(63,133,170); }
td.TdClassName
{
border-color: #3F85AA;
}
.TagClassName
{
border-color: #3F85AA;
}
</style>