Shades of Boston Blue #3A87AA
Tints of Boston Blue #3A87AA
RGB
CMYK
RGB Variations
Color information
#3A87AA (or 0x3A87AA) is known color: Boston Blue. HEX triplet: 3A, 87 and AA. RGB value is (58,135,170). Sum of RGB (Red+Green+Blue) = 58+135+170=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A87AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A87AA is #C57855. Grayscale: #737373. Windows color (decimal): -12941398 or 11175738. OLE color: 11175738.
HSL color Cylindrical-coordinate representation of color #3A87AA: hue angle of 198.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A87AA is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 135 | 170 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.33 |
| HSL | 198.75º | 0.49% | 0.45% | - |
| HSV(B) | 198.75º | 0.66% | 0.67% | - |
| XYZ | 17.66 | 21.13 | 41.18 | - |
| YUV | 115.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 170 | 0.66 | 0.21 | 0 | 0.33 | 198.75 | 0.49 | 0.45 |
| Hex | 3A | 87 | AA | 42 | 15 | 0 | 21 | C7 | 31 | 2D |
| Octal | 72 | 207 | 252 | 102 | 25 | 0 | 41 | 307 | 61 | 55 |
| Binary | 111010 | 10000111 | 10101010 | 1000010 | 10101 | 0 | 100001 | 11000111 | 110001 | 101101 |
Color Harmonies of #3A87AA
Complementary color
Monochromatic Colors of #3A87AA
Black with #3A87AA
Text Example
Text Example
White with #3A87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A87AA; }
p { color: rgb(58,135,170); }
H1.HeaderClassName
{
color: #3A87AA;
}
.AnyTagClassName
{
color: #3A87AA;
}
</style>
background-color css
<style>
a { background-color: #3A87AA; }
a { background-color: rgb(58,135,170); }
div.DivClassName
{
background-color: #3A87AA;
}
.BgClassName
{
background-color: #3A87AA;
}
</style>
border-color css
<style>
span { border-color: #3A87AA; }
span { border-color: rgb(58,135,170); }
td.TdClassName
{
border-color: #3A87AA;
}
.TagClassName
{
border-color: #3A87AA;
}
</style>