Shades of Boston Blue #3C97AB
Tints of Boston Blue #3C97AB
RGB
CMYK
RGB Variations
Color information
#3C97AB (or 0x3C97AB) is known color: Boston Blue. HEX triplet: 3C, 97 and AB. RGB value is (60,151,171). Sum of RGB (Red+Green+Blue) = 60+151+171=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C97AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C97AB is #C36854. Grayscale: #7D7D7D. Windows color (decimal): -12806229 or 11245372. OLE color: 11245372.
HSL color Cylindrical-coordinate representation of color #3C97AB: hue angle of 190.81º 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 #3C97AB is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 151 | 171 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.33 |
| HSL | 190.81º | 0.48% | 0.45% | - |
| HSV(B) | 190.81º | 0.65% | 0.67% | - |
| XYZ | 20.28 | 26.03 | 42.48 | - |
| YUV | 126.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 171 | 0.65 | 0.12 | 0 | 0.33 | 190.81 | 0.48 | 0.45 |
| Hex | 3C | 97 | AB | 41 | C | 0 | 21 | BF | 30 | 2D |
| Octal | 74 | 227 | 253 | 101 | 14 | 0 | 41 | 277 | 60 | 55 |
| Binary | 111100 | 10010111 | 10101011 | 1000001 | 1100 | 0 | 100001 | 10111111 | 110000 | 101101 |
Color Harmonies of #3C97AB
Complementary color
Monochromatic Colors of #3C97AB
Black with #3C97AB
Text Example
Text Example
White with #3C97AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C97AB; }
p { color: rgb(60,151,171); }
H1.HeaderClassName
{
color: #3C97AB;
}
.AnyTagClassName
{
color: #3C97AB;
}
</style>
background-color css
<style>
a { background-color: #3C97AB; }
a { background-color: rgb(60,151,171); }
div.DivClassName
{
background-color: #3C97AB;
}
.BgClassName
{
background-color: #3C97AB;
}
</style>
border-color css
<style>
span { border-color: #3C97AB; }
span { border-color: rgb(60,151,171); }
td.TdClassName
{
border-color: #3C97AB;
}
.TagClassName
{
border-color: #3C97AB;
}
</style>