Shades of Boston Blue #3C9BAD
Tints of Boston Blue #3C9BAD
RGB
CMYK
RGB Variations
Color information
#3C9BAD (or 0x3C9BAD) is known color: Boston Blue. HEX triplet: 3C, 9B and AD. RGB value is (60,155,173). Sum of RGB (Red+Green+Blue) = 60+155+173=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C9BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9BAD is #C36452. Grayscale: #808080. Windows color (decimal): -12805203 or 11377468. OLE color: 11377468.
HSL color Cylindrical-coordinate representation of color #3C9BAD: hue angle of 189.56º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C9BAD is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 155 | 173 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.32 |
| HSL | 189.56º | 0.48% | 0.46% | - |
| HSV(B) | 189.56º | 0.65% | 0.68% | - |
| XYZ | 21.13 | 27.42 | 43.71 | - |
| YUV | 128.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 173 | 0.65 | 0.10 | 0 | 0.32 | 189.56 | 0.48 | 0.46 |
| Hex | 3C | 9B | AD | 41 | A | 0 | 20 | BE | 30 | 2E |
| Octal | 74 | 233 | 255 | 101 | 12 | 0 | 40 | 276 | 60 | 56 |
| Binary | 111100 | 10011011 | 10101101 | 1000001 | 1010 | 0 | 100000 | 10111110 | 110000 | 101110 |
Color Harmonies of #3C9BAD
Complementary color
Monochromatic Colors of #3C9BAD
Black with #3C9BAD
Text Example
Text Example
White with #3C9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9BAD; }
p { color: rgb(60,155,173); }
H1.HeaderClassName
{
color: #3C9BAD;
}
.AnyTagClassName
{
color: #3C9BAD;
}
</style>
background-color css
<style>
a { background-color: #3C9BAD; }
a { background-color: rgb(60,155,173); }
div.DivClassName
{
background-color: #3C9BAD;
}
.BgClassName
{
background-color: #3C9BAD;
}
</style>
border-color css
<style>
span { border-color: #3C9BAD; }
span { border-color: rgb(60,155,173); }
td.TdClassName
{
border-color: #3C9BAD;
}
.TagClassName
{
border-color: #3C9BAD;
}
</style>