Shades of Boston Blue #3B8EB1
Tints of Boston Blue #3B8EB1
RGB
CMYK
RGB Variations
Color information
#3B8EB1 (or 0x3B8EB1) is known color: Boston Blue. HEX triplet: 3B, 8E and B1. RGB value is (59,142,177). Sum of RGB (Red+Green+Blue) = 59+142+177=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B8EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8EB1 is #C4714E. Grayscale: #787878. Windows color (decimal): -12874063 or 11636283. OLE color: 11636283.
HSL color Cylindrical-coordinate representation of color #3B8EB1: hue angle of 197.8º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B8EB1 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 142 | 177 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.31 |
| HSL | 197.8º | 0.5% | 0.46% | - |
| HSV(B) | 197.8º | 0.67% | 0.69% | - |
| XYZ | 19.41 | 23.45 | 45.1 | - |
| YUV | 121.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 142 | 177 | 0.67 | 0.20 | 0 | 0.31 | 197.8 | 0.5 | 0.46 |
| Hex | 3B | 8E | B1 | 43 | 14 | 0 | 1F | C6 | 32 | 2E |
| Octal | 73 | 216 | 261 | 103 | 24 | 0 | 37 | 306 | 62 | 56 |
| Binary | 111011 | 10001110 | 10110001 | 1000011 | 10100 | 0 | 11111 | 11000110 | 110010 | 101110 |
Color Harmonies of #3B8EB1
Complementary color
Monochromatic Colors of #3B8EB1
Black with #3B8EB1
Text Example
Text Example
White with #3B8EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8EB1; }
p { color: rgb(59,142,177); }
H1.HeaderClassName
{
color: #3B8EB1;
}
.AnyTagClassName
{
color: #3B8EB1;
}
</style>
background-color css
<style>
a { background-color: #3B8EB1; }
a { background-color: rgb(59,142,177); }
div.DivClassName
{
background-color: #3B8EB1;
}
.BgClassName
{
background-color: #3B8EB1;
}
</style>
border-color css
<style>
span { border-color: #3B8EB1; }
span { border-color: rgb(59,142,177); }
td.TdClassName
{
border-color: #3B8EB1;
}
.TagClassName
{
border-color: #3B8EB1;
}
</style>