Shades of Boston Blue #3C89AE
Tints of Boston Blue #3C89AE
RGB
CMYK
RGB Variations
Color information
#3C89AE (or 0x3C89AE) is known color: Boston Blue. HEX triplet: 3C, 89 and AE. RGB value is (60,137,174). Sum of RGB (Red+Green+Blue) = 60+137+174=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 137 (53.91% from 255 or 36.93% 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 #3C89AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C89AE is #C37651. Grayscale: #757575. Windows color (decimal): -12809810 or 11438396. OLE color: 11438396.
HSL color Cylindrical-coordinate representation of color #3C89AE: hue angle of 199.47º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C89AE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 137 | 174 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.32 |
| HSL | 199.47º | 0.49% | 0.46% | - |
| HSV(B) | 199.47º | 0.66% | 0.68% | - |
| XYZ | 18.45 | 21.91 | 43.3 | - |
| YUV | 118.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 174 | 0.66 | 0.21 | 0 | 0.32 | 199.47 | 0.49 | 0.46 |
| Hex | 3C | 89 | AE | 42 | 15 | 0 | 20 | C7 | 31 | 2E |
| Octal | 74 | 211 | 256 | 102 | 25 | 0 | 40 | 307 | 61 | 56 |
| Binary | 111100 | 10001001 | 10101110 | 1000010 | 10101 | 0 | 100000 | 11000111 | 110001 | 101110 |
Color Harmonies of #3C89AE
Complementary color
Monochromatic Colors of #3C89AE
Black with #3C89AE
Text Example
Text Example
White with #3C89AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C89AE; }
p { color: rgb(60,137,174); }
H1.HeaderClassName
{
color: #3C89AE;
}
.AnyTagClassName
{
color: #3C89AE;
}
</style>
background-color css
<style>
a { background-color: #3C89AE; }
a { background-color: rgb(60,137,174); }
div.DivClassName
{
background-color: #3C89AE;
}
.BgClassName
{
background-color: #3C89AE;
}
</style>
border-color css
<style>
span { border-color: #3C89AE; }
span { border-color: rgb(60,137,174); }
td.TdClassName
{
border-color: #3C89AE;
}
.TagClassName
{
border-color: #3C89AE;
}
</style>