Shades of Boston Blue #328AAF
Tints of Boston Blue #328AAF
RGB
CMYK
RGB Variations
Color information
#328AAF (or 0x328AAF) is known color: Boston Blue. HEX triplet: 32, 8A and AF. RGB value is (50,138,175). Sum of RGB (Red+Green+Blue) = 50+138+175=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #328AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328AAF is #CD7550. Grayscale: #737373. Windows color (decimal): -13464913 or 11504178. OLE color: 11504178.
HSL color Cylindrical-coordinate representation of color #328AAF: hue angle of 197.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328AAF is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 138 | 175 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.31 |
| HSL | 197.76º | 0.56% | 0.44% | - |
| HSV(B) | 197.76º | 0.71% | 0.69% | - |
| XYZ | 18.14 | 21.95 | 43.84 | - |
| YUV | 115.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 175 | 0.71 | 0.21 | 0 | 0.31 | 197.76 | 0.56 | 0.44 |
| Hex | 32 | 8A | AF | 47 | 15 | 0 | 1F | C6 | 38 | 2C |
| Octal | 62 | 212 | 257 | 107 | 25 | 0 | 37 | 306 | 70 | 54 |
| Binary | 110010 | 10001010 | 10101111 | 1000111 | 10101 | 0 | 11111 | 11000110 | 111000 | 101100 |
Color Harmonies of #328AAF
Complementary color
Monochromatic Colors of #328AAF
Black with #328AAF
Text Example
Text Example
White with #328AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328AAF; }
p { color: rgb(50,138,175); }
H1.HeaderClassName
{
color: #328AAF;
}
.AnyTagClassName
{
color: #328AAF;
}
</style>
background-color css
<style>
a { background-color: #328AAF; }
a { background-color: rgb(50,138,175); }
div.DivClassName
{
background-color: #328AAF;
}
.BgClassName
{
background-color: #328AAF;
}
</style>
border-color css
<style>
span { border-color: #328AAF; }
span { border-color: rgb(50,138,175); }
td.TdClassName
{
border-color: #328AAF;
}
.TagClassName
{
border-color: #328AAF;
}
</style>