Shades of Boston Blue #3C97BC
Tints of Boston Blue #3C97BC
RGB
CMYK
RGB Variations
Color information
#3C97BC (or 0x3C97BC) is known color: Boston Blue. HEX triplet: 3C, 97 and BC. RGB value is (60,151,188). Sum of RGB (Red+Green+Blue) = 60+151+188=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C97BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C97BC is #C36843. Grayscale: #7F7F7F. Windows color (decimal): -12806212 or 12359484. OLE color: 12359484.
HSL color Cylindrical-coordinate representation of color #3C97BC: hue angle of 197.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C97BC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 151 | 188 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.26 |
| HSL | 197.34º | 0.52% | 0.49% | - |
| HSV(B) | 197.34º | 0.68% | 0.74% | - |
| XYZ | 22.01 | 26.72 | 51.58 | - |
| YUV | 128.01 | 161.85 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 188 | 0.68 | 0.20 | 0 | 0.26 | 197.34 | 0.52 | 0.49 |
| Hex | 3C | 97 | BC | 44 | 14 | 0 | 1A | C5 | 34 | 31 |
| Octal | 74 | 227 | 274 | 104 | 24 | 0 | 32 | 305 | 64 | 61 |
| Binary | 111100 | 10010111 | 10111100 | 1000100 | 10100 | 0 | 11010 | 11000101 | 110100 | 110001 |
Color Harmonies of #3C97BC
Complementary color
Monochromatic Colors of #3C97BC
Black with #3C97BC
Text Example
Text Example
White with #3C97BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C97BC; }
p { color: rgb(60,151,188); }
H1.HeaderClassName
{
color: #3C97BC;
}
.AnyTagClassName
{
color: #3C97BC;
}
</style>
background-color css
<style>
a { background-color: #3C97BC; }
a { background-color: rgb(60,151,188); }
div.DivClassName
{
background-color: #3C97BC;
}
.BgClassName
{
background-color: #3C97BC;
}
</style>
border-color css
<style>
span { border-color: #3C97BC; }
span { border-color: rgb(60,151,188); }
td.TdClassName
{
border-color: #3C97BC;
}
.TagClassName
{
border-color: #3C97BC;
}
</style>