Shades of Boston Blue #3C95AA
Tints of Boston Blue #3C95AA
RGB
CMYK
RGB Variations
Color information
#3C95AA (or 0x3C95AA) is known color: Boston Blue. HEX triplet: 3C, 95 and AA. RGB value is (60,149,170). Sum of RGB (Red+Green+Blue) = 60+149+170=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C95AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C95AA is #C36A55. Grayscale: #7C7C7C. Windows color (decimal): -12806742 or 11179324. OLE color: 11179324.
HSL color Cylindrical-coordinate representation of color #3C95AA: hue angle of 191.45º 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 #3C95AA is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 149 | 170 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.33 |
| HSL | 191.45º | 0.48% | 0.45% | - |
| HSV(B) | 191.45º | 0.65% | 0.67% | - |
| XYZ | 19.87 | 25.36 | 41.88 | - |
| YUV | 124.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 170 | 0.65 | 0.12 | 0 | 0.33 | 191.45 | 0.48 | 0.45 |
| Hex | 3C | 95 | AA | 41 | C | 0 | 21 | BF | 30 | 2D |
| Octal | 74 | 225 | 252 | 101 | 14 | 0 | 41 | 277 | 60 | 55 |
| Binary | 111100 | 10010101 | 10101010 | 1000001 | 1100 | 0 | 100001 | 10111111 | 110000 | 101101 |
Color Harmonies of #3C95AA
Complementary color
Monochromatic Colors of #3C95AA
Black with #3C95AA
Text Example
Text Example
White with #3C95AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C95AA; }
p { color: rgb(60,149,170); }
H1.HeaderClassName
{
color: #3C95AA;
}
.AnyTagClassName
{
color: #3C95AA;
}
</style>
background-color css
<style>
a { background-color: #3C95AA; }
a { background-color: rgb(60,149,170); }
div.DivClassName
{
background-color: #3C95AA;
}
.BgClassName
{
background-color: #3C95AA;
}
</style>
border-color css
<style>
span { border-color: #3C95AA; }
span { border-color: rgb(60,149,170); }
td.TdClassName
{
border-color: #3C95AA;
}
.TagClassName
{
border-color: #3C95AA;
}
</style>