Shades of Boston Blue #3387AB
Tints of Boston Blue #3387AB
RGB
CMYK
RGB Variations
Color information
#3387AB (or 0x3387AB) is known color: Boston Blue. HEX triplet: 33, 87 and AB. RGB value is (51,135,171). Sum of RGB (Red+Green+Blue) = 51+135+171=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #3387AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3387AB is #CC7854. Grayscale: #717171. Windows color (decimal): -13400149 or 11241267. OLE color: 11241267.
HSL color Cylindrical-coordinate representation of color #3387AB: hue angle of 198º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3387AB is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 135 | 171 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.33 |
| HSL | 198º | 0.54% | 0.44% | - |
| HSV(B) | 198º | 0.7% | 0.67% | - |
| XYZ | 17.38 | 20.97 | 41.66 | - |
| YUV | 113.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 171 | 0.70 | 0.21 | 0 | 0.33 | 198 | 0.54 | 0.44 |
| Hex | 33 | 87 | AB | 46 | 15 | 0 | 21 | C6 | 36 | 2C |
| Octal | 63 | 207 | 253 | 106 | 25 | 0 | 41 | 306 | 66 | 54 |
| Binary | 110011 | 10000111 | 10101011 | 1000110 | 10101 | 0 | 100001 | 11000110 | 110110 | 101100 |
Color Harmonies of #3387AB
Complementary color
Monochromatic Colors of #3387AB
Black with #3387AB
Text Example
Text Example
White with #3387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3387AB; }
p { color: rgb(51,135,171); }
H1.HeaderClassName
{
color: #3387AB;
}
.AnyTagClassName
{
color: #3387AB;
}
</style>
background-color css
<style>
a { background-color: #3387AB; }
a { background-color: rgb(51,135,171); }
div.DivClassName
{
background-color: #3387AB;
}
.BgClassName
{
background-color: #3387AB;
}
</style>
border-color css
<style>
span { border-color: #3387AB; }
span { border-color: rgb(51,135,171); }
td.TdClassName
{
border-color: #3387AB;
}
.TagClassName
{
border-color: #3387AB;
}
</style>