Shades of Boston Blue #328CAF
Tints of Boston Blue #328CAF
RGB
CMYK
RGB Variations
Color information
#328CAF (or 0x328CAF) is known color: Boston Blue. HEX triplet: 32, 8C and AF. RGB value is (50,140,175). Sum of RGB (Red+Green+Blue) = 50+140+175=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #328CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CAF is #CD7350. Grayscale: #747474. Windows color (decimal): -13464401 or 11504690. OLE color: 11504690.
HSL color Cylindrical-coordinate representation of color #328CAF: hue angle of 196.8º 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 #328CAF is Cyan = 0.71, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 140 | 175 | - |
| CMYK | 0.71 | 0.2 | 0 | 0.31 |
| HSL | 196.8º | 0.56% | 0.44% | - |
| HSV(B) | 196.8º | 0.71% | 0.69% | - |
| XYZ | 18.43 | 22.53 | 43.93 | - |
| YUV | 117.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 175 | 0.71 | 0.2 | 0 | 0.31 | 196.8 | 0.56 | 0.44 |
| Hex | 32 | 8C | AF | 47 | 14 | 0 | 1F | C5 | 38 | 2C |
| Octal | 62 | 214 | 257 | 107 | 24 | 0 | 37 | 305 | 70 | 54 |
| Binary | 110010 | 10001100 | 10101111 | 1000111 | 10100 | 0 | 11111 | 11000101 | 111000 | 101100 |
Color Harmonies of #328CAF
Complementary color
Monochromatic Colors of #328CAF
Black with #328CAF
Text Example
Text Example
White with #328CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CAF; }
p { color: rgb(50,140,175); }
H1.HeaderClassName
{
color: #328CAF;
}
.AnyTagClassName
{
color: #328CAF;
}
</style>
background-color css
<style>
a { background-color: #328CAF; }
a { background-color: rgb(50,140,175); }
div.DivClassName
{
background-color: #328CAF;
}
.BgClassName
{
background-color: #328CAF;
}
</style>
border-color css
<style>
span { border-color: #328CAF; }
span { border-color: rgb(50,140,175); }
td.TdClassName
{
border-color: #328CAF;
}
.TagClassName
{
border-color: #328CAF;
}
</style>