Shades of Boston Blue #3988AB
Tints of Boston Blue #3988AB
RGB
CMYK
RGB Variations
Color information
#3988AB (or 0x3988AB) is known color: Boston Blue. HEX triplet: 39, 88 and AB. RGB value is (57,136,171). Sum of RGB (Red+Green+Blue) = 57+136+171=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #3988AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3988AB is #C67754. Grayscale: #747474. Windows color (decimal): -13006677 or 11241529. OLE color: 11241529.
HSL color Cylindrical-coordinate representation of color #3988AB: hue angle of 198.42º 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 #3988AB is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 136 | 171 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.33 |
| HSL | 198.42º | 0.5% | 0.45% | - |
| HSV(B) | 198.42º | 0.67% | 0.67% | - |
| XYZ | 17.84 | 21.42 | 41.72 | - |
| YUV | 116.37 | 158.83 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 171 | 0.67 | 0.20 | 0 | 0.33 | 198.42 | 0.5 | 0.45 |
| Hex | 39 | 88 | AB | 43 | 14 | 0 | 21 | C6 | 32 | 2D |
| Octal | 71 | 210 | 253 | 103 | 24 | 0 | 41 | 306 | 62 | 55 |
| Binary | 111001 | 10001000 | 10101011 | 1000011 | 10100 | 0 | 100001 | 11000110 | 110010 | 101101 |
Color Harmonies of #3988AB
Complementary color
Monochromatic Colors of #3988AB
Black with #3988AB
Text Example
Text Example
White with #3988AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3988AB; }
p { color: rgb(57,136,171); }
H1.HeaderClassName
{
color: #3988AB;
}
.AnyTagClassName
{
color: #3988AB;
}
</style>
background-color css
<style>
a { background-color: #3988AB; }
a { background-color: rgb(57,136,171); }
div.DivClassName
{
background-color: #3988AB;
}
.BgClassName
{
background-color: #3988AB;
}
</style>
border-color css
<style>
span { border-color: #3988AB; }
span { border-color: rgb(57,136,171); }
td.TdClassName
{
border-color: #3988AB;
}
.TagClassName
{
border-color: #3988AB;
}
</style>