Shades of Boston Blue #3F96AB
Tints of Boston Blue #3F96AB
RGB
CMYK
RGB Variations
Color information
#3F96AB (or 0x3F96AB) is known color: Boston Blue. HEX triplet: 3F, 96 and AB. RGB value is (63,150,171). Sum of RGB (Red+Green+Blue) = 63+150+171=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F96AB is #C06954. Grayscale: #7E7E7E. Windows color (decimal): -12609877 or 11245119. OLE color: 11245119.
HSL color Cylindrical-coordinate representation of color #3F96AB: hue angle of 191.67º 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 #3F96AB is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 150 | 171 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.33 |
| HSL | 191.67º | 0.46% | 0.46% | - |
| HSV(B) | 191.67º | 0.63% | 0.67% | - |
| XYZ | 20.31 | 25.81 | 42.44 | - |
| YUV | 126.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 171 | 0.63 | 0.12 | 0 | 0.33 | 191.67 | 0.46 | 0.46 |
| Hex | 3F | 96 | AB | 3F | C | 0 | 21 | C0 | 2E | 2E |
| Octal | 77 | 226 | 253 | 77 | 14 | 0 | 41 | 300 | 56 | 56 |
| Binary | 111111 | 10010110 | 10101011 | 111111 | 1100 | 0 | 100001 | 11000000 | 101110 | 101110 |
Color Harmonies of #3F96AB
Complementary color
Monochromatic Colors of #3F96AB
Black with #3F96AB
Text Example
Text Example
White with #3F96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F96AB; }
p { color: rgb(63,150,171); }
H1.HeaderClassName
{
color: #3F96AB;
}
.AnyTagClassName
{
color: #3F96AB;
}
</style>
background-color css
<style>
a { background-color: #3F96AB; }
a { background-color: rgb(63,150,171); }
div.DivClassName
{
background-color: #3F96AB;
}
.BgClassName
{
background-color: #3F96AB;
}
</style>
border-color css
<style>
span { border-color: #3F96AB; }
span { border-color: rgb(63,150,171); }
td.TdClassName
{
border-color: #3F96AB;
}
.TagClassName
{
border-color: #3F96AB;
}
</style>