Shades of Boston Blue #3991AB
Tints of Boston Blue #3991AB
RGB
CMYK
RGB Variations
Color information
#3991AB (or 0x3991AB) is known color: Boston Blue. HEX triplet: 39, 91 and AB. RGB value is (57,145,171). Sum of RGB (Red+Green+Blue) = 57+145+171=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #3991AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3991AB is #C66E54. Grayscale: #797979. Windows color (decimal): -13004373 or 11243833. OLE color: 11243833.
HSL color Cylindrical-coordinate representation of color #3991AB: hue angle of 193.68º 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 #3991AB is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 145 | 171 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.33 |
| HSL | 193.68º | 0.5% | 0.45% | - |
| HSV(B) | 193.68º | 0.67% | 0.67% | - |
| XYZ | 19.16 | 24.06 | 42.16 | - |
| YUV | 121.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 171 | 0.67 | 0.15 | 0 | 0.33 | 193.68 | 0.5 | 0.45 |
| Hex | 39 | 91 | AB | 43 | F | 0 | 21 | C2 | 32 | 2D |
| Octal | 71 | 221 | 253 | 103 | 17 | 0 | 41 | 302 | 62 | 55 |
| Binary | 111001 | 10010001 | 10101011 | 1000011 | 1111 | 0 | 100001 | 11000010 | 110010 | 101101 |
Color Harmonies of #3991AB
Complementary color
Monochromatic Colors of #3991AB
Black with #3991AB
Text Example
Text Example
White with #3991AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3991AB; }
p { color: rgb(57,145,171); }
H1.HeaderClassName
{
color: #3991AB;
}
.AnyTagClassName
{
color: #3991AB;
}
</style>
background-color css
<style>
a { background-color: #3991AB; }
a { background-color: rgb(57,145,171); }
div.DivClassName
{
background-color: #3991AB;
}
.BgClassName
{
background-color: #3991AB;
}
</style>
border-color css
<style>
span { border-color: #3991AB; }
span { border-color: rgb(57,145,171); }
td.TdClassName
{
border-color: #3991AB;
}
.TagClassName
{
border-color: #3991AB;
}
</style>