Shades of Boston Blue #3987AB
Tints of Boston Blue #3987AB
RGB
CMYK
RGB Variations
Color information
#3987AB (or 0x3987AB) is known color: Boston Blue. HEX triplet: 39, 87 and AB. RGB value is (57,135,171). Sum of RGB (Red+Green+Blue) = 57+135+171=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #3987AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3987AB is #C67854. Grayscale: #737373. Windows color (decimal): -13006933 or 11241273. OLE color: 11241273.
HSL color Cylindrical-coordinate representation of color #3987AB: hue angle of 198.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3987AB is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 135 | 171 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.33 |
| HSL | 198.95º | 0.5% | 0.45% | - |
| HSV(B) | 198.95º | 0.67% | 0.67% | - |
| XYZ | 17.7 | 21.14 | 41.68 | - |
| YUV | 115.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 171 | 0.67 | 0.21 | 0 | 0.33 | 198.95 | 0.5 | 0.45 |
| Hex | 39 | 87 | AB | 43 | 15 | 0 | 21 | C7 | 32 | 2D |
| Octal | 71 | 207 | 253 | 103 | 25 | 0 | 41 | 307 | 62 | 55 |
| Binary | 111001 | 10000111 | 10101011 | 1000011 | 10101 | 0 | 100001 | 11000111 | 110010 | 101101 |
Color Harmonies of #3987AB
Complementary color
Monochromatic Colors of #3987AB
Black with #3987AB
Text Example
Text Example
White with #3987AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3987AB; }
p { color: rgb(57,135,171); }
H1.HeaderClassName
{
color: #3987AB;
}
.AnyTagClassName
{
color: #3987AB;
}
</style>
background-color css
<style>
a { background-color: #3987AB; }
a { background-color: rgb(57,135,171); }
div.DivClassName
{
background-color: #3987AB;
}
.BgClassName
{
background-color: #3987AB;
}
</style>
border-color css
<style>
span { border-color: #3987AB; }
span { border-color: rgb(57,135,171); }
td.TdClassName
{
border-color: #3987AB;
}
.TagClassName
{
border-color: #3987AB;
}
</style>