Shades of Boston Blue #3C8EB4
Tints of Boston Blue #3C8EB4
RGB
CMYK
RGB Variations
Color information
#3C8EB4 (or 0x3C8EB4) is known color: Boston Blue. HEX triplet: 3C, 8E and B4. RGB value is (60,142,180). Sum of RGB (Red+Green+Blue) = 60+142+180=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C8EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8EB4 is #C3714B. Grayscale: #797979. Windows color (decimal): -12808524 or 11832892. OLE color: 11832892.
HSL color Cylindrical-coordinate representation of color #3C8EB4: hue angle of 199º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C8EB4 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 142 | 180 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.29 |
| HSL | 199º | 0.5% | 0.47% | - |
| HSV(B) | 199º | 0.67% | 0.71% | - |
| XYZ | 19.77 | 23.6 | 46.69 | - |
| YUV | 121.81 | 160.83 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 180 | 0.67 | 0.21 | 0 | 0.29 | 199 | 0.5 | 0.47 |
| Hex | 3C | 8E | B4 | 43 | 15 | 0 | 1D | C7 | 32 | 2F |
| Octal | 74 | 216 | 264 | 103 | 25 | 0 | 35 | 307 | 62 | 57 |
| Binary | 111100 | 10001110 | 10110100 | 1000011 | 10101 | 0 | 11101 | 11000111 | 110010 | 101111 |
Color Harmonies of #3C8EB4
Complementary color
Monochromatic Colors of #3C8EB4
Black with #3C8EB4
Text Example
Text Example
White with #3C8EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8EB4; }
p { color: rgb(60,142,180); }
H1.HeaderClassName
{
color: #3C8EB4;
}
.AnyTagClassName
{
color: #3C8EB4;
}
</style>
background-color css
<style>
a { background-color: #3C8EB4; }
a { background-color: rgb(60,142,180); }
div.DivClassName
{
background-color: #3C8EB4;
}
.BgClassName
{
background-color: #3C8EB4;
}
</style>
border-color css
<style>
span { border-color: #3C8EB4; }
span { border-color: rgb(60,142,180); }
td.TdClassName
{
border-color: #3C8EB4;
}
.TagClassName
{
border-color: #3C8EB4;
}
</style>