Shades of Boston Blue #3B9DBB
Tints of Boston Blue #3B9DBB
RGB
CMYK
RGB Variations
Color information
#3B9DBB (or 0x3B9DBB) is known color: Boston Blue. HEX triplet: 3B, 9D and BB. RGB value is (59,157,187). Sum of RGB (Red+Green+Blue) = 59+157+187=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B9DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9DBB is #C46244. Grayscale: #828282. Windows color (decimal): -12870213 or 12295483. OLE color: 12295483.
HSL color Cylindrical-coordinate representation of color #3B9DBB: hue angle of 194.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B9DBB is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 157 | 187 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.27 |
| HSL | 194.06º | 0.52% | 0.48% | - |
| HSV(B) | 194.06º | 0.68% | 0.73% | - |
| XYZ | 22.83 | 28.63 | 51.34 | - |
| YUV | 131.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 157 | 187 | 0.68 | 0.16 | 0 | 0.27 | 194.06 | 0.52 | 0.48 |
| Hex | 3B | 9D | BB | 44 | 10 | 0 | 1B | C2 | 34 | 30 |
| Octal | 73 | 235 | 273 | 104 | 20 | 0 | 33 | 302 | 64 | 60 |
| Binary | 111011 | 10011101 | 10111011 | 1000100 | 10000 | 0 | 11011 | 11000010 | 110100 | 110000 |
Color Harmonies of #3B9DBB
Complementary color
Monochromatic Colors of #3B9DBB
Black with #3B9DBB
Text Example
Text Example
White with #3B9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9DBB; }
p { color: rgb(59,157,187); }
H1.HeaderClassName
{
color: #3B9DBB;
}
.AnyTagClassName
{
color: #3B9DBB;
}
</style>
background-color css
<style>
a { background-color: #3B9DBB; }
a { background-color: rgb(59,157,187); }
div.DivClassName
{
background-color: #3B9DBB;
}
.BgClassName
{
background-color: #3B9DBB;
}
</style>
border-color css
<style>
span { border-color: #3B9DBB; }
span { border-color: rgb(59,157,187); }
td.TdClassName
{
border-color: #3B9DBB;
}
.TagClassName
{
border-color: #3B9DBB;
}
</style>