Shades of Boston Blue #3F8BAC
Tints of Boston Blue #3F8BAC
RGB
CMYK
RGB Variations
Color information
#3F8BAC (or 0x3F8BAC) is known color: Boston Blue. HEX triplet: 3F, 8B and AC. RGB value is (63,139,172). Sum of RGB (Red+Green+Blue) = 63+139+172=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F8BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8BAC is #C07453. Grayscale: #777777. Windows color (decimal): -12612692 or 11307839. OLE color: 11307839.
HSL color Cylindrical-coordinate representation of color #3F8BAC: hue angle of 198.17º 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 #3F8BAC is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 139 | 172 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.33 |
| HSL | 198.17º | 0.46% | 0.46% | - |
| HSV(B) | 198.17º | 0.63% | 0.67% | - |
| XYZ | 18.73 | 22.5 | 42.39 | - |
| YUV | 120.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 172 | 0.63 | 0.19 | 0 | 0.33 | 198.17 | 0.46 | 0.46 |
| Hex | 3F | 8B | AC | 3F | 13 | 0 | 21 | C6 | 2E | 2E |
| Octal | 77 | 213 | 254 | 77 | 23 | 0 | 41 | 306 | 56 | 56 |
| Binary | 111111 | 10001011 | 10101100 | 111111 | 10011 | 0 | 100001 | 11000110 | 101110 | 101110 |
Color Harmonies of #3F8BAC
Complementary color
Monochromatic Colors of #3F8BAC
Black with #3F8BAC
Text Example
Text Example
White with #3F8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8BAC; }
p { color: rgb(63,139,172); }
H1.HeaderClassName
{
color: #3F8BAC;
}
.AnyTagClassName
{
color: #3F8BAC;
}
</style>
background-color css
<style>
a { background-color: #3F8BAC; }
a { background-color: rgb(63,139,172); }
div.DivClassName
{
background-color: #3F8BAC;
}
.BgClassName
{
background-color: #3F8BAC;
}
</style>
border-color css
<style>
span { border-color: #3F8BAC; }
span { border-color: rgb(63,139,172); }
td.TdClassName
{
border-color: #3F8BAC;
}
.TagClassName
{
border-color: #3F8BAC;
}
</style>