Shades of Boston Blue #328CB1
Tints of Boston Blue #328CB1
RGB
CMYK
RGB Variations
Color information
#328CB1 (or 0x328CB1) is known color: Boston Blue. HEX triplet: 32, 8C and B1. RGB value is (50,140,177). Sum of RGB (Red+Green+Blue) = 50+140+177=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #328CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CB1 is #CD734E. Grayscale: #757575. Windows color (decimal): -13464399 or 11635762. OLE color: 11635762.
HSL color Cylindrical-coordinate representation of color #328CB1: hue angle of 197.48º 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 #328CB1 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 140 | 177 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.31 |
| HSL | 197.48º | 0.56% | 0.45% | - |
| HSV(B) | 197.48º | 0.72% | 0.69% | - |
| XYZ | 18.63 | 22.61 | 44.98 | - |
| YUV | 117.31 | 161.68 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 177 | 0.72 | 0.21 | 0 | 0.31 | 197.48 | 0.56 | 0.45 |
| Hex | 32 | 8C | B1 | 48 | 15 | 0 | 1F | C5 | 38 | 2D |
| Octal | 62 | 214 | 261 | 110 | 25 | 0 | 37 | 305 | 70 | 55 |
| Binary | 110010 | 10001100 | 10110001 | 1001000 | 10101 | 0 | 11111 | 11000101 | 111000 | 101101 |
Color Harmonies of #328CB1
Complementary color
Monochromatic Colors of #328CB1
Black with #328CB1
Text Example
Text Example
White with #328CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CB1; }
p { color: rgb(50,140,177); }
H1.HeaderClassName
{
color: #328CB1;
}
.AnyTagClassName
{
color: #328CB1;
}
</style>
background-color css
<style>
a { background-color: #328CB1; }
a { background-color: rgb(50,140,177); }
div.DivClassName
{
background-color: #328CB1;
}
.BgClassName
{
background-color: #328CB1;
}
</style>
border-color css
<style>
span { border-color: #328CB1; }
span { border-color: rgb(50,140,177); }
td.TdClassName
{
border-color: #328CB1;
}
.TagClassName
{
border-color: #328CB1;
}
</style>