Shades of Boston Blue #3F8AAA
Tints of Boston Blue #3F8AAA
RGB
CMYK
RGB Variations
Color information
#3F8AAA (or 0x3F8AAA) is known color: Boston Blue. HEX triplet: 3F, 8A and AA. RGB value is (63,138,170). Sum of RGB (Red+Green+Blue) = 63+138+170=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F8AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8AAA is #C07555. Grayscale: #777777. Windows color (decimal): -12612950 or 11176511. OLE color: 11176511.
HSL color Cylindrical-coordinate representation of color #3F8AAA: hue angle of 197.94º 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 #3F8AAA is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 138 | 170 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.33 |
| HSL | 197.94º | 0.46% | 0.46% | - |
| HSV(B) | 197.94º | 0.63% | 0.67% | - |
| XYZ | 18.39 | 22.14 | 41.33 | - |
| YUV | 119.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 170 | 0.63 | 0.19 | 0 | 0.33 | 197.94 | 0.46 | 0.46 |
| Hex | 3F | 8A | AA | 3F | 13 | 0 | 21 | C6 | 2E | 2E |
| Octal | 77 | 212 | 252 | 77 | 23 | 0 | 41 | 306 | 56 | 56 |
| Binary | 111111 | 10001010 | 10101010 | 111111 | 10011 | 0 | 100001 | 11000110 | 101110 | 101110 |
Color Harmonies of #3F8AAA
Complementary color
Monochromatic Colors of #3F8AAA
Black with #3F8AAA
Text Example
Text Example
White with #3F8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8AAA; }
p { color: rgb(63,138,170); }
H1.HeaderClassName
{
color: #3F8AAA;
}
.AnyTagClassName
{
color: #3F8AAA;
}
</style>
background-color css
<style>
a { background-color: #3F8AAA; }
a { background-color: rgb(63,138,170); }
div.DivClassName
{
background-color: #3F8AAA;
}
.BgClassName
{
background-color: #3F8AAA;
}
</style>
border-color css
<style>
span { border-color: #3F8AAA; }
span { border-color: rgb(63,138,170); }
td.TdClassName
{
border-color: #3F8AAA;
}
.TagClassName
{
border-color: #3F8AAA;
}
</style>