Shades of Boston Blue #3A8BB1
Tints of Boston Blue #3A8BB1
RGB
CMYK
RGB Variations
Color information
#3A8BB1 (or 0x3A8BB1) is known color: Boston Blue. HEX triplet: 3A, 8B and B1. RGB value is (58,139,177). Sum of RGB (Red+Green+Blue) = 58+139+177=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A8BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8BB1 is #C5744E. Grayscale: #767676. Windows color (decimal): -12940367 or 11635514. OLE color: 11635514.
HSL color Cylindrical-coordinate representation of color #3A8BB1: hue angle of 199.16º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A8BB1 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 139 | 177 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.31 |
| HSL | 199.16º | 0.51% | 0.46% | - |
| HSV(B) | 199.16º | 0.67% | 0.69% | - |
| XYZ | 18.91 | 22.54 | 44.95 | - |
| YUV | 119.11 | 160.66 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 177 | 0.67 | 0.21 | 0 | 0.31 | 199.16 | 0.51 | 0.46 |
| Hex | 3A | 8B | B1 | 43 | 15 | 0 | 1F | C7 | 33 | 2E |
| Octal | 72 | 213 | 261 | 103 | 25 | 0 | 37 | 307 | 63 | 56 |
| Binary | 111010 | 10001011 | 10110001 | 1000011 | 10101 | 0 | 11111 | 11000111 | 110011 | 101110 |
Color Harmonies of #3A8BB1
Complementary color
Monochromatic Colors of #3A8BB1
Black with #3A8BB1
Text Example
Text Example
White with #3A8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8BB1; }
p { color: rgb(58,139,177); }
H1.HeaderClassName
{
color: #3A8BB1;
}
.AnyTagClassName
{
color: #3A8BB1;
}
</style>
background-color css
<style>
a { background-color: #3A8BB1; }
a { background-color: rgb(58,139,177); }
div.DivClassName
{
background-color: #3A8BB1;
}
.BgClassName
{
background-color: #3A8BB1;
}
</style>
border-color css
<style>
span { border-color: #3A8BB1; }
span { border-color: rgb(58,139,177); }
td.TdClassName
{
border-color: #3A8BB1;
}
.TagClassName
{
border-color: #3A8BB1;
}
</style>