Shades of Boston Blue #3EA0AC
Tints of Boston Blue #3EA0AC
RGB
CMYK
RGB Variations
Color information
#3EA0AC (or 0x3EA0AC) is known color: Boston Blue. HEX triplet: 3E, A0 and AC. RGB value is (62,160,172). Sum of RGB (Red+Green+Blue) = 62+160+172=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #3EA0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA0AC is #C15F53. Grayscale: #838383. Windows color (decimal): -12672852 or 11313214. OLE color: 11313214.
HSL color Cylindrical-coordinate representation of color #3EA0AC: hue angle of 186.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EA0AC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 160 | 172 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.33 |
| HSL | 186.55º | 0.47% | 0.46% | - |
| HSV(B) | 186.55º | 0.64% | 0.67% | - |
| XYZ | 22 | 29.14 | 43.5 | - |
| YUV | 132.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 172 | 0.64 | 0.07 | 0 | 0.33 | 186.55 | 0.47 | 0.46 |
| Hex | 3E | A0 | AC | 40 | 7 | 0 | 21 | BB | 2F | 2E |
| Octal | 76 | 240 | 254 | 100 | 7 | 0 | 41 | 273 | 57 | 56 |
| Binary | 111110 | 10100000 | 10101100 | 1000000 | 111 | 0 | 100001 | 10111011 | 101111 | 101110 |
Color Harmonies of #3EA0AC
Complementary color
Monochromatic Colors of #3EA0AC
Black with #3EA0AC
Text Example
Text Example
White with #3EA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA0AC; }
p { color: rgb(62,160,172); }
H1.HeaderClassName
{
color: #3EA0AC;
}
.AnyTagClassName
{
color: #3EA0AC;
}
</style>
background-color css
<style>
a { background-color: #3EA0AC; }
a { background-color: rgb(62,160,172); }
div.DivClassName
{
background-color: #3EA0AC;
}
.BgClassName
{
background-color: #3EA0AC;
}
</style>
border-color css
<style>
span { border-color: #3EA0AC; }
span { border-color: rgb(62,160,172); }
td.TdClassName
{
border-color: #3EA0AC;
}
.TagClassName
{
border-color: #3EA0AC;
}
</style>