Shades of Boston Blue #3A88AA
Tints of Boston Blue #3A88AA
RGB
CMYK
RGB Variations
Color information
#3A88AA (or 0x3A88AA) is known color: Boston Blue. HEX triplet: 3A, 88 and AA. RGB value is (58,136,170). Sum of RGB (Red+Green+Blue) = 58+136+170=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A88AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A88AA is #C57755. Grayscale: #747474. Windows color (decimal): -12941142 or 11175994. OLE color: 11175994.
HSL color Cylindrical-coordinate representation of color #3A88AA: hue angle of 198.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A88AA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 136 | 170 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.33 |
| HSL | 198.21º | 0.49% | 0.45% | - |
| HSV(B) | 198.21º | 0.66% | 0.67% | - |
| XYZ | 17.8 | 21.41 | 41.22 | - |
| YUV | 116.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 170 | 0.66 | 0.20 | 0 | 0.33 | 198.21 | 0.49 | 0.45 |
| Hex | 3A | 88 | AA | 42 | 14 | 0 | 21 | C6 | 31 | 2D |
| Octal | 72 | 210 | 252 | 102 | 24 | 0 | 41 | 306 | 61 | 55 |
| Binary | 111010 | 10001000 | 10101010 | 1000010 | 10100 | 0 | 100001 | 11000110 | 110001 | 101101 |
Color Harmonies of #3A88AA
Complementary color
Monochromatic Colors of #3A88AA
Black with #3A88AA
Text Example
Text Example
White with #3A88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A88AA; }
p { color: rgb(58,136,170); }
H1.HeaderClassName
{
color: #3A88AA;
}
.AnyTagClassName
{
color: #3A88AA;
}
</style>
background-color css
<style>
a { background-color: #3A88AA; }
a { background-color: rgb(58,136,170); }
div.DivClassName
{
background-color: #3A88AA;
}
.BgClassName
{
background-color: #3A88AA;
}
</style>
border-color css
<style>
span { border-color: #3A88AA; }
span { border-color: rgb(58,136,170); }
td.TdClassName
{
border-color: #3A88AA;
}
.TagClassName
{
border-color: #3A88AA;
}
</style>