Shades of Boston Blue #3C8DAC
Tints of Boston Blue #3C8DAC
RGB
CMYK
RGB Variations
Color information
#3C8DAC (or 0x3C8DAC) is known color: Boston Blue. HEX triplet: 3C, 8D and AC. RGB value is (60,141,172). Sum of RGB (Red+Green+Blue) = 60+141+172=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C8DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8DAC is #C37253. Grayscale: #787878. Windows color (decimal): -12808788 or 11308348. OLE color: 11308348.
HSL color Cylindrical-coordinate representation of color #3C8DAC: hue angle of 196.61º 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 #3C8DAC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 141 | 172 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.33 |
| HSL | 196.61º | 0.48% | 0.45% | - |
| HSV(B) | 196.61º | 0.65% | 0.67% | - |
| XYZ | 18.83 | 22.99 | 42.47 | - |
| YUV | 120.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 172 | 0.65 | 0.18 | 0 | 0.33 | 196.61 | 0.48 | 0.45 |
| Hex | 3C | 8D | AC | 41 | 12 | 0 | 21 | C5 | 30 | 2D |
| Octal | 74 | 215 | 254 | 101 | 22 | 0 | 41 | 305 | 60 | 55 |
| Binary | 111100 | 10001101 | 10101100 | 1000001 | 10010 | 0 | 100001 | 11000101 | 110000 | 101101 |
Color Harmonies of #3C8DAC
Complementary color
Monochromatic Colors of #3C8DAC
Black with #3C8DAC
Text Example
Text Example
White with #3C8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8DAC; }
p { color: rgb(60,141,172); }
H1.HeaderClassName
{
color: #3C8DAC;
}
.AnyTagClassName
{
color: #3C8DAC;
}
</style>
background-color css
<style>
a { background-color: #3C8DAC; }
a { background-color: rgb(60,141,172); }
div.DivClassName
{
background-color: #3C8DAC;
}
.BgClassName
{
background-color: #3C8DAC;
}
</style>
border-color css
<style>
span { border-color: #3C8DAC; }
span { border-color: rgb(60,141,172); }
td.TdClassName
{
border-color: #3C8DAC;
}
.TagClassName
{
border-color: #3C8DAC;
}
</style>