Shades of Boston Blue #3C96AA
Tints of Boston Blue #3C96AA
RGB
CMYK
RGB Variations
Color information
#3C96AA (or 0x3C96AA) is known color: Boston Blue. HEX triplet: 3C, 96 and AA. RGB value is (60,150,170). Sum of RGB (Red+Green+Blue) = 60+150+170=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C96AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C96AA is #C36955. Grayscale: #7D7D7D. Windows color (decimal): -12806486 or 11179580. OLE color: 11179580.
HSL color Cylindrical-coordinate representation of color #3C96AA: hue angle of 190.91º 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 #3C96AA is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 150 | 170 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.33 |
| HSL | 190.91º | 0.48% | 0.45% | - |
| HSV(B) | 190.91º | 0.65% | 0.67% | - |
| XYZ | 20.03 | 25.68 | 41.93 | - |
| YUV | 125.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 170 | 0.65 | 0.12 | 0 | 0.33 | 190.91 | 0.48 | 0.45 |
| Hex | 3C | 96 | AA | 41 | C | 0 | 21 | BF | 30 | 2D |
| Octal | 74 | 226 | 252 | 101 | 14 | 0 | 41 | 277 | 60 | 55 |
| Binary | 111100 | 10010110 | 10101010 | 1000001 | 1100 | 0 | 100001 | 10111111 | 110000 | 101101 |
Color Harmonies of #3C96AA
Complementary color
Monochromatic Colors of #3C96AA
Black with #3C96AA
Text Example
Text Example
White with #3C96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C96AA; }
p { color: rgb(60,150,170); }
H1.HeaderClassName
{
color: #3C96AA;
}
.AnyTagClassName
{
color: #3C96AA;
}
</style>
background-color css
<style>
a { background-color: #3C96AA; }
a { background-color: rgb(60,150,170); }
div.DivClassName
{
background-color: #3C96AA;
}
.BgClassName
{
background-color: #3C96AA;
}
</style>
border-color css
<style>
span { border-color: #3C96AA; }
span { border-color: rgb(60,150,170); }
td.TdClassName
{
border-color: #3C96AA;
}
.TagClassName
{
border-color: #3C96AA;
}
</style>