Shades of Boston Blue #3FA3AD
Tints of Boston Blue #3FA3AD
RGB
CMYK
RGB Variations
Color information
#3FA3AD (or 0x3FA3AD) is known color: Boston Blue. HEX triplet: 3F, A3 and AD. RGB value is (63,163,173). Sum of RGB (Red+Green+Blue) = 63+163+173=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #3FA3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA3AD is #C05C52. Grayscale: #868686. Windows color (decimal): -12606547 or 11379519. OLE color: 11379519.
HSL color Cylindrical-coordinate representation of color #3FA3AD: hue angle of 185.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FA3AD is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 163 | 173 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.32 |
| HSL | 185.45º | 0.47% | 0.46% | - |
| HSV(B) | 185.45º | 0.64% | 0.68% | - |
| XYZ | 22.69 | 30.27 | 44.18 | - |
| YUV | 134.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 173 | 0.64 | 0.06 | 0 | 0.32 | 185.45 | 0.47 | 0.46 |
| Hex | 3F | A3 | AD | 40 | 6 | 0 | 20 | B9 | 2F | 2E |
| Octal | 77 | 243 | 255 | 100 | 6 | 0 | 40 | 271 | 57 | 56 |
| Binary | 111111 | 10100011 | 10101101 | 1000000 | 110 | 0 | 100000 | 10111001 | 101111 | 101110 |
Color Harmonies of #3FA3AD
Complementary color
Monochromatic Colors of #3FA3AD
Black with #3FA3AD
Text Example
Text Example
White with #3FA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA3AD; }
p { color: rgb(63,163,173); }
H1.HeaderClassName
{
color: #3FA3AD;
}
.AnyTagClassName
{
color: #3FA3AD;
}
</style>
background-color css
<style>
a { background-color: #3FA3AD; }
a { background-color: rgb(63,163,173); }
div.DivClassName
{
background-color: #3FA3AD;
}
.BgClassName
{
background-color: #3FA3AD;
}
</style>
border-color css
<style>
span { border-color: #3FA3AD; }
span { border-color: rgb(63,163,173); }
td.TdClassName
{
border-color: #3FA3AD;
}
.TagClassName
{
border-color: #3FA3AD;
}
</style>