Shades of Boston Blue #3B9BB1
Tints of Boston Blue #3B9BB1
RGB
CMYK
RGB Variations
Color information
#3B9BB1 (or 0x3B9BB1) is known color: Boston Blue. HEX triplet: 3B, 9B and B1. RGB value is (59,155,177). Sum of RGB (Red+Green+Blue) = 59+155+177=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B9BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9BB1 is #C4644E. Grayscale: #808080. Windows color (decimal): -12870735 or 11639611. OLE color: 11639611.
HSL color Cylindrical-coordinate representation of color #3B9BB1: hue angle of 191.19º 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 #3B9BB1 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 155 | 177 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.31 |
| HSL | 191.19º | 0.5% | 0.46% | - |
| HSV(B) | 191.19º | 0.67% | 0.69% | - |
| XYZ | 21.46 | 27.55 | 45.78 | - |
| YUV | 128.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 177 | 0.67 | 0.12 | 0 | 0.31 | 191.19 | 0.5 | 0.46 |
| Hex | 3B | 9B | B1 | 43 | C | 0 | 1F | BF | 32 | 2E |
| Octal | 73 | 233 | 261 | 103 | 14 | 0 | 37 | 277 | 62 | 56 |
| Binary | 111011 | 10011011 | 10110001 | 1000011 | 1100 | 0 | 11111 | 10111111 | 110010 | 101110 |
Color Harmonies of #3B9BB1
Complementary color
Monochromatic Colors of #3B9BB1
Black with #3B9BB1
Text Example
Text Example
White with #3B9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9BB1; }
p { color: rgb(59,155,177); }
H1.HeaderClassName
{
color: #3B9BB1;
}
.AnyTagClassName
{
color: #3B9BB1;
}
</style>
background-color css
<style>
a { background-color: #3B9BB1; }
a { background-color: rgb(59,155,177); }
div.DivClassName
{
background-color: #3B9BB1;
}
.BgClassName
{
background-color: #3B9BB1;
}
</style>
border-color css
<style>
span { border-color: #3B9BB1; }
span { border-color: rgb(59,155,177); }
td.TdClassName
{
border-color: #3B9BB1;
}
.TagClassName
{
border-color: #3B9BB1;
}
</style>