Shades of Boston Blue #3B90AD
Tints of Boston Blue #3B90AD
RGB
CMYK
RGB Variations
Color information
#3B90AD (or 0x3B90AD) is known color: Boston Blue. HEX triplet: 3B, 90 and AD. RGB value is (59,144,173). Sum of RGB (Red+Green+Blue) = 59+144+173=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B90AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B90AD is #C46F52. Grayscale: #797979. Windows color (decimal): -12873555 or 11374651. OLE color: 11374651.
HSL color Cylindrical-coordinate representation of color #3B90AD: hue angle of 195.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B90AD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 144 | 173 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.32 |
| HSL | 195.26º | 0.49% | 0.45% | - |
| HSV(B) | 195.26º | 0.66% | 0.68% | - |
| XYZ | 19.32 | 23.89 | 43.13 | - |
| YUV | 121.89 | 156.84 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 173 | 0.66 | 0.17 | 0 | 0.32 | 195.26 | 0.49 | 0.45 |
| Hex | 3B | 90 | AD | 42 | 11 | 0 | 20 | C3 | 31 | 2D |
| Octal | 73 | 220 | 255 | 102 | 21 | 0 | 40 | 303 | 61 | 55 |
| Binary | 111011 | 10010000 | 10101101 | 1000010 | 10001 | 0 | 100000 | 11000011 | 110001 | 101101 |
Color Harmonies of #3B90AD
Complementary color
Monochromatic Colors of #3B90AD
Black with #3B90AD
Text Example
Text Example
White with #3B90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B90AD; }
p { color: rgb(59,144,173); }
H1.HeaderClassName
{
color: #3B90AD;
}
.AnyTagClassName
{
color: #3B90AD;
}
</style>
background-color css
<style>
a { background-color: #3B90AD; }
a { background-color: rgb(59,144,173); }
div.DivClassName
{
background-color: #3B90AD;
}
.BgClassName
{
background-color: #3B90AD;
}
</style>
border-color css
<style>
span { border-color: #3B90AD; }
span { border-color: rgb(59,144,173); }
td.TdClassName
{
border-color: #3B90AD;
}
.TagClassName
{
border-color: #3B90AD;
}
</style>