Shades of Boston Blue #3B88A7
Tints of Boston Blue #3B88A7
RGB
CMYK
RGB Variations
Color information
#3B88A7 (or 0x3B88A7) is known color: Boston Blue. HEX triplet: 3B, 88 and A7. RGB value is (59,136,167). Sum of RGB (Red+Green+Blue) = 59+136+167=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #3B88A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B88A7 is #C47758. Grayscale: #747474. Windows color (decimal): -12875609 or 10979387. OLE color: 10979387.
HSL color Cylindrical-coordinate representation of color #3B88A7: hue angle of 197.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B88A7 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 136 | 167 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.35 |
| HSL | 197.22º | 0.48% | 0.44% | - |
| HSV(B) | 197.22º | 0.65% | 0.65% | - |
| XYZ | 17.58 | 21.33 | 39.75 | - |
| YUV | 116.51 | 156.49 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 167 | 0.65 | 0.19 | 0 | 0.35 | 197.22 | 0.48 | 0.44 |
| Hex | 3B | 88 | A7 | 41 | 13 | 0 | 23 | C5 | 30 | 2C |
| Octal | 73 | 210 | 247 | 101 | 23 | 0 | 43 | 305 | 60 | 54 |
| Binary | 111011 | 10001000 | 10100111 | 1000001 | 10011 | 0 | 100011 | 11000101 | 110000 | 101100 |
Color Harmonies of #3B88A7
Complementary color
Monochromatic Colors of #3B88A7
Black with #3B88A7
Text Example
Text Example
White with #3B88A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B88A7; }
p { color: rgb(59,136,167); }
H1.HeaderClassName
{
color: #3B88A7;
}
.AnyTagClassName
{
color: #3B88A7;
}
</style>
background-color css
<style>
a { background-color: #3B88A7; }
a { background-color: rgb(59,136,167); }
div.DivClassName
{
background-color: #3B88A7;
}
.BgClassName
{
background-color: #3B88A7;
}
</style>
border-color css
<style>
span { border-color: #3B88A7; }
span { border-color: rgb(59,136,167); }
td.TdClassName
{
border-color: #3B88A7;
}
.TagClassName
{
border-color: #3B88A7;
}
</style>