Shades of Boston Blue #3FA2AE
Tints of Boston Blue #3FA2AE
RGB
CMYK
RGB Variations
Color information
#3FA2AE (or 0x3FA2AE) is known color: Boston Blue. HEX triplet: 3F, A2 and AE. RGB value is (63,162,174). Sum of RGB (Red+Green+Blue) = 63+162+174=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #3FA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA2AE is #C05D51. Grayscale: #858585. Windows color (decimal): -12606802 or 11444799. OLE color: 11444799.
HSL color Cylindrical-coordinate representation of color #3FA2AE: hue angle of 186.49º 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 #3FA2AE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 162 | 174 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.32 |
| HSL | 186.49º | 0.47% | 0.46% | - |
| HSV(B) | 186.49º | 0.64% | 0.68% | - |
| XYZ | 22.61 | 29.95 | 44.63 | - |
| YUV | 133.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 174 | 0.64 | 0.07 | 0 | 0.32 | 186.49 | 0.47 | 0.46 |
| Hex | 3F | A2 | AE | 40 | 7 | 0 | 20 | BA | 2F | 2E |
| Octal | 77 | 242 | 256 | 100 | 7 | 0 | 40 | 272 | 57 | 56 |
| Binary | 111111 | 10100010 | 10101110 | 1000000 | 111 | 0 | 100000 | 10111010 | 101111 | 101110 |
Color Harmonies of #3FA2AE
Complementary color
Monochromatic Colors of #3FA2AE
Black with #3FA2AE
Text Example
Text Example
White with #3FA2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA2AE; }
p { color: rgb(63,162,174); }
H1.HeaderClassName
{
color: #3FA2AE;
}
.AnyTagClassName
{
color: #3FA2AE;
}
</style>
background-color css
<style>
a { background-color: #3FA2AE; }
a { background-color: rgb(63,162,174); }
div.DivClassName
{
background-color: #3FA2AE;
}
.BgClassName
{
background-color: #3FA2AE;
}
</style>
border-color css
<style>
span { border-color: #3FA2AE; }
span { border-color: rgb(63,162,174); }
td.TdClassName
{
border-color: #3FA2AE;
}
.TagClassName
{
border-color: #3FA2AE;
}
</style>