Shades of Boston Blue #3C9AA9
Tints of Boston Blue #3C9AA9
RGB
CMYK
RGB Variations
Color information
#3C9AA9 (or 0x3C9AA9) is known color: Boston Blue. HEX triplet: 3C, 9A and A9. RGB value is (60,154,169). Sum of RGB (Red+Green+Blue) = 60+154+169=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C9AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9AA9 is #C36556. Grayscale: #7F7F7F. Windows color (decimal): -12805463 or 11115068. OLE color: 11115068.
HSL color Cylindrical-coordinate representation of color #3C9AA9: hue angle of 188.26º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C9AA9 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 154 | 169 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.34 |
| HSL | 188.26º | 0.48% | 0.45% | - |
| HSV(B) | 188.26º | 0.64% | 0.66% | - |
| XYZ | 20.58 | 26.94 | 41.65 | - |
| YUV | 127.6 | 151.36 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 169 | 0.64 | 0.09 | 0 | 0.34 | 188.26 | 0.48 | 0.45 |
| Hex | 3C | 9A | A9 | 40 | 9 | 0 | 22 | BC | 30 | 2D |
| Octal | 74 | 232 | 251 | 100 | 11 | 0 | 42 | 274 | 60 | 55 |
| Binary | 111100 | 10011010 | 10101001 | 1000000 | 1001 | 0 | 100010 | 10111100 | 110000 | 101101 |
Color Harmonies of #3C9AA9
Complementary color
Monochromatic Colors of #3C9AA9
Black with #3C9AA9
Text Example
Text Example
White with #3C9AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9AA9; }
p { color: rgb(60,154,169); }
H1.HeaderClassName
{
color: #3C9AA9;
}
.AnyTagClassName
{
color: #3C9AA9;
}
</style>
background-color css
<style>
a { background-color: #3C9AA9; }
a { background-color: rgb(60,154,169); }
div.DivClassName
{
background-color: #3C9AA9;
}
.BgClassName
{
background-color: #3C9AA9;
}
</style>
border-color css
<style>
span { border-color: #3C9AA9; }
span { border-color: rgb(60,154,169); }
td.TdClassName
{
border-color: #3C9AA9;
}
.TagClassName
{
border-color: #3C9AA9;
}
</style>