Shades of Boston Blue #3B8DAB
Tints of Boston Blue #3B8DAB
RGB
CMYK
RGB Variations
Color information
#3B8DAB (or 0x3B8DAB) is known color: Boston Blue. HEX triplet: 3B, 8D and AB. RGB value is (59,141,171). Sum of RGB (Red+Green+Blue) = 59+141+171=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B8DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8DAB is #C47254. Grayscale: #777777. Windows color (decimal): -12874325 or 11242811. OLE color: 11242811.
HSL color Cylindrical-coordinate representation of color #3B8DAB: hue angle of 196.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B8DAB is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 141 | 171 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.33 |
| HSL | 196.07º | 0.49% | 0.45% | - |
| HSV(B) | 196.07º | 0.65% | 0.67% | - |
| XYZ | 18.68 | 22.92 | 41.97 | - |
| YUV | 119.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 141 | 171 | 0.65 | 0.18 | 0 | 0.33 | 196.07 | 0.49 | 0.45 |
| Hex | 3B | 8D | AB | 41 | 12 | 0 | 21 | C4 | 31 | 2D |
| Octal | 73 | 215 | 253 | 101 | 22 | 0 | 41 | 304 | 61 | 55 |
| Binary | 111011 | 10001101 | 10101011 | 1000001 | 10010 | 0 | 100001 | 11000100 | 110001 | 101101 |
Color Harmonies of #3B8DAB
Complementary color
Monochromatic Colors of #3B8DAB
Black with #3B8DAB
Text Example
Text Example
White with #3B8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8DAB; }
p { color: rgb(59,141,171); }
H1.HeaderClassName
{
color: #3B8DAB;
}
.AnyTagClassName
{
color: #3B8DAB;
}
</style>
background-color css
<style>
a { background-color: #3B8DAB; }
a { background-color: rgb(59,141,171); }
div.DivClassName
{
background-color: #3B8DAB;
}
.BgClassName
{
background-color: #3B8DAB;
}
</style>
border-color css
<style>
span { border-color: #3B8DAB; }
span { border-color: rgb(59,141,171); }
td.TdClassName
{
border-color: #3B8DAB;
}
.TagClassName
{
border-color: #3B8DAB;
}
</style>