Shades of Boston Blue #3FA2AC
Tints of Boston Blue #3FA2AC
RGB
CMYK
RGB Variations
Color information
#3FA2AC (or 0x3FA2AC) is known color: Boston Blue. HEX triplet: 3F, A2 and AC. RGB value is (63,162,172). Sum of RGB (Red+Green+Blue) = 63+162+172=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #3FA2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA2AC is #C05D53. Grayscale: #858585. Windows color (decimal): -12606804 or 11313727. OLE color: 11313727.
HSL color Cylindrical-coordinate representation of color #3FA2AC: hue angle of 185.5º 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 #3FA2AC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 162 | 172 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.33 |
| HSL | 185.5º | 0.46% | 0.46% | - |
| HSV(B) | 185.5º | 0.63% | 0.67% | - |
| XYZ | 22.42 | 29.88 | 43.61 | - |
| YUV | 133.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 172 | 0.63 | 0.06 | 0 | 0.33 | 185.5 | 0.46 | 0.46 |
| Hex | 3F | A2 | AC | 3F | 6 | 0 | 21 | BA | 2E | 2E |
| Octal | 77 | 242 | 254 | 77 | 6 | 0 | 41 | 272 | 56 | 56 |
| Binary | 111111 | 10100010 | 10101100 | 111111 | 110 | 0 | 100001 | 10111010 | 101110 | 101110 |
Color Harmonies of #3FA2AC
Complementary color
Monochromatic Colors of #3FA2AC
Black with #3FA2AC
Text Example
Text Example
White with #3FA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA2AC; }
p { color: rgb(63,162,172); }
H1.HeaderClassName
{
color: #3FA2AC;
}
.AnyTagClassName
{
color: #3FA2AC;
}
</style>
background-color css
<style>
a { background-color: #3FA2AC; }
a { background-color: rgb(63,162,172); }
div.DivClassName
{
background-color: #3FA2AC;
}
.BgClassName
{
background-color: #3FA2AC;
}
</style>
border-color css
<style>
span { border-color: #3FA2AC; }
span { border-color: rgb(63,162,172); }
td.TdClassName
{
border-color: #3FA2AC;
}
.TagClassName
{
border-color: #3FA2AC;
}
</style>