Shades of Boston Blue #3D89AB
Tints of Boston Blue #3D89AB
RGB
CMYK
RGB Variations
Color information
#3D89AB (or 0x3D89AB) is known color: Boston Blue. HEX triplet: 3D, 89 and AB. RGB value is (61,137,171). Sum of RGB (Red+Green+Blue) = 61+137+171=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D89AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D89AB is #C27654. Grayscale: #757575. Windows color (decimal): -12744277 or 11241789. OLE color: 11241789.
HSL color Cylindrical-coordinate representation of color #3D89AB: hue angle of 198.55º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D89AB is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 137 | 171 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.33 |
| HSL | 198.55º | 0.47% | 0.45% | - |
| HSV(B) | 198.55º | 0.64% | 0.67% | - |
| XYZ | 18.22 | 21.82 | 41.78 | - |
| YUV | 118.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 171 | 0.64 | 0.20 | 0 | 0.33 | 198.55 | 0.47 | 0.45 |
| Hex | 3D | 89 | AB | 40 | 14 | 0 | 21 | C7 | 2F | 2D |
| Octal | 75 | 211 | 253 | 100 | 24 | 0 | 41 | 307 | 57 | 55 |
| Binary | 111101 | 10001001 | 10101011 | 1000000 | 10100 | 0 | 100001 | 11000111 | 101111 | 101101 |
Color Harmonies of #3D89AB
Complementary color
Monochromatic Colors of #3D89AB
Black with #3D89AB
Text Example
Text Example
White with #3D89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D89AB; }
p { color: rgb(61,137,171); }
H1.HeaderClassName
{
color: #3D89AB;
}
.AnyTagClassName
{
color: #3D89AB;
}
</style>
background-color css
<style>
a { background-color: #3D89AB; }
a { background-color: rgb(61,137,171); }
div.DivClassName
{
background-color: #3D89AB;
}
.BgClassName
{
background-color: #3D89AB;
}
</style>
border-color css
<style>
span { border-color: #3D89AB; }
span { border-color: rgb(61,137,171); }
td.TdClassName
{
border-color: #3D89AB;
}
.TagClassName
{
border-color: #3D89AB;
}
</style>