Shades of Boston Blue #3C97AC
Tints of Boston Blue #3C97AC
RGB
CMYK
RGB Variations
Color information
#3C97AC (or 0x3C97AC) is known color: Boston Blue. HEX triplet: 3C, 97 and AC. RGB value is (60,151,172). Sum of RGB (Red+Green+Blue) = 60+151+172=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C97AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C97AC is #C36853. Grayscale: #7E7E7E. Windows color (decimal): -12806228 or 11310908. OLE color: 11310908.
HSL color Cylindrical-coordinate representation of color #3C97AC: hue angle of 191.25º 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 #3C97AC is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 151 | 172 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.33 |
| HSL | 191.25º | 0.48% | 0.45% | - |
| HSV(B) | 191.25º | 0.65% | 0.67% | - |
| XYZ | 20.38 | 26.07 | 42.99 | - |
| YUV | 126.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 172 | 0.65 | 0.12 | 0 | 0.33 | 191.25 | 0.48 | 0.45 |
| Hex | 3C | 97 | AC | 41 | C | 0 | 21 | BF | 30 | 2D |
| Octal | 74 | 227 | 254 | 101 | 14 | 0 | 41 | 277 | 60 | 55 |
| Binary | 111100 | 10010111 | 10101100 | 1000001 | 1100 | 0 | 100001 | 10111111 | 110000 | 101101 |
Color Harmonies of #3C97AC
Complementary color
Monochromatic Colors of #3C97AC
Black with #3C97AC
Text Example
Text Example
White with #3C97AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C97AC; }
p { color: rgb(60,151,172); }
H1.HeaderClassName
{
color: #3C97AC;
}
.AnyTagClassName
{
color: #3C97AC;
}
</style>
background-color css
<style>
a { background-color: #3C97AC; }
a { background-color: rgb(60,151,172); }
div.DivClassName
{
background-color: #3C97AC;
}
.BgClassName
{
background-color: #3C97AC;
}
</style>
border-color css
<style>
span { border-color: #3C97AC; }
span { border-color: rgb(60,151,172); }
td.TdClassName
{
border-color: #3C97AC;
}
.TagClassName
{
border-color: #3C97AC;
}
</style>