Shades of Boston Blue #3B9DB6
Tints of Boston Blue #3B9DB6
RGB
CMYK
RGB Variations
Color information
#3B9DB6 (or 0x3B9DB6) is known color: Boston Blue. HEX triplet: 3B, 9D and B6. RGB value is (59,157,182). Sum of RGB (Red+Green+Blue) = 59+157+182=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B9DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9DB6 is #C46249. Grayscale: #828282. Windows color (decimal): -12870218 or 11967803. OLE color: 11967803.
HSL color Cylindrical-coordinate representation of color #3B9DB6: hue angle of 192.2º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B9DB6 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 157 | 182 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.29 |
| HSL | 192.2º | 0.51% | 0.47% | - |
| HSV(B) | 192.2º | 0.68% | 0.71% | - |
| XYZ | 22.3 | 28.42 | 48.57 | - |
| YUV | 130.55 | 157.03 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 157 | 182 | 0.68 | 0.14 | 0 | 0.29 | 192.2 | 0.51 | 0.47 |
| Hex | 3B | 9D | B6 | 44 | E | 0 | 1D | C0 | 33 | 2F |
| Octal | 73 | 235 | 266 | 104 | 16 | 0 | 35 | 300 | 63 | 57 |
| Binary | 111011 | 10011101 | 10110110 | 1000100 | 1110 | 0 | 11101 | 11000000 | 110011 | 101111 |
Color Harmonies of #3B9DB6
Complementary color
Monochromatic Colors of #3B9DB6
Black with #3B9DB6
Text Example
Text Example
White with #3B9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9DB6; }
p { color: rgb(59,157,182); }
H1.HeaderClassName
{
color: #3B9DB6;
}
.AnyTagClassName
{
color: #3B9DB6;
}
</style>
background-color css
<style>
a { background-color: #3B9DB6; }
a { background-color: rgb(59,157,182); }
div.DivClassName
{
background-color: #3B9DB6;
}
.BgClassName
{
background-color: #3B9DB6;
}
</style>
border-color css
<style>
span { border-color: #3B9DB6; }
span { border-color: rgb(59,157,182); }
td.TdClassName
{
border-color: #3B9DB6;
}
.TagClassName
{
border-color: #3B9DB6;
}
</style>