Shades of Boston Blue #3FA4AC
Tints of Boston Blue #3FA4AC
RGB
CMYK
RGB Variations
Color information
#3FA4AC (or 0x3FA4AC) is known color: Boston Blue. HEX triplet: 3F, A4 and AC. RGB value is (63,164,172). Sum of RGB (Red+Green+Blue) = 63+164+172=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #3FA4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA4AC is #C05B53. Grayscale: #868686. Windows color (decimal): -12606292 or 11314239. OLE color: 11314239.
HSL color Cylindrical-coordinate representation of color #3FA4AC: hue angle of 184.4º 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 #3FA4AC is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 164 | 172 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.33 |
| HSL | 184.4º | 0.46% | 0.46% | - |
| HSV(B) | 184.4º | 0.63% | 0.67% | - |
| XYZ | 22.77 | 30.59 | 43.73 | - |
| YUV | 134.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 172 | 0.63 | 0.05 | 0 | 0.33 | 184.4 | 0.46 | 0.46 |
| Hex | 3F | A4 | AC | 3F | 5 | 0 | 21 | B8 | 2E | 2E |
| Octal | 77 | 244 | 254 | 77 | 5 | 0 | 41 | 270 | 56 | 56 |
| Binary | 111111 | 10100100 | 10101100 | 111111 | 101 | 0 | 100001 | 10111000 | 101110 | 101110 |
Color Harmonies of #3FA4AC
Complementary color
Monochromatic Colors of #3FA4AC
Black with #3FA4AC
Text Example
Text Example
White with #3FA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA4AC; }
p { color: rgb(63,164,172); }
H1.HeaderClassName
{
color: #3FA4AC;
}
.AnyTagClassName
{
color: #3FA4AC;
}
</style>
background-color css
<style>
a { background-color: #3FA4AC; }
a { background-color: rgb(63,164,172); }
div.DivClassName
{
background-color: #3FA4AC;
}
.BgClassName
{
background-color: #3FA4AC;
}
</style>
border-color css
<style>
span { border-color: #3FA4AC; }
span { border-color: rgb(63,164,172); }
td.TdClassName
{
border-color: #3FA4AC;
}
.TagClassName
{
border-color: #3FA4AC;
}
</style>