Shades of Boston Blue #3988AA
Tints of Boston Blue #3988AA
RGB
CMYK
RGB Variations
Color information
#3988AA (or 0x3988AA) is known color: Boston Blue. HEX triplet: 39, 88 and AA. RGB value is (57,136,170). Sum of RGB (Red+Green+Blue) = 57+136+170=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 136 (53.52% from 255 or 37.47% 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 #3988AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3988AA is #C67755. Grayscale: #747474. Windows color (decimal): -13006678 or 11175993. OLE color: 11175993.
HSL color Cylindrical-coordinate representation of color #3988AA: hue angle of 198.05º degrees, saturation: 0.5, 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 #3988AA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 136 | 170 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.33 |
| HSL | 198.05º | 0.5% | 0.45% | - |
| HSV(B) | 198.05º | 0.66% | 0.67% | - |
| XYZ | 17.75 | 21.38 | 41.22 | - |
| YUV | 116.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 170 | 0.66 | 0.20 | 0 | 0.33 | 198.05 | 0.5 | 0.45 |
| Hex | 39 | 88 | AA | 42 | 14 | 0 | 21 | C6 | 32 | 2D |
| Octal | 71 | 210 | 252 | 102 | 24 | 0 | 41 | 306 | 62 | 55 |
| Binary | 111001 | 10001000 | 10101010 | 1000010 | 10100 | 0 | 100001 | 11000110 | 110010 | 101101 |
Color Harmonies of #3988AA
Complementary color
Monochromatic Colors of #3988AA
Black with #3988AA
Text Example
Text Example
White with #3988AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3988AA; }
p { color: rgb(57,136,170); }
H1.HeaderClassName
{
color: #3988AA;
}
.AnyTagClassName
{
color: #3988AA;
}
</style>
background-color css
<style>
a { background-color: #3988AA; }
a { background-color: rgb(57,136,170); }
div.DivClassName
{
background-color: #3988AA;
}
.BgClassName
{
background-color: #3988AA;
}
</style>
border-color css
<style>
span { border-color: #3988AA; }
span { border-color: rgb(57,136,170); }
td.TdClassName
{
border-color: #3988AA;
}
.TagClassName
{
border-color: #3988AA;
}
</style>