Shades of Boston Blue #3987A7
Tints of Boston Blue #3987A7
RGB
CMYK
RGB Variations
Color information
#3987A7 (or 0x3987A7) is known color: Boston Blue. HEX triplet: 39, 87 and A7. RGB value is (57,135,167). Sum of RGB (Red+Green+Blue) = 57+135+167=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #3987A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3987A7 is #C67858. Grayscale: #737373. Windows color (decimal): -13006937 or 10979129. OLE color: 10979129.
HSL color Cylindrical-coordinate representation of color #3987A7: hue angle of 197.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3987A7 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 135 | 167 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.35 |
| HSL | 197.45º | 0.49% | 0.44% | - |
| HSV(B) | 197.45º | 0.66% | 0.65% | - |
| XYZ | 17.33 | 20.99 | 39.7 | - |
| YUV | 115.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 167 | 0.66 | 0.19 | 0 | 0.35 | 197.45 | 0.49 | 0.44 |
| Hex | 39 | 87 | A7 | 42 | 13 | 0 | 23 | C5 | 31 | 2C |
| Octal | 71 | 207 | 247 | 102 | 23 | 0 | 43 | 305 | 61 | 54 |
| Binary | 111001 | 10000111 | 10100111 | 1000010 | 10011 | 0 | 100011 | 11000101 | 110001 | 101100 |
Color Harmonies of #3987A7
Complementary color
Monochromatic Colors of #3987A7
Black with #3987A7
Text Example
Text Example
White with #3987A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3987A7; }
p { color: rgb(57,135,167); }
H1.HeaderClassName
{
color: #3987A7;
}
.AnyTagClassName
{
color: #3987A7;
}
</style>
background-color css
<style>
a { background-color: #3987A7; }
a { background-color: rgb(57,135,167); }
div.DivClassName
{
background-color: #3987A7;
}
.BgClassName
{
background-color: #3987A7;
}
</style>
border-color css
<style>
span { border-color: #3987A7; }
span { border-color: rgb(57,135,167); }
td.TdClassName
{
border-color: #3987A7;
}
.TagClassName
{
border-color: #3987A7;
}
</style>