Shades of Boston Blue #3C96AB
Tints of Boston Blue #3C96AB
RGB
CMYK
RGB Variations
Color information
#3C96AB (or 0x3C96AB) is known color: Boston Blue. HEX triplet: 3C, 96 and AB. RGB value is (60,150,171). Sum of RGB (Red+Green+Blue) = 60+150+171=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C96AB is #C36954. Grayscale: #7D7D7D. Windows color (decimal): -12806485 or 11245116. OLE color: 11245116.
HSL color Cylindrical-coordinate representation of color #3C96AB: hue angle of 191.35º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C96AB is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 150 | 171 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.33 |
| HSL | 191.35º | 0.48% | 0.45% | - |
| HSV(B) | 191.35º | 0.65% | 0.67% | - |
| XYZ | 20.12 | 25.71 | 42.43 | - |
| YUV | 125.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 171 | 0.65 | 0.12 | 0 | 0.33 | 191.35 | 0.48 | 0.45 |
| Hex | 3C | 96 | AB | 41 | C | 0 | 21 | BF | 30 | 2D |
| Octal | 74 | 226 | 253 | 101 | 14 | 0 | 41 | 277 | 60 | 55 |
| Binary | 111100 | 10010110 | 10101011 | 1000001 | 1100 | 0 | 100001 | 10111111 | 110000 | 101101 |
Color Harmonies of #3C96AB
Complementary color
Monochromatic Colors of #3C96AB
Black with #3C96AB
Text Example
Text Example
White with #3C96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C96AB; }
p { color: rgb(60,150,171); }
H1.HeaderClassName
{
color: #3C96AB;
}
.AnyTagClassName
{
color: #3C96AB;
}
</style>
background-color css
<style>
a { background-color: #3C96AB; }
a { background-color: rgb(60,150,171); }
div.DivClassName
{
background-color: #3C96AB;
}
.BgClassName
{
background-color: #3C96AB;
}
</style>
border-color css
<style>
span { border-color: #3C96AB; }
span { border-color: rgb(60,150,171); }
td.TdClassName
{
border-color: #3C96AB;
}
.TagClassName
{
border-color: #3C96AB;
}
</style>