Shades of Boston Blue #3EA2AC
Tints of Boston Blue #3EA2AC
RGB
CMYK
RGB Variations
Color information
#3EA2AC (or 0x3EA2AC) is known color: Boston Blue. HEX triplet: 3E, A2 and AC. RGB value is (62,162,172). Sum of RGB (Red+Green+Blue) = 62+162+172=396 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.66% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #3EA2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA2AC is #C15D53. Grayscale: #858585. Windows color (decimal): -12672340 or 11313726. OLE color: 11313726.
HSL color Cylindrical-coordinate representation of color #3EA2AC: hue angle of 185.45º 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 #3EA2AC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 162 | 172 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.33 |
| HSL | 185.45º | 0.47% | 0.46% | - |
| HSV(B) | 185.45º | 0.64% | 0.67% | - |
| XYZ | 22.35 | 29.84 | 43.61 | - |
| YUV | 133.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 162 | 172 | 0.64 | 0.06 | 0 | 0.33 | 185.45 | 0.47 | 0.46 |
| Hex | 3E | A2 | AC | 40 | 6 | 0 | 21 | B9 | 2F | 2E |
| Octal | 76 | 242 | 254 | 100 | 6 | 0 | 41 | 271 | 57 | 56 |
| Binary | 111110 | 10100010 | 10101100 | 1000000 | 110 | 0 | 100001 | 10111001 | 101111 | 101110 |
Color Harmonies of #3EA2AC
Complementary color
Monochromatic Colors of #3EA2AC
Black with #3EA2AC
Text Example
Text Example
White with #3EA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA2AC; }
p { color: rgb(62,162,172); }
H1.HeaderClassName
{
color: #3EA2AC;
}
.AnyTagClassName
{
color: #3EA2AC;
}
</style>
background-color css
<style>
a { background-color: #3EA2AC; }
a { background-color: rgb(62,162,172); }
div.DivClassName
{
background-color: #3EA2AC;
}
.BgClassName
{
background-color: #3EA2AC;
}
</style>
border-color css
<style>
span { border-color: #3EA2AC; }
span { border-color: rgb(62,162,172); }
td.TdClassName
{
border-color: #3EA2AC;
}
.TagClassName
{
border-color: #3EA2AC;
}
</style>