Shades of Boston Blue #328DB2
Tints of Boston Blue #328DB2
RGB
CMYK
RGB Variations
Color information
#328DB2 (or 0x328DB2) is known color: Boston Blue. HEX triplet: 32, 8D and B2. RGB value is (50,141,178). Sum of RGB (Red+Green+Blue) = 50+141+178=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #328DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DB2 is #CD724D. Grayscale: #757575. Windows color (decimal): -13464142 or 11701554. OLE color: 11701554.
HSL color Cylindrical-coordinate representation of color #328DB2: hue angle of 197.34º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328DB2 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 141 | 178 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.30 |
| HSL | 197.34º | 0.56% | 0.45% | - |
| HSV(B) | 197.34º | 0.72% | 0.7% | - |
| XYZ | 18.88 | 22.94 | 45.55 | - |
| YUV | 118.01 | 161.85 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 178 | 0.72 | 0.21 | 0 | 0.30 | 197.34 | 0.56 | 0.45 |
| Hex | 32 | 8D | B2 | 48 | 15 | 0 | 1E | C5 | 38 | 2D |
| Octal | 62 | 215 | 262 | 110 | 25 | 0 | 36 | 305 | 70 | 55 |
| Binary | 110010 | 10001101 | 10110010 | 1001000 | 10101 | 0 | 11110 | 11000101 | 111000 | 101101 |
Color Harmonies of #328DB2
Complementary color
Monochromatic Colors of #328DB2
Black with #328DB2
Text Example
Text Example
White with #328DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DB2; }
p { color: rgb(50,141,178); }
H1.HeaderClassName
{
color: #328DB2;
}
.AnyTagClassName
{
color: #328DB2;
}
</style>
background-color css
<style>
a { background-color: #328DB2; }
a { background-color: rgb(50,141,178); }
div.DivClassName
{
background-color: #328DB2;
}
.BgClassName
{
background-color: #328DB2;
}
</style>
border-color css
<style>
span { border-color: #328DB2; }
span { border-color: rgb(50,141,178); }
td.TdClassName
{
border-color: #328DB2;
}
.TagClassName
{
border-color: #328DB2;
}
</style>