Shades of Boston Blue #3FA1AD
Tints of Boston Blue #3FA1AD
RGB
CMYK
RGB Variations
Color information
#3FA1AD (or 0x3FA1AD) is known color: Boston Blue. HEX triplet: 3F, A1 and AD. RGB value is (63,161,173). Sum of RGB (Red+Green+Blue) = 63+161+173=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #3FA1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA1AD is #C05E52. Grayscale: #848484. Windows color (decimal): -12607059 or 11379007. OLE color: 11379007.
HSL color Cylindrical-coordinate representation of color #3FA1AD: hue angle of 186.55º 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 #3FA1AD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 161 | 173 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.32 |
| HSL | 186.55º | 0.47% | 0.46% | - |
| HSV(B) | 186.55º | 0.64% | 0.68% | - |
| XYZ | 22.34 | 29.56 | 44.06 | - |
| YUV | 133.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 173 | 0.64 | 0.07 | 0 | 0.32 | 186.55 | 0.47 | 0.46 |
| Hex | 3F | A1 | AD | 40 | 7 | 0 | 20 | BB | 2F | 2E |
| Octal | 77 | 241 | 255 | 100 | 7 | 0 | 40 | 273 | 57 | 56 |
| Binary | 111111 | 10100001 | 10101101 | 1000000 | 111 | 0 | 100000 | 10111011 | 101111 | 101110 |
Color Harmonies of #3FA1AD
Complementary color
Monochromatic Colors of #3FA1AD
Black with #3FA1AD
Text Example
Text Example
White with #3FA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA1AD; }
p { color: rgb(63,161,173); }
H1.HeaderClassName
{
color: #3FA1AD;
}
.AnyTagClassName
{
color: #3FA1AD;
}
</style>
background-color css
<style>
a { background-color: #3FA1AD; }
a { background-color: rgb(63,161,173); }
div.DivClassName
{
background-color: #3FA1AD;
}
.BgClassName
{
background-color: #3FA1AD;
}
</style>
border-color css
<style>
span { border-color: #3FA1AD; }
span { border-color: rgb(63,161,173); }
td.TdClassName
{
border-color: #3FA1AD;
}
.TagClassName
{
border-color: #3FA1AD;
}
</style>