Shades of Boston Blue #3E87AE
Tints of Boston Blue #3E87AE
RGB
CMYK
RGB Variations
Color information
#3E87AE (or 0x3E87AE) is known color: Boston Blue. HEX triplet: 3E, 87 and AE. RGB value is (62,135,174). Sum of RGB (Red+Green+Blue) = 62+135+174=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E87AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E87AE is #C17851. Grayscale: #757575. Windows color (decimal): -12679250 or 11437886. OLE color: 11437886.
HSL color Cylindrical-coordinate representation of color #3E87AE: hue angle of 200.89º 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 #3E87AE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 135 | 174 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.32 |
| HSL | 200.89º | 0.47% | 0.46% | - |
| HSV(B) | 200.89º | 0.64% | 0.68% | - |
| XYZ | 18.29 | 21.41 | 43.21 | - |
| YUV | 117.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 174 | 0.64 | 0.22 | 0 | 0.32 | 200.89 | 0.47 | 0.46 |
| Hex | 3E | 87 | AE | 40 | 16 | 0 | 20 | C9 | 2F | 2E |
| Octal | 76 | 207 | 256 | 100 | 26 | 0 | 40 | 311 | 57 | 56 |
| Binary | 111110 | 10000111 | 10101110 | 1000000 | 10110 | 0 | 100000 | 11001001 | 101111 | 101110 |
Color Harmonies of #3E87AE
Complementary color
Monochromatic Colors of #3E87AE
Black with #3E87AE
Text Example
Text Example
White with #3E87AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E87AE; }
p { color: rgb(62,135,174); }
H1.HeaderClassName
{
color: #3E87AE;
}
.AnyTagClassName
{
color: #3E87AE;
}
</style>
background-color css
<style>
a { background-color: #3E87AE; }
a { background-color: rgb(62,135,174); }
div.DivClassName
{
background-color: #3E87AE;
}
.BgClassName
{
background-color: #3E87AE;
}
</style>
border-color css
<style>
span { border-color: #3E87AE; }
span { border-color: rgb(62,135,174); }
td.TdClassName
{
border-color: #3E87AE;
}
.TagClassName
{
border-color: #3E87AE;
}
</style>