Shades of Boston Blue #3C9BBC
Tints of Boston Blue #3C9BBC
RGB
CMYK
RGB Variations
Color information
#3C9BBC (or 0x3C9BBC) is known color: Boston Blue. HEX triplet: 3C, 9B and BC. RGB value is (60,155,188). Sum of RGB (Red+Green+Blue) = 60+155+188=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9BBC is #C36443. Grayscale: #828282. Windows color (decimal): -12805188 or 12360508. OLE color: 12360508.
HSL color Cylindrical-coordinate representation of color #3C9BBC: hue angle of 195.47º 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 #3C9BBC is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 155 | 188 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.26 |
| HSL | 195.47º | 0.52% | 0.49% | - |
| HSV(B) | 195.47º | 0.68% | 0.74% | - |
| XYZ | 22.66 | 28.03 | 51.79 | - |
| YUV | 130.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 188 | 0.68 | 0.18 | 0 | 0.26 | 195.47 | 0.52 | 0.49 |
| Hex | 3C | 9B | BC | 44 | 12 | 0 | 1A | C3 | 34 | 31 |
| Octal | 74 | 233 | 274 | 104 | 22 | 0 | 32 | 303 | 64 | 61 |
| Binary | 111100 | 10011011 | 10111100 | 1000100 | 10010 | 0 | 11010 | 11000011 | 110100 | 110001 |
Color Harmonies of #3C9BBC
Complementary color
Monochromatic Colors of #3C9BBC
Black with #3C9BBC
Text Example
Text Example
White with #3C9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9BBC; }
p { color: rgb(60,155,188); }
H1.HeaderClassName
{
color: #3C9BBC;
}
.AnyTagClassName
{
color: #3C9BBC;
}
</style>
background-color css
<style>
a { background-color: #3C9BBC; }
a { background-color: rgb(60,155,188); }
div.DivClassName
{
background-color: #3C9BBC;
}
.BgClassName
{
background-color: #3C9BBC;
}
</style>
border-color css
<style>
span { border-color: #3C9BBC; }
span { border-color: rgb(60,155,188); }
td.TdClassName
{
border-color: #3C9BBC;
}
.TagClassName
{
border-color: #3C9BBC;
}
</style>