Shades of Boston Blue #328DB1
Tints of Boston Blue #328DB1
RGB
CMYK
RGB Variations
Color information
#328DB1 (or 0x328DB1) is known color: Boston Blue. HEX triplet: 32, 8D and B1. RGB value is (50,141,177). Sum of RGB (Red+Green+Blue) = 50+141+177=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #328DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DB1 is #CD724E. Grayscale: #757575. Windows color (decimal): -13464143 or 11636018. OLE color: 11636018.
HSL color Cylindrical-coordinate representation of color #328DB1: hue angle of 197.01º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328DB1 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 141 | 177 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.31 |
| HSL | 197.01º | 0.56% | 0.45% | - |
| HSV(B) | 197.01º | 0.72% | 0.69% | - |
| XYZ | 18.78 | 22.9 | 45.03 | - |
| YUV | 117.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 177 | 0.72 | 0.20 | 0 | 0.31 | 197.01 | 0.56 | 0.45 |
| Hex | 32 | 8D | B1 | 48 | 14 | 0 | 1F | C5 | 38 | 2D |
| Octal | 62 | 215 | 261 | 110 | 24 | 0 | 37 | 305 | 70 | 55 |
| Binary | 110010 | 10001101 | 10110001 | 1001000 | 10100 | 0 | 11111 | 11000101 | 111000 | 101101 |
Color Harmonies of #328DB1
Complementary color
Monochromatic Colors of #328DB1
Black with #328DB1
Text Example
Text Example
White with #328DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DB1; }
p { color: rgb(50,141,177); }
H1.HeaderClassName
{
color: #328DB1;
}
.AnyTagClassName
{
color: #328DB1;
}
</style>
background-color css
<style>
a { background-color: #328DB1; }
a { background-color: rgb(50,141,177); }
div.DivClassName
{
background-color: #328DB1;
}
.BgClassName
{
background-color: #328DB1;
}
</style>
border-color css
<style>
span { border-color: #328DB1; }
span { border-color: rgb(50,141,177); }
td.TdClassName
{
border-color: #328DB1;
}
.TagClassName
{
border-color: #328DB1;
}
</style>